Skip to content

Commit be88c7d

Browse files
committed
reword
1 parent cdb2c7b commit be88c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proc.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,8 +867,8 @@
867867
\item \emph{opts} in \funnm{waitpid} are an OR combination of the following
868868
flags:
869869
\begin{itemize}
870-
\item \texttt{WNOHANG} \dots{} does not hang if there are no processes
871-
that wish to report status
870+
\item \texttt{WNOHANG} \dots{} does not block the process if there are
871+
no processes that wish to report status.
872872
\item \texttt{WUNTRACED} \dots{} children of the current process that were
873873
stopped due to a \texttt{SIGTTIN}, \texttt{SIGTTOU}, \texttt{SIGTSTP}, or
874874
\texttt{SIGSTOP} signal also have their status reported. Such processes are

0 commit comments

Comments
 (0)