mirror of https://github.com/xzeldon/htop.git
Apply patch fixing typos, and catch another one. Closes #3613760.
This commit is contained in:
parent
322ba274ea
commit
5c2d84aba3
|
@ -17,7 +17,7 @@ entering their PIDs.
|
||||||
.br
|
.br
|
||||||
.SH "COMMAND-LINE OPTIONS"
|
.SH "COMMAND-LINE OPTIONS"
|
||||||
.LP
|
.LP
|
||||||
Mandatory arguments to long options are madatory for short options too.
|
Mandatory arguments to long options are mandatory for short options too.
|
||||||
.LP
|
.LP
|
||||||
.TP
|
.TP
|
||||||
\fB\-d \-\-delay=DELAY\fR
|
\fB\-d \-\-delay=DELAY\fR
|
||||||
|
@ -190,7 +190,7 @@ The state of the process:
|
||||||
\fBS\fR for sleeping (idle)
|
\fBS\fR for sleeping (idle)
|
||||||
\fBR\fR for running
|
\fBR\fR for running
|
||||||
\fBD\fR for disk sleep (uninterruptible)
|
\fBD\fR for disk sleep (uninterruptible)
|
||||||
\fBZ\fR for zombie (waiting for parent to read it's exit status)
|
\fBZ\fR for zombie (waiting for parent to read its exit status)
|
||||||
\fBT\fR for traced or suspended (e.g by SIGTSTP)
|
\fBT\fR for traced or suspended (e.g by SIGTSTP)
|
||||||
\fBW\fR for paging
|
\fBW\fR for paging
|
||||||
.TP
|
.TP
|
||||||
|
@ -231,7 +231,7 @@ executing system calls on behalf of all the process's waited-for children (see
|
||||||
STIME above).
|
STIME above).
|
||||||
.TP
|
.TP
|
||||||
.B PRIORITY (PRI)
|
.B PRIORITY (PRI)
|
||||||
The kernels internal priority for the process, usually just it's nice value
|
The kernel's internal priority for the process, usually just its nice value
|
||||||
plus twenty. Different for real-time processes.
|
plus twenty. Different for real-time processes.
|
||||||
.TP
|
.TP
|
||||||
.B PERCENT_MEM
|
.B PERCENT_MEM
|
||||||
|
|
Loading…
Reference in New Issue