diff options
author | jhb <jhb@FreeBSD.org> | 2011-07-08 13:45:53 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2011-07-08 13:45:53 +0000 |
commit | 58a5a6ddbe2b9884a829893f342af97e4f3a46eb (patch) | |
tree | da02ffa32ae911a6fe73905244a7203da5c1f557 /contrib/top | |
parent | 7c2c72616768c7ffbdaafd9240b96c6ec37b1349 (diff) | |
download | FreeBSD-src-58a5a6ddbe2b9884a829893f342af97e4f3a46eb.zip FreeBSD-src-58a5a6ddbe2b9884a829893f342af97e4f3a46eb.tar.gz |
Note that -a, -C, -H, -j, and -z are also toggles.
PR: bin/158682
Reported by: arundel
MFC after: 3 days
Diffstat (limited to 'contrib/top')
-rw-r--r-- | contrib/top/top.X | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/top/top.X b/contrib/top/top.X index 41c3d78..7c93a2e 100644 --- a/contrib/top/top.X +++ b/contrib/top/top.X @@ -200,11 +200,16 @@ a user to set his or her own defaults. The number of processes to display 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 |