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

Reply via email to