summaryrefslogtreecommitdiffstats
path: root/contrib/top/top.X
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-08-04 14:10:48 +0000
committerdes <des@FreeBSD.org>1998-08-04 14:10:48 +0000
commite8ccb4f081316fdb1146a5b00fc424fd5b6a7649 (patch)
tree7f243251c25e7624a0b4b77106b75aeda0252746 /contrib/top/top.X
parente0fcaa07d2408a1d03d13f511c35e030b08813cc (diff)
downloadFreeBSD-src-e8ccb4f081316fdb1146a5b00fc424fd5b6a7649.zip
FreeBSD-src-e8ccb4f081316fdb1146a5b00fc424fd5b6a7649.tar.gz
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
Diffstat (limited to 'contrib/top/top.X')
-rw-r--r--contrib/top/top.X14
1 files changed, 12 insertions, 2 deletions
diff --git a/contrib/top/top.X b/contrib/top/top.X
index aa50026..b6bece8 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
OpenPOWER on IntegriCloud