svn commit: r242887 - head/usr.bin/top

Rui Paulo rpaulo at FreeBSD.org
Sun Nov 11 08:16:34 UTC 2012


Author: rpaulo
Date: Sun Nov 11 08:16:33 2012
New Revision: 242887
URL: http://svnweb.freebsd.org/changeset/base/242887

Log:
  Add the PID column to the list of sort keys.

Modified:
  head/usr.bin/top/machine.c

Modified: head/usr.bin/top/machine.c
==============================================================================
--- head/usr.bin/top/machine.c	Sun Nov 11 06:29:59 2012	(r242886)
+++ head/usr.bin/top/machine.c	Sun Nov 11 08:16:33 2012	(r242887)
@@ -225,7 +225,7 @@ long percentages();
 char *ordernames[] = {
 	"cpu", "size", "res", "time", "pri", "threads",
 	"total", "read", "write", "fault", "vcsw", "ivcsw",
-	"jid", NULL
+	"jid", "pid", NULL
 };
 #endif
 


More information about the svn-src-all mailing list