Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported

by Jonathan Giddy <jon@dgs.monash.edu.au>.
This commit is contained in:
Fred Drake 1999-03-04 14:08:10 +00:00
parent fc372aae48
commit 35c3ffdc3f
1 changed files with 5 additions and 0 deletions

View 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}