Commit 5c2d84ab authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Apply patch fixing typos, and catch another one. Closes #3613760.

parent 322ba274
...@@ -17,7 +17,7 @@ entering their PIDs. ...@@ -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: ...@@ -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 ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment