svn commit: r215186 - head/contrib/top

[ Available lists | Index of svn-src-head | Month of Nov 2010 | Week of 12 Nov 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Sergey Kandaurov <pluknet@FreeBSD.org>
Date
12 Nov 2010 16:50:12
Subject
svn commit: r215186 - head/contrib/top
Message-ID
201011121650.oACGoBb5015835@svn.freebsd.org


[ Hide this part ]
Author: pluknet
Date: Fri Nov 12 16:50:11 2010
New Revision: 215186
URL: http://svn.freebsd.org/changeset/base/215186

Log:
Add 'jid' as a possible sort order to the help screen.

PR: bin/150992
Submitted by: Frederic Culot <frederic at culot dot org>
Approved by: avg (mentor)
MFC after: 5 days

Modified:
head/contrib/top/commands.c

Modified: head/contrib/top/commands.c
==============================================================================
--- head/contrib/top/commands.c Fri Nov 12 15:52:27 2010 (r215185)
+++ head/contrib/top/commands.c Fri Nov 12 16:50:11 2010 (r215186)
@@ -80,10 +80,12 @@ n or # - change number of processes to
#ifdef ORDER
if (displaymode == DISP_CPU)
fputs("\
-o - specify sort order (pri, size, res, cpu, time, threads)\n", stdout);
+o - specify sort order (pri, size, res, cpu, time, threads, jid)\n",
+ stdout);
else
fputs("\
-o - specify sort order (vcsw, ivcsw, read, write, fault, total)\n", stdout);
+o - specify sort order (vcsw, ivcsw, read, write, fault, total, jid)\n",
+ stdout);
#endif
fputs("\
r - renice a process\n\


Elapsed time: 0.138 seconds