some WS, using &return.success; and RFC compliance

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158826 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-05-18 10:53:47 +00:00
parent 06cdf062ab
commit 8d323cfaa7
9 changed files with 27 additions and 17 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/posix.xml, last change in rev 1.2 -->
<refentry id="function.posix-getpid">
<refnamediv>
@ -13,7 +13,8 @@
<void/>
</methodsynopsis>
<para>
Return the process identifier of the current process.</para>
Return the process identifier of the current process.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/posix.xml, last change in rev 1.2 -->
<refentry id="function.posix-getppid">
<refnamediv>
@ -15,7 +15,7 @@
<para>
Return the process identifier of the parent process of the
current process.
</para>
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/posix.xml, last change in rev 1.2 -->
<refentry id="function.posix-mkfifo">
<refnamediv>
@ -27,6 +27,9 @@
<function>umask</function>. The permissions of the created file are (mode
&amp; ~umask).
</para>
<para>
&return.success;
</para>
&note.sm.uidcheck.dir;
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/posix.xml, last change in rev 1.2 -->
<refentry id="function.posix-setegid">
<refnamediv>
@ -20,7 +20,7 @@
root) on your system to be able to perform this function.
</para>
<para>
Returns &true; on success, &false; otherwise.
&return.success;
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/posix.xml, last change in rev 1.2 -->
<refentry id="function.posix-seteuid">
<refnamediv>
@ -20,7 +20,10 @@
your system to be able to perform this function.
</para>
<para>
Returns &true; on success, &false; otherwise. See also
&return.success;
</para>
<para>
See also
<function>posix_setgid</function>.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/posix.xml, last change in rev 1.18 -->
<refentry id="function.posix-setgid">
<refnamediv>
@ -23,7 +23,7 @@
<function>posix_setuid</function> last.
</para>
<para>
Returns &true; on success, &false; otherwise.
&return.success;
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/posix.xml, last change in rev 1.2 -->
<refentry id="function.posix-setpgid">
<refnamediv>
@ -17,7 +17,7 @@
Let the process <parameter>pid</parameter> join the process group
<parameter>pgid</parameter>. See POSIX.1 and the setsid(2) manual
page on your POSIX system for more informations on process groups
and job control. Returns &true; on success, &false; otherwise.
and job control. &return.success;
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/posix.xml, last change in rev 1.18 -->
<refentry id="function.posix-setuid">
<refnamediv>
@ -20,7 +20,10 @@
your system to be able to perform this function.
</para>
<para>
Returns &true; on success, &false; otherwise. See also
&return.success;
</para>
<para>
See also
<function>posix_setgid</function>.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/posix.xml, last change in rev 1.2 -->
<refentry id="function.posix-uname">
<refnamediv>
@ -33,7 +33,7 @@
machine - system architecture (e.g. i586)
</simpara></listitem>
<listitem><simpara>
domainname - DNS domainname (e.g. php.net)
domainname - DNS domainname (e.g. example.com)
</simpara></listitem>
</itemizedlist>
</para>