mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
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
1 changed files with 5 additions and 0 deletions
|
|
@ -758,6 +758,11 @@ Availability: \UNIX{}.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{WSTOPSIG}{status}
|
\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.
|
Return the signal which caused the process to exit.
|
||||||
Availability: \UNIX{}.
|
Availability: \UNIX{}.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue