mirror of https://github.com/xzeldon/htop.git
improve man-page
This commit is contained in:
parent
20bb68824d
commit
b62f9cea6f
15
htop.1
15
htop.1
|
@ -14,6 +14,21 @@ horizontally to see all processes and their full command lines.
|
||||||
Tasks related to processes (killing, renicing) can be done without
|
Tasks related to processes (killing, renicing) can be done without
|
||||||
entering their PIDs.
|
entering their PIDs.
|
||||||
.br
|
.br
|
||||||
|
.SH "COMMAND-LINE OPTIONS"
|
||||||
|
.LP
|
||||||
|
The following flags are supported:
|
||||||
|
.LP
|
||||||
|
.TP
|
||||||
|
\fB\-d DELAY\fR
|
||||||
|
Delay between updates, in tenths of seconds
|
||||||
|
.TP
|
||||||
|
\fB\-u USERNAME\fR
|
||||||
|
Show only processes of a given user
|
||||||
|
.TP
|
||||||
|
\fB\-\-sort\-key COLUMN\fR
|
||||||
|
Sort by this column (use --sort-key help for a column list)
|
||||||
|
.PP
|
||||||
|
.br
|
||||||
.SH "INTERACTIVE COMMANDS"
|
.SH "INTERACTIVE COMMANDS"
|
||||||
.LP
|
.LP
|
||||||
The following commands are supported:
|
The following commands are supported:
|
||||||
|
|
Loading…
Reference in New Issue