irchtml Wed Feb 25 16:07:57 2004 EDT
Modified files:
/phpdoc/en/reference/pcntl/functions pcntl-wait.xml
Log:
typo
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wait.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-wait.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-wait.xml:1.3
phpdoc/en/reference/pcntl/functions/pcntl-wait.xml:1.4
--- phpdoc/en/reference/pcntl/functions/pcntl-wait.xml:1.3 Wed Feb 25 12:02:53
2004
+++ phpdoc/en/reference/pcntl/functions/pcntl-wait.xml Wed Feb 25 16:07:57 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id='function.pcntl-wait'>
<refnamediv>
<refname>pcntl_wait</refname>
@@ -24,7 +24,7 @@
specific details as to how wait works on your system.
</para>
<para>
- <function>pcntl_waitpid</function> returns the process ID of the
+ <function>pcntl_wait</function> 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.
</para>