Remove statement that WUNTRACED and WCONTINUED only have effect

if SA_NOCLDSTOP has not been set for SIGCHLD.  That's not true.
This commit is contained in:
Michael Kerrisk 2008-07-04 10:31:50 +00:00
parent e7beaaef5c
commit 21399189b4
1 changed files with 2 additions and 12 deletions

View File

@ -45,8 +45,9 @@
.\" Updated discussion of SA_NOCLDWAIT to reflect 2.6 behavior
.\" Much other text rewritten
.\" 2005-05-10, mtk, __W* flags can't be used with waitid()
.\" 2008-07-04, mtk, removed erroneous text about SA_NOCLDSTOP
.\"
.TH WAIT 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.TH WAIT 2 2008-07-04 "Linux" "Linux Programmer's Manual"
.SH NAME
wait, waitpid, waitid \- wait for process to change state
.SH SYNOPSIS
@ -155,17 +156,6 @@ also return if a stopped child has been resumed by delivery of
.PP
(For Linux-only options, see below.)
.PP
The
.B WUNTRACED
and
.B WCONTINUED
options are only effective if the
.B SA_NOCLDSTOP
flag has not been set for the
.B SIGCHLD
signal (see
.BR sigaction (2)).
.PP
If
.I status
is not NULL,