diff options
author | Guido van Rossum <guido@python.org> | 1995-03-30 16:00:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-30 16:00:36 (GMT) |
commit | 4bbe9c0addef50a9a539421e9111a6ea082c506c (patch) | |
tree | 6d9f7b72433d8a89404814880c20694ba5bdf923 /Doc/libposix.tex | |
parent | d45c1560e055188cd5e3a316bcb7162117eb9595 (diff) | |
download | cpython-4bbe9c0addef50a9a539421e9111a6ea082c506c.zip cpython-4bbe9c0addef50a9a539421e9111a6ea082c506c.tar.gz cpython-4bbe9c0addef50a9a539421e9111a6ea082c506c.tar.bz2 |
added WNOHANG
Diffstat (limited to 'Doc/libposix.tex')
-rw-r--r-- | Doc/libposix.tex | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/libposix.tex b/Doc/libposix.tex index ae041c4..fa0b42d 100644 --- a/Doc/libposix.tex +++ b/Doc/libposix.tex @@ -52,7 +52,7 @@ corresponding string, as would be printed by the C function \code{perror()}. \end{excdesc} -It defines the following functions: +It defines the following functions and constants: \renewcommand{\indexsubitem}{(in module posix)} \begin{funcdesc}{chdir}{path} @@ -355,3 +355,8 @@ built-in function \code{open} or by \code{posix.popen} or \code{posix.fdopen}, or \code{sys.stdout} or \code{sys.stderr}, use its \code{write()} method. \end{funcdesc} + +\begin{datadesc}{WNOHANG} +The option for \code{waitpid()} to avoid hanging if no child process +status is available immediately. +\end{datadesc} |