svn commit: r223870 - head/contrib/top

John Baldwin jhb at FreeBSD.org
Fri Jul 8 13:45:53 UTC 2011


Author: jhb
Date: Fri Jul  8 13:45:53 2011
New Revision: 223870
URL: http://svn.freebsd.org/changeset/base/223870

Log:
  Note that -a, -C, -H, -j, and -z are also toggles.
  
  PR:		bin/158682
  Reported by:	arundel
  MFC after:	3 days

Modified:
  head/contrib/top/top.X

Modified: head/contrib/top/top.X
==============================================================================
--- head/contrib/top/top.X	Fri Jul  8 13:04:47 2011	(r223869)
+++ head/contrib/top/top.X	Fri Jul  8 13:45:53 2011	(r223870)
@@ -200,11 +200,16 @@ a user to set his or her own defaults.  
 can also be specified in the environment variable
 .BR TOP .
 The options
+.BR \-a ,
+.BR \-C ,
+.BR \-H ,
 .BR \-I ,
+.BR \-j ,
 .BR \-S ,
+.BR \-t ,
 .BR \-u ,
 and
-.B \-t
+.B \-z
 are actually toggles.  A second specification of any of these options
 will negate the first.  Thus a user who has the environment variable
 .B TOP


More information about the svn-src-all mailing list