svn commit: r265251 - head/contrib/top

Bryan Drewery bdrewery at FreeBSD.org
Fri May 2 23:47:15 UTC 2014


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);


More information about the svn-src-head mailing list