From: Fred Drake Date: Thu, 4 Mar 1999 14:08:10 +0000 (+0000) Subject: Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported X-Git-Tag: v1.5.2c1~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35c3ffdc3f622719585532f291d8f2366be55235;p=thirdparty%2FPython%2Fcpython.git Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported by Jonathan Giddy . --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index c6f74f5f4c9e..a03a7bfb4202 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}