wait.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-11 09:20:27 +01:00
parent 68246229ba
commit b50a708ba6
1 changed files with 3 additions and 1 deletions

View File

@ -215,9 +215,11 @@ returns true if the child produced a core dump.
This macro should be employed only if This macro should be employed only if
.B WIFSIGNALED .B WIFSIGNALED
returned true. returned true.
This macro is not specified in POSIX.1-2001 and is not available on This macro is not specified in POSIX.1-2001 and is not available on
some UNIX implementations (e.g., AIX, SunOS). some UNIX implementations (e.g., AIX, SunOS).
Only use this enclosed in #ifdef WCOREDUMP ... #endif. Therefore, enclose its use inside
.IR "#ifdef WCOREDUMP ... #endif" .
.TP .TP
.BI WIFSTOPPED( wstatus ) .BI WIFSTOPPED( wstatus )
returns true if the child process was stopped by delivery of a signal; returns true if the child process was stopped by delivery of a signal;