didou Wed May 12 03:43:53 2004 EDT
Modified files:
/phpdoc/en language-snippets.ent
/phpdoc/en/reference/pcntl/functions pcntl-wexitstatus.xml
pcntl-wifexited.xml
pcntl-wifsignaled.xml
pcntl-wifstopped.xml
pcntl-wstopsig.xml
pcntl-wtermsig.xml
Log:
added an entity for pcntl functions
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.85&r2=1.86&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.85 phpdoc/en/language-snippets.ent:1.86
--- phpdoc/en/language-snippets.ent:1.85 Mon May 10 08:11:59 2004
+++ phpdoc/en/language-snippets.ent Wed May 12 03:43:52 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.85 $ -->
+<!-- $Revision: 1.86 $ -->
<!ENTITY warn.experimental '<warning><simpara>This extension is
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -120,6 +120,11 @@
it is inserted with e.g. <link
linkend="function.dom-domnode-appendchild">DOMNode->appendChild()</link>.'>
+<!-- PCNTL Notes -->
+<!ENTITY pcntl.parameter.status '<para>The parameter
+<parameter>status</parameter> is the status parameter supplied to a successfull
+call to <function>pcntl_waitpid</function>.</para>'>
+
<!-- Various notes -->
<!ENTITY note.randomseed '<note><simpara>As of PHP 4.2.0, there is no need
to seed the random number generator with <function>srand</function> or
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wexitstatus.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-wexitstatus.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-wexitstatus.xml:1.2
phpdoc/en/reference/pcntl/functions/pcntl-wexitstatus.xml:1.3
--- phpdoc/en/reference/pcntl/functions/pcntl-wexitstatus.xml:1.2 Wed Apr 17
02:42:46 2002
+++ phpdoc/en/reference/pcntl/functions/pcntl-wexitstatus.xml Wed May 12 03:43:53
2004
@@ -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.2 -->
<refentry id="function.pcntl-wexitstatus">
<refnamediv>
@@ -19,11 +19,7 @@
only useful if <function>pcntl_wifexited</function> returned
&true;.
</para>
- <para>
- The parameter <parameter>status</parameter> is the status
- parameter supplied to a successfull call to
- <function>pcntl_waitpid</function>.
- </para>
+ &pcntl.parameter.status;
<para>
See also <function>pcntl_waitpid</function> and
<function>pcntl_wifexited</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wifexited.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-wifexited.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-wifexited.xml:1.2
phpdoc/en/reference/pcntl/functions/pcntl-wifexited.xml:1.3
--- phpdoc/en/reference/pcntl/functions/pcntl-wifexited.xml:1.2 Wed Apr 17 02:42:46
2002
+++ phpdoc/en/reference/pcntl/functions/pcntl-wifexited.xml Wed May 12 03:43:53
2004
@@ -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.2 -->
<refentry id="function.pcntl-wifexited">
<refnamediv>
@@ -18,11 +18,7 @@
Returns &true; if the child status code represents a successful
exit.
</para>
- <para>
- The parameter <parameter>status</parameter> is the status
- parameter supplied to a successfull call to
- <function>pcntl_waitpid</function>.
- </para>
+ &pcntl.parameter.status;
<para>
See also <function>pcntl_waitpid</function> and
<function>pcntl_wexitstatus</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wifsignaled.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-wifsignaled.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-wifsignaled.xml:1.2
phpdoc/en/reference/pcntl/functions/pcntl-wifsignaled.xml:1.3
--- phpdoc/en/reference/pcntl/functions/pcntl-wifsignaled.xml:1.2 Wed Apr 17
02:42:46 2002
+++ phpdoc/en/reference/pcntl/functions/pcntl-wifsignaled.xml Wed May 12 03:43:53
2004
@@ -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.2 -->
<refentry id="function.pcntl-wifsignaled">
<refnamediv>
@@ -19,11 +19,7 @@
Returns &true; if the child process exited because of a signal
which was not caught.
</para>
- <para>
- The parameter <parameter>status</parameter> is the status
- parameter supplied to a successfull call to
- <function>pcntl_waitpid</function>.
- </para>
+ &pcntl.parameter.status;
<para>
See also <function>pcntl_waitpid</function> and
<function>pcntl_signal</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wifstopped.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-wifstopped.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-wifstopped.xml:1.2
phpdoc/en/reference/pcntl/functions/pcntl-wifstopped.xml:1.3
--- phpdoc/en/reference/pcntl/functions/pcntl-wifstopped.xml:1.2 Wed Apr 17
02:42:46 2002
+++ phpdoc/en/reference/pcntl/functions/pcntl-wifstopped.xml Wed May 12 03:43:53
2004
@@ -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.2 -->
<refentry id="function.pcntl-wifstopped">
<refnamediv>
@@ -20,11 +20,7 @@
<function>pcntl_waitpid</function> was done using the option
<literal>WUNTRACED</literal>.
</para>
- <para>
- The parameter <parameter>status</parameter> is the status
- parameter supplied to a successfull call to
- <function>pcntl_waitpid</function>.
- </para>
+ &pcntl.parameter.status;
<para>
See also <function>pcntl_waitpid</function>.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wstopsig.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-wstopsig.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-wstopsig.xml:1.2
phpdoc/en/reference/pcntl/functions/pcntl-wstopsig.xml:1.3
--- phpdoc/en/reference/pcntl/functions/pcntl-wstopsig.xml:1.2 Wed Apr 17 02:42:46
2002
+++ phpdoc/en/reference/pcntl/functions/pcntl-wstopsig.xml Wed May 12 03:43:53
2004
@@ -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.2 -->
<refentry id="function.pcntl-wstopsig">
<refnamediv>
@@ -19,11 +19,7 @@
This function is only useful if
<function>pcntl_wifstopped</function> returned &true;.
</para>
- <para>
- The parameter <parameter>status</parameter> is the status
- parameter supplied to a successfull call to
- <function>pcntl_waitpid</function>.
- </para>
+ &pcntl.parameter.status;
<para>
See also <function>pcntl_waitpid</function> and
<function>pcntl_wifstopped</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wtermsig.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-wtermsig.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-wtermsig.xml:1.2
phpdoc/en/reference/pcntl/functions/pcntl-wtermsig.xml:1.3
--- phpdoc/en/reference/pcntl/functions/pcntl-wtermsig.xml:1.2 Wed Apr 17 02:42:46
2002
+++ phpdoc/en/reference/pcntl/functions/pcntl-wtermsig.xml Wed May 12 03:43:53
2004
@@ -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-wtermsig">
<refnamediv>
@@ -19,11 +19,7 @@
terminate. This function is only useful if
<function>pcntl_wifsignaled</function> returned &true;.
</para>
- <para>
- The parameter <parameter>status</parameter> is the status
- parameter supplied to a successfull call to
- <function>pcntl_waitpid</function>.
- </para>
+ &pcntl.parameter.status;
<para>
See also <function>pcntl_waitpid</function>,
<function>pcntl_signal</function> and