summaryrefslogtreecommitdiffstats
path: root/contrib/top/top.X
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/top/top.X')
-rw-r--r--contrib/top/top.X8
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/top/top.X b/contrib/top/top.X
index ff1a1d9..304ee91 100644
--- a/contrib/top/top.X
+++ b/contrib/top/top.X
@@ -10,7 +10,7 @@ top \- display and update information about the top cpu processes
.SH SYNOPSIS
.B top
[
-.B \-bCHIinqStuv
+.B \-abCHIinqStuv
] [
.BI \-d count
] [
@@ -78,6 +78,12 @@ the \*(lqWCPU\*(rq column respectively.
Show system processes in the display. Normally, system processes such as
the pager and the swapper are not shown. This option makes them visible.
.TP
+.B \-a
+Display command names derived from the argv[] vector, rather than real
+executable name. It's useful when you want to watch applications, that
+puts their status information there. If the real name differs from argv[0],
+it will be displayed in parenthesis.
+.TP
.B \-b
Use \*(lqbatch\*(rq mode. In this mode, all input from the terminal is
ignored. Interrupt characters (such as ^C and ^\e) still have an effect.
OpenPOWER on IntegriCloud