Small change in these docs,

parameter 'status' is a reference, added the & to the synopsis :)

- Davey
Index: pcntl-waitpid.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/pcntl/functions/pcntl-waitpid.xml,v
retrieving revision 1.2
diff -u -r1.2 pcntl-waitpid.xml
--- pcntl-waitpid.xml   17 Apr 2002 06:42:45 -0000      1.2
+++ pcntl-waitpid.xml   29 May 2003 12:25:27 -0000
@@ -11,7 +11,7 @@
     <methodsynopsis>
      <type>int</type><methodname>pcntl_waitpid</methodname>
      <methodparam><type>int</type><parameter>pid</parameter></methodparam>
-     <methodparam><type>int</type><parameter>status</parameter></methodparam>
+     <methodparam><type>int</type><parameter>&status</parameter></methodparam>
      <methodparam><type>int</type><parameter>options</parameter></methodparam>
     </methodsynopsis>
    <para>
-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to