(re)marking as EXPERIMENTAL, this fixes bug #45687

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264099 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maciek Sokolewicz 2008-08-02 22:26:40 +00:00
parent bfe00006e3
commit da82a670dd
14 changed files with 28 additions and 14 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry xml:id='function.pcntl-alarm' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_alarm</refname>
@ -18,6 +18,7 @@
Any call to <function>pcntl_alarm</function> will cancel any previously
set alarm.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry xml:id='function.pcntl-exec' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_exec</refname>
@ -17,6 +17,7 @@
<para>
Executes the program with the given arguments.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry xml:id="function.pcntl-fork" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_fork</refname>
@ -18,6 +18,7 @@
PPID. Please see your system's fork(2) man page for specific details as to
how fork works on your system.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="returnvalues">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry xml:id='function.pcntl-getpriority' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_getpriority</refname>
@ -19,6 +19,7 @@
system types and kernel versions, please see your system's getpriority(2)
man page for specific details.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry xml:id='function.pcntl-setpriority' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_setpriority</refname>
@ -18,6 +18,7 @@
<function>pcntl_setpriority</function> sets the priority of
<parameter>pid</parameter>.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<refentry xml:id="function.pcntl-signal" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_signal</refname>
@ -18,6 +18,7 @@
The <function>pcntl_signal</function> function installs a new
signal handler for the signal indicated by <parameter>signo</parameter>.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry xml:id='function.pcntl-wait' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_wait</refname>
@ -29,6 +29,7 @@
<parameter>options</parameter>.
</para>
</note>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<refentry xml:id="function.pcntl-waitpid" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_waitpid</refname>
@ -27,6 +27,7 @@
Please see your system's waitpid(2) man page for specific details as to
how waitpid works on your system.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry xml:id="function.pcntl-wexitstatus" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_wexitstatus</refname>
@ -17,6 +17,7 @@
only useful if <function>pcntl_wifexited</function> returned
&true;.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry xml:id="function.pcntl-wifexited" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_wifexited</refname>
@ -15,6 +15,7 @@
<para>
Checks whether the child status code represents a normal exit.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry xml:id="function.pcntl-wifsignaled" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_wifsignaled</refname>
@ -16,6 +16,7 @@
Checks whether the child process exited because of a signal which was not
caught.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry xml:id="function.pcntl-wifstopped" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_wifstopped</refname>
@ -18,6 +18,7 @@
<function>pcntl_waitpid</function> was done using the option
<literal>WUNTRACED</literal>.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry xml:id="function.pcntl-wstopsig" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_wstopsig</refname>
@ -17,6 +17,7 @@
This function is only useful if
<function>pcntl_wifstopped</function> returned &true;.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry xml:id="function.pcntl-wtermsig" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pcntl_wtermsig</refname>
@ -17,6 +17,7 @@
terminate. This function is only useful if
<function>pcntl_wifsignaled</function> returned &true;.
</para>
&warn.experimental.func;
</refsect1>
<refsect1 role="parameters">