- Davey
Philip Olson wrote:
You must use & here, not &
Regards, Philip
On Thu, 29 May 2003, Andrew Lindeman wrote:
alindeman Thu May 29 08:44:03 2003 EDT
Modified files: /phpdoc/en/reference/pcntl/functions pcntl-waitpid.xml Log:
applying davey's ([EMAIL PROTECTED]) patch
Index: phpdoc/en/reference/pcntl/functions/pcntl-waitpid.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-waitpid.xml:1.2 phpdoc/en/reference/pcntl/functions/pcntl-waitpid.xml:1.3
--- phpdoc/en/reference/pcntl/functions/pcntl-waitpid.xml:1.2 Wed Apr 17 02:42:45 2002
+++ phpdoc/en/reference/pcntl/functions/pcntl-waitpid.xml Thu May 29 08:44:03 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/pcntl.xml, last change in rev 1.1 -->
<refentry id="function.pcntl-waitpid">
<refnamediv>
@@ -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
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
