]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported
authorFred Drake <fdrake@acm.org>
Thu, 4 Mar 1999 14:08:10 +0000 (14:08 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 4 Mar 1999 14:08:10 +0000 (14:08 +0000)
by Jonathan Giddy <jon@dgs.monash.edu.au>.

Doc/lib/libos.tex

index c6f74f5f4c9e36c1dce9efa8cc24ace46df9487a..a03a7bfb4202a7241440395a07f30b4782124151 100644 (file)
@@ -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}