From bedac40fa4a09b5d4e1d105e5d41fef90d71acb0 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 29 May 2003 15:41:22 +0000 Subject: [PATCH] Also repair those WS issues (\t => \s{8}) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129192 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcntl/functions/pcntl-waitpid.xml | 38 ++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) 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.