Kaydet (Commit) 35c3ffdc authored tarafından Fred Drake's avatar Fred Drake

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

by Jonathan Giddy <jon@dgs.monash.edu.au>.
üst fc372aae
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment