We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb2c7b commit be88c7dCopy full SHA for be88c7d
proc.tex
@@ -867,8 +867,8 @@
867
\item \emph{opts} in \funnm{waitpid} are an OR combination of the following
868
flags:
869
\begin{itemize}
870
- \item \texttt{WNOHANG} \dots{} does not hang if there are no processes
871
- that wish to report status
+ \item \texttt{WNOHANG} \dots{} does not block the process if there are
+ no processes that wish to report status.
872
\item \texttt{WUNTRACED} \dots{} children of the current process that were
873
stopped due to a \texttt{SIGTTIN}, \texttt{SIGTTOU}, \texttt{SIGTSTP}, or
874
\texttt{SIGSTOP} signal also have their status reported. Such processes are
0 commit comments