Date: Sun, 11 Nov 2012 08:22:58 +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: r242888 - head/contrib/top Message-ID: <201211110822.qAB8Mwh0038350@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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("\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211110822.qAB8Mwh0038350>