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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"