mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Correct default value for -s option.
PR: bin/12946 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
This commit is contained in:
parent
44415df847
commit
bcfbf8ad07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63653
@ -1,5 +1,6 @@
|
||||
.\" NOTE: changes to the manual page for "top" should be made in the
|
||||
.\" file "top.X" and NOT in the file "top.1".
|
||||
.\" $FreeBSD$
|
||||
.nr N %topn%
|
||||
.nr D %delay%
|
||||
.TH TOP 1 Local
|
||||
@ -29,7 +30,7 @@ top \- display and update information about the top cpu processes
|
||||
.if t .ds rq ''
|
||||
.\" Just in case these number registers aren't set yet...
|
||||
.if \nN==0 .nr N 10
|
||||
.if \nD==0 .nr D 5
|
||||
.if \nD==0 .nr D 2
|
||||
.I Top
|
||||
displays the top
|
||||
.if !\nN==-1 \nN
|
||||
|
Loading…
Reference in New Issue
Block a user