diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-08-04 14:10:48 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-08-04 14:10:48 +0000 |
commit | e7cdb9725304a79df9fa01c6a44b5f26b8d67b97 (patch) | |
tree | 0e316f7e358f4e9860629df767328db0e3293256 /contrib/top/top.X | |
parent | 05b73c60a49a109a3eb648d35dc4552a305b4d16 (diff) | |
download | src-e7cdb9725304a79df9fa01c6a44b5f26b8d67b97.tar.gz src-e7cdb9725304a79df9fa01c6a44b5f26b8d67b97.zip |
Add -t option ('t' in interactive mode) to make top(1) ignore itself.
Attempts to contact the author of top(1) (William LeFebvre) have so
far been unsuccessful.
PR: 7253
Submitted by: Yours Truly
Notes
Notes:
svn path=/head/; revision=38090
Diffstat (limited to 'contrib/top/top.X')
-rw-r--r-- | contrib/top/top.X | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/contrib/top/top.X b/contrib/top/top.X index aa500260e46f..b6bece8e6b83 100644 --- a/contrib/top/top.X +++ b/contrib/top/top.X @@ -9,7 +9,7 @@ top \- display and update information about the top cpu processes .SH SYNOPSIS .B top [ -.B \-SbiInqu +.B \-SbiInqut ] [ .BI \-d count ] [ @@ -81,6 +81,11 @@ intelligent terminal. Do not display idle processes. By default, top displays both active and idle processes. .TP +.B \-t +Do not display the +.I top +process. +.TP .B \-n Use \*(lqnon-interactive\*(rq mode. This is identical to \*(lqbatch\*(rq mode. @@ -153,8 +158,9 @@ can also be specified in the environment variable The options .BR \-I , .BR \-S , +.BR \-u , and -.B \-u +.B \-t 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 @@ -234,6 +240,10 @@ command. (or .BR I) Toggle the display of idle processes. +.B t +Toggle the display of the +.I top +process. .SH "THE DISPLAY" The actual display varies depending on the specific variant of Unix that the machine is running. This description may not exactly match |