Date: Sun, 11 Nov 2012 08:16:34 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242887 - head/usr.bin/top Message-ID: <201211110816.qAB8GYD2037032@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211110816.qAB8GYD2037032>