mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
06cdf062ab
commit
8d323cfaa7
9 changed files with 27 additions and 17 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
& ~umask).
|
||||
</para>
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
¬e.sm.uidcheck.dir;
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue