diff --git a/reference/pcntl/functions/pcntl-wait.xml b/reference/pcntl/functions/pcntl-wait.xml index 14be9d7a7f..349b34733d 100644 --- a/reference/pcntl/functions/pcntl-wait.xml +++ b/reference/pcntl/functions/pcntl-wait.xml @@ -1,5 +1,5 @@ - + pcntl_wait @@ -24,7 +24,7 @@ specific details as to how wait works on your system. - pcntl_waitpid returns the process ID of the + pcntl_wait returns the process ID of the child which exited, -1 on error or zero if WNOHANG was provided as an option (on wait3-available systems) and no child was available.