From 35c3ffdc3f622719585532f291d8f2366be55235 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 4 Mar 1999 14:08:10 +0000 Subject: Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported by Jonathan Giddy . --- Doc/lib/libos.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index c6f74f5..a03a7bf 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} -- cgit v0.12