From 21399189b47710570c2bce0cb6735824ae929f73 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 4 Jul 2008 10:31:50 +0000 Subject: [PATCH] Remove statement that WUNTRACED and WCONTINUED only have effect if SA_NOCLDSTOP has not been set for SIGCHLD. That's not true. --- man2/wait.2 | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/man2/wait.2 b/man2/wait.2 index 402cad3c1..c885da063 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -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,