diff options
author | phantom <phantom@FreeBSD.org> | 2000-07-20 13:27:58 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-07-20 13:27:58 +0000 |
commit | 7fa5173def4d2425b7e3061c3fcbd120ec3eb30d (patch) | |
tree | d7c01d0e1c939380cb2ab34eb7b709493ed7979a /contrib | |
parent | e9d29255639c01c1e66f53b180f3997bdfeb56a3 (diff) | |
download | FreeBSD-src-7fa5173def4d2425b7e3061c3fcbd120ec3eb30d.zip FreeBSD-src-7fa5173def4d2425b7e3061c3fcbd120ec3eb30d.tar.gz |
Correct default value for -s option.
PR: bin/12946
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/top/top.X | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/top/top.X b/contrib/top/top.X index c9d4e8b..97649c3 100644 --- a/contrib/top/top.X +++ b/contrib/top/top.X @@ -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 |