diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2002-01-24 17:54:04 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2002-01-24 17:54:04 +0000 |
commit | 3e1b7588c4d0b128c916383af1aef5de66aff7a0 (patch) | |
tree | 86f82d71e023d01c6ed4d7a8bc5d45a48718599d /contrib/top/top.X | |
parent | 9785b3935a6c16c94fcffede103f164d79f360e3 (diff) | |
download | FreeBSD-src-3e1b7588c4d0b128c916383af1aef5de66aff7a0.zip FreeBSD-src-3e1b7588c4d0b128c916383af1aef5de66aff7a0.tar.gz |
Resolve conflicts (we have a -t option).
Diffstat (limited to 'contrib/top/top.X')
-rw-r--r-- | contrib/top/top.X | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/contrib/top/top.X b/contrib/top/top.X index 97649c3..8ceb5fb 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 \-SbiInqut +.B \-SbiInqutv ] [ .BI \-d count ] [ @@ -106,6 +106,11 @@ all the user id numbers it encounters into login names. This option disables all that, while possibly decreasing execution time. The uid numbers are displayed instead of the names. .TP +.B \-v +Write version number information to stderr then exit immediately. +No other processing takes place when this option is used. To see current +revision information while top is running, use the help command \*(lq?\*(rq. +.TP .BI \-d count Show only .I count @@ -194,7 +199,8 @@ These commands are currently recognized (^L refers to control-L): .B ^L Redraw the screen. .IP "\fBh\fP\ or\ \fB?\fP" -Display a summary of the commands (help screen). +Display a summary of the commands (help screen). Version information +is included in this display. .TP .B q Quit @@ -230,6 +236,12 @@ Display only processes owned by a specific username (prompt for username). If the username specified is simply \*(lq+\*(rq, then processes belonging to all users will be displayed. .TP +.B o +Change the order in which the display is sorted. This command is not +available on all systems. The sort key names vary fron system to system +but usually include: \*(lqcpu\*(rq, \*(lqres\*(rq, \*(lqsize\*(rq, +\*(lqtime\*(rq. The default is cpu. +.TP .B e Display a list of system errors (if any) generated by the last .BR k ill |