diff --git a/reference/pcntl/functions/pcntl-waitpid.xml b/reference/pcntl/functions/pcntl-waitpid.xml index c89f7271b3..4d5a26cffc 100644 --- a/reference/pcntl/functions/pcntl-waitpid.xml +++ b/reference/pcntl/functions/pcntl-waitpid.xml @@ -1,5 +1,5 @@ - + @@ -38,31 +38,31 @@ - < -1 - - wait for any child process whose process group ID is equal to - the absolute value of pid. - + < -1 + + wait for any child process whose process group ID is equal to + the absolute value of pid. + - -1 - - wait for any child process; this is the same behaviour that - the wait function exhibits. - + -1 + + wait for any child process; this is the same behaviour that + the wait function exhibits. + 0 - wait for any child process whose process group ID is equal to - that of the calling process. + wait for any child process whose process group ID is equal to + that of the calling process. > 0 - wait for the child whose process ID is equal to the value of - pid. + wait for the child whose process ID is equal to the value of + pid. @@ -91,14 +91,14 @@ WNOHANG - return immediately if no child has exited. - + return immediately if no child has exited. + WUNTRACED - return for children which are stopped, and whose status has - not been reported. + return for children which are stopped, and whose status has + not been reported.