Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2014 23:47:15 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265251 - head/contrib/top
Message-ID:  <201405022347.s42NlFte021354@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri May  2 23:47:14 2014
New Revision: 265251
URL: http://svnweb.freebsd.org/changeset/base/265251

Log:
  - Add J command to help.
  
  MFC after:	2 weeks
  X-MFC-with:	r265249

Modified:
  head/contrib/top/commands.c

Modified: head/contrib/top/commands.c
==============================================================================
--- head/contrib/top/commands.c	Fri May  2 23:32:44 2014	(r265250)
+++ head/contrib/top/commands.c	Fri May  2 23:47:14 2014	(r265251)
@@ -74,6 +74,7 @@ e       - list errors generated by last 
 H       - toggle the displaying of threads\n\
 i or I  - toggle the displaying of idle processes\n\
 j       - toggle the displaying of jail ID\n\
+J       - display processes for only one jail (+ selects all jails)\n\
 k       - kill processes; send a signal to a list of processes\n\
 m       - toggle the display between 'cpu' and 'io' modes\n\
 n or #  - change number of processes to display\n", stdout);



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