Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 2010 09:49:51 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r215422 - stable/7/contrib/top
Message-ID:  <201011170949.oAH9npSa085313@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Wed Nov 17 09:49:51 2010
New Revision: 215422
URL: http://svn.freebsd.org/changeset/base/215422

Log:
  MFC r215186:
  
  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)

Modified:
  stable/7/contrib/top/commands.c
Directory Properties:
  stable/7/contrib/top/   (props changed)

Modified: stable/7/contrib/top/commands.c
==============================================================================
--- stable/7/contrib/top/commands.c	Wed Nov 17 09:48:18 2010	(r215421)
+++ stable/7/contrib/top/commands.c	Wed Nov 17 09:49:51 2010	(r215422)
@@ -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\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011170949.oAH9npSa085313>