summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-04 14:08:10 (GMT)
committerFred Drake <fdrake@acm.org>1999-03-04 14:08:10 (GMT)
commit35c3ffdc3f622719585532f291d8f2366be55235 (patch)
tree90177ebbf13dcb5ae4fa81c84b49401ed0771210
parentfc372aae4831246df6bd56f2627a5e4d8eafdb0b (diff)
downloadcpython-35c3ffdc3f622719585532f291d8f2366be55235.zip
cpython-35c3ffdc3f622719585532f291d8f2366be55235.tar.gz
cpython-35c3ffdc3f622719585532f291d8f2366be55235.tar.bz2
Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported
by Jonathan Giddy <jon@dgs.monash.edu.au>.
-rw-r--r--Doc/lib/libos.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index c6f74f5..a03a7bf 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -758,6 +758,11 @@ Availability: \UNIX{}.
\end{funcdesc}
\begin{funcdesc}{WSTOPSIG}{status}
+Return the signal which caused the process to stop.
+Availability: \UNIX{}.
+\end{funcdesc}
+
+\begin{funcdesc}{WTERMSIG}{status}
Return the signal which caused the process to exit.
Availability: \UNIX{}.
\end{funcdesc}