Document the -C option of top(1), which has been added to the source

and the usage message of top, but not to the manpage.

Pointy hat to:  keramida
Reminded by:    ru
MFC after:      1 week
This commit is contained in:
Giorgos Keramidas 2006-04-19 11:47:51 +00:00
parent 70b75adf82
commit 4ced3fbbf1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157865

View file

@ -10,7 +10,7 @@ top \- display and update information about the top cpu processes
.SH SYNOPSIS
.B top
[
.B \-bHIinqStuv
.B \-bCHIinqStuv
] [
.BI \-d count
] [
@ -62,6 +62,18 @@ is redirected to a file, it acts as if it were being run on a dumb
terminal.
.SH OPTIONS
.TP
.B \-C
Toggle CPU display mode.
By default top displays the weighted CPU percentage in the WCPU column
(this is the same value that
.IR ps (1)
displays as CPU).
Each time
.B \-C
flag is passed it toggles between \*(lqraw cpu\*(rq mode
and \*(lqweighted cpu\*(rq mode, showing the \*(lqCPU\*(rq or
the \*(lqWCPU\*(rq column respectively.
.TP
.B \-S
Show system processes in the display. Normally, system processes such as
the pager and the swapper are not shown. This option makes them visible.