svn commit: r242888 - head/contrib/top
Rui Paulo
rpaulo at FreeBSD.org
Sun Nov 11 08:22:58 UTC 2012
Author: rpaulo
Date: Sun Nov 11 08:22:58 2012
New Revision: 242888
URL: http://svnweb.freebsd.org/changeset/base/242888
Log:
Add "pid" to the help menu (sort keys section).
Modified:
head/contrib/top/commands.c
Modified: head/contrib/top/commands.c
==============================================================================
--- head/contrib/top/commands.c Sun Nov 11 08:16:33 2012 (r242887)
+++ head/contrib/top/commands.c Sun Nov 11 08:22:58 2012 (r242888)
@@ -80,11 +80,11 @@ n or # - change number of processes to
#ifdef ORDER
if (displaymode == DISP_CPU)
fputs("\
-o - specify sort order (pri, size, res, cpu, time, threads, jid)\n",
+o - specify sort order (pri, size, res, cpu, time, threads, jid, pid)\n",
stdout);
else
fputs("\
-o - specify sort order (vcsw, ivcsw, read, write, fault, total, jid)\n",
+o - specify sort order (vcsw, ivcsw, read, write, fault, total, jid, pid)\n",
stdout);
#endif
fputs("\
More information about the svn-src-all
mailing list