mirror of https://github.com/python/cpython
Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported
by Jonathan Giddy <jon@dgs.monash.edu.au>.
This commit is contained in:
parent
fc372aae48
commit
35c3ffdc3f
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue