diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-06-21 15:48:16 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-06-21 15:48:16 +0000 |
commit | cd83aa9707860998316e3a1dd99d272d31481c7f (patch) | |
tree | fb98738ee03bb1a86c0fd6f5c1c094425f22467f /contrib/top/top.X | |
parent | c94b8307dba518acaa7da47985cd51401d5e495f (diff) | |
download | src-cd83aa9707860998316e3a1dd99d272d31481c7f.tar.gz src-cd83aa9707860998316e3a1dd99d272d31481c7f.zip |
Removed the no-op -p; documented -P.
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=179911
Diffstat (limited to 'contrib/top/top.X')
-rw-r--r-- | contrib/top/top.X | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/top/top.X b/contrib/top/top.X index acddde8acec2..830e50dd2346 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 \-abCHIijnqStuv +.B \-abCHIijnPqStuv ] [ .BI \-d count ] [ @@ -119,6 +119,9 @@ Display either 'cpu' or 'io' statistics. Default is 'cpu'. Use \*(lqnon-interactive\*(rq mode. This is identical to \*(lqbatch\*(rq mode. .TP +.B \-P +Display per-cpu CPU usage statistics. +.TP .B \-q Renice .I top |