Commit 2c6a9e36 authored by Georg Brandl's avatar Georg Brandl

Bug [ 1190563 ] os.waitpid docs don't specify return value for WNOHANG

parent 3e7879ef
...@@ -1680,8 +1680,9 @@ return suitable process handles. ...@@ -1680,8 +1680,9 @@ return suitable process handles.
\end{funcdesc} \end{funcdesc}
\begin{datadesc}{WNOHANG} \begin{datadesc}{WNOHANG}
The option for \function{waitpid()} to avoid hanging if no child The option for \function{waitpid()} to return immediately if no child
process status is available immediately. process status is available immediately. The function returns
\code{(0, 0)} in this case.
Availability: Macintosh, \UNIX. Availability: Macintosh, \UNIX.
\end{datadesc} \end{datadesc}
......
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