ljbuesch                Fri Jun  8 02:23:26 2007 UTC

  Modified files:              
    /phpdoc/en/reference/posix/functions        posix-get-last-error.xml 
                                                posix-getegid.xml 
                                                posix-getgid.xml 
                                                posix-getpgid.xml 
                                                posix-getpgrp.xml 
                                                posix-getrlimit.xml 
                                                posix-kill.xml posix-mknod.xml 
                                                posix-setegid.xml 
                                                posix-seteuid.xml 
                                                posix-setgid.xml 
                                                posix-setpgid.xml 
                                                posix-setsid.xml 
                                                posix-setuid.xml 
                                                posix-uname.xml 
  Log:
  Removal of personalization.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-get-last-error.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-get-last-error.xml
diff -u phpdoc/en/reference/posix/functions/posix-get-last-error.xml:1.6 
phpdoc/en/reference/posix/functions/posix-get-last-error.xml:1.7
--- phpdoc/en/reference/posix/functions/posix-get-last-error.xml:1.6    Tue May 
 8 03:47:42 2007
+++ phpdoc/en/reference/posix/functions/posix-get-last-error.xml        Fri Jun 
 8 02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.posix-get-last-error">
  <refnamediv>
   <refname>posix_get_last_error</refname>
@@ -14,7 +14,7 @@
   </methodsynopsis>
   <para>
    Retrieve the error number set by the last posix function that failed.
-   If you're wanting the system error message associated with the errno, use
+   The system error message associated with the errno may be checked with
    <function>posix_strerror</function>.
   </para>
  </refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-getegid.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-getegid.xml
diff -u phpdoc/en/reference/posix/functions/posix-getegid.xml:1.6 
phpdoc/en/reference/posix/functions/posix-getegid.xml:1.7
--- phpdoc/en/reference/posix/functions/posix-getegid.xml:1.6   Tue May  8 
03:47:42 2007
+++ phpdoc/en/reference/posix/functions/posix-getegid.xml       Fri Jun  8 
02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.posix-getegid">
  <refnamediv>
   <refname>posix_getegid</refname>
@@ -30,8 +30,8 @@
    <example>
     <title><function>posix_getegid</function> example</title>
     <para>
-     This example will print out your effective group id, once you
-     change it with <function>posix_setegid</function>.
+     This example will print out the effective group id, once it is
+     changed with <function>posix_setegid</function>.
     </para>
     <programlisting role="php">
 <![CDATA[
@@ -51,8 +51,8 @@
   &reftitle.notes;
   <para>
    <function>posix_getegid</function> is different than 
-   <function>posix_getgid</function> by you can change the effective group ID 
of
-   a calling process using the <function>posix_setegid</function>.
+   <function>posix_getgid</function> because effective group ID can be changed 
by
+   a calling process using <function>posix_setegid</function>.
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-getgid.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-getgid.xml
diff -u phpdoc/en/reference/posix/functions/posix-getgid.xml:1.6 
phpdoc/en/reference/posix/functions/posix-getgid.xml:1.7
--- phpdoc/en/reference/posix/functions/posix-getgid.xml:1.6    Tue May  8 
03:47:42 2007
+++ phpdoc/en/reference/posix/functions/posix-getgid.xml        Fri Jun  8 
02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.posix-getgid">
  <refnamediv>
   <refname>posix_getgid</refname>
@@ -30,8 +30,8 @@
    <example>
     <title><function>posix_getgid</function> example</title>
     <para>
-     This example will print out your real group id, even once you
-     have changed your effective group id.
+     This example will print out the real group id, even once it
+     the effective group id has been changed.
     </para>
     <programlisting role="php">
 <![CDATA[
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-getpgid.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-getpgid.xml
diff -u phpdoc/en/reference/posix/functions/posix-getpgid.xml:1.6 
phpdoc/en/reference/posix/functions/posix-getpgid.xml:1.7
--- phpdoc/en/reference/posix/functions/posix-getpgid.xml:1.6   Tue May  8 
03:47:42 2007
+++ phpdoc/en/reference/posix/functions/posix-getpgid.xml       Fri Jun  8 
02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.posix-getpgid">
  <refnamediv>
   <refname>posix_getpgid</refname>
@@ -62,9 +62,9 @@
   <note>
    <para>
     This is a not POSIX function, but is common on BSD and System V
-    systems. If your system does not support this function, then it
-    will not be included at compile time.  You may check if this
-    function exists with <function>function_exists</function>.
+    systems. If the system does not support this function, then it
+    will not be included at compile time.  This may be checked with
+    <function>function_exists</function>.
    </para>
   </note>
  </refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-getpgrp.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-getpgrp.xml
diff -u phpdoc/en/reference/posix/functions/posix-getpgrp.xml:1.5 
phpdoc/en/reference/posix/functions/posix-getpgrp.xml:1.6
--- phpdoc/en/reference/posix/functions/posix-getpgrp.xml:1.5   Thu May  3 
18:03:24 2007
+++ phpdoc/en/reference/posix/functions/posix-getpgrp.xml       Fri Jun  8 
02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.posix-getpgrp">
  <refnamediv>
   <refname>posix_getpgrp</refname>
@@ -28,7 +28,7 @@
   &reftitle.seealso;
   <para>
    <simplelist>
-    <member>POSIX.1 and the getpgrp(2) manual page on your POSIX system for
+    <member>POSIX.1 and the getpgrp(2) manual page on the POSIX system for
      more information on process groups.</member>
    </simplelist>
   </para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-getrlimit.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-getrlimit.xml
diff -u phpdoc/en/reference/posix/functions/posix-getrlimit.xml:1.9 
phpdoc/en/reference/posix/functions/posix-getrlimit.xml:1.10
--- phpdoc/en/reference/posix/functions/posix-getrlimit.xml:1.9 Sat May 19 
05:08:14 2007
+++ phpdoc/en/reference/posix/functions/posix-getrlimit.xml     Fri Jun  8 
02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <refentry id="function.posix-getrlimit">
  <refnamediv>
   <refname>posix_getrlimit</refname>
@@ -167,9 +167,9 @@
   <note>
    <para>
     This is a not POSIX function, but is common on BSD and System V
-    systems. If your system does not support this function, then it
-    will not be included at compile time.  You may check if this
-    function exists with <function>function_exists</function>.
+    systems. If the system does not support this function, then it
+    will not be included at compile time.  This may be checked with
+    <function>function_exists</function>.
    </para>
   </note>
  </refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-kill.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-kill.xml
diff -u phpdoc/en/reference/posix/functions/posix-kill.xml:1.4 
phpdoc/en/reference/posix/functions/posix-kill.xml:1.5
--- phpdoc/en/reference/posix/functions/posix-kill.xml:1.4      Sun Feb  4 
02:47:57 2007
+++ phpdoc/en/reference/posix/functions/posix-kill.xml  Fri Jun  8 02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="function.posix-kill">
  <refnamediv>
   <refname>posix_kill</refname>
@@ -55,7 +55,7 @@
   <para>
    <simplelist>
     <member>
-     The kill(2) manual page of your POSIX system, which contains additional
+     The kill(2) manual page of the POSIX system, which contains additional
      information about negative process identifiers, the special pid 0, the
      special pid -1, and the signal number 0.
     </member>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-mknod.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-mknod.xml
diff -u phpdoc/en/reference/posix/functions/posix-mknod.xml:1.3 
phpdoc/en/reference/posix/functions/posix-mknod.xml:1.4
--- phpdoc/en/reference/posix/functions/posix-mknod.xml:1.3     Sun Feb  4 
02:47:57 2007
+++ phpdoc/en/reference/posix/functions/posix-mknod.xml Fri Jun  8 02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="function.posix-mknod">
  <refnamediv>
   <refname>posix_mknod</refname>
@@ -49,7 +49,7 @@
      <term><parameter>major</parameter></term>
      <listitem>
       <para>
-       The major device kernel identifier (required to pass when you're using
+       The major device kernel identifier (required to pass when using
        <constant>S_IFCHR</constant> or <constant>S_IFBLK</constant>).
       </para>
      </listitem>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-setegid.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-setegid.xml
diff -u phpdoc/en/reference/posix/functions/posix-setegid.xml:1.7 
phpdoc/en/reference/posix/functions/posix-setegid.xml:1.8
--- phpdoc/en/reference/posix/functions/posix-setegid.xml:1.7   Tue May  8 
03:47:42 2007
+++ phpdoc/en/reference/posix/functions/posix-setegid.xml       Fri Jun  8 
02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="function.posix-setegid">
  <refnamediv>
   <refname>posix_setegid</refname>
@@ -14,8 +14,8 @@
   </methodsynopsis>
   <para>
    Set the effective group ID of the current process. This is a
-   privileged function and you need appropriate privileges (usually
-   root) on your system to be able to perform this function.
+   privileged function and needs appropriate privileges (usually
+   root) on the system to be able to perform this function.
   </para>
  </refsect1>
 
@@ -48,8 +48,7 @@
    <example>
     <title><function>posix_setegid</function> example</title>
     <para>
-     This example will print out your effective group id, once you
-     change it.
+     This example will print out the effective group id, once changed.
     </para>
     <programlisting role="php">
 <![CDATA[
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-seteuid.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-seteuid.xml
diff -u phpdoc/en/reference/posix/functions/posix-seteuid.xml:1.5 
phpdoc/en/reference/posix/functions/posix-seteuid.xml:1.6
--- phpdoc/en/reference/posix/functions/posix-seteuid.xml:1.5   Sun Feb  4 
02:47:57 2007
+++ phpdoc/en/reference/posix/functions/posix-seteuid.xml       Fri Jun  8 
02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.posix-seteuid">
  <refnamediv>
   <refname>posix_seteuid</refname>
@@ -14,8 +14,8 @@
   </methodsynopsis>
   <para>
    Set the real user ID of the current process. This is a privileged
-   function and you need appropriate privileges (usually root) on
-   your system to be able to perform this function.
+   function and needs appropriate privileges (usually root) on
+   the system to be able to perform this function.
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-setgid.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-setgid.xml
diff -u phpdoc/en/reference/posix/functions/posix-setgid.xml:1.7 
phpdoc/en/reference/posix/functions/posix-setgid.xml:1.8
--- phpdoc/en/reference/posix/functions/posix-setgid.xml:1.7    Tue May  8 
03:47:42 2007
+++ phpdoc/en/reference/posix/functions/posix-setgid.xml        Fri Jun  8 
02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="function.posix-setgid">
  <refnamediv>
   <refname>posix_setgid</refname>
@@ -14,16 +14,16 @@
   </methodsynopsis>
   <para>
    Set the real group ID of the current process. This is a
-   privileged function and you need appropriate privileges (usually
-   root) on your system to be able to perform this function. The
+   privileged function and needs appropriate privileges (usually
+   root) on the system to be able to perform this function. The
    appropriate order of function calls is
    <function>posix_setgid</function> first,
    <function>posix_setuid</function> last.
   </para>
   <note>
    <para>
-    If the caller is a super user, this will also set your effective
-    group id
+    If the caller is a super user, this will also set the effective
+    group id.
    </para>
   </note>
  </refsect1>
@@ -57,8 +57,7 @@
    <example>
     <title><function>posix_setgid</function> example</title>
     <para>
-     This example will print out your effective group id, once you
-     change it.
+     This example will print out the effective group id, once it is changed.
     </para>
     <programlisting role="php">
 <![CDATA[
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-setpgid.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-setpgid.xml
diff -u phpdoc/en/reference/posix/functions/posix-setpgid.xml:1.7 
phpdoc/en/reference/posix/functions/posix-setpgid.xml:1.8
--- phpdoc/en/reference/posix/functions/posix-setpgid.xml:1.7   Sun Feb  4 
02:47:57 2007
+++ phpdoc/en/reference/posix/functions/posix-setpgid.xml       Fri Jun  8 
02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="function.posix-setpgid">
  <refnamediv>
   <refname>posix_setpgid</refname>
@@ -55,7 +55,7 @@
   <para>
    <simplelist>
     <member>
-     See POSIX.1 and the setsid(2) manual page on your POSIX system for more
+     See POSIX.1 and the setsid(2) manual page on the POSIX system for more
      informations on process groups and job control.
     </member>
    </simplelist>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-setsid.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-setsid.xml
diff -u phpdoc/en/reference/posix/functions/posix-setsid.xml:1.6 
phpdoc/en/reference/posix/functions/posix-setsid.xml:1.7
--- phpdoc/en/reference/posix/functions/posix-setsid.xml:1.6    Mon Feb 26 
21:23:20 2007
+++ phpdoc/en/reference/posix/functions/posix-setsid.xml        Fri Jun  8 
02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.posix-setsid">
  <refnamediv>
   <refname>posix_setsid</refname>
@@ -29,7 +29,7 @@
   <para>
    <simplelist>
     <member>
-     The POSIX.1 and the setsid(2) manual page on your POSIX system for more
+     The POSIX.1 and the setsid(2) manual page on the POSIX system for more
      information on process groups and job control.
     </member>
    </simplelist>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-setuid.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-setuid.xml
diff -u phpdoc/en/reference/posix/functions/posix-setuid.xml:1.7 
phpdoc/en/reference/posix/functions/posix-setuid.xml:1.8
--- phpdoc/en/reference/posix/functions/posix-setuid.xml:1.7    Tue May  8 
03:47:42 2007
+++ phpdoc/en/reference/posix/functions/posix-setuid.xml        Fri Jun  8 
02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="function.posix-setuid">
  <refnamediv>
   <refname>posix_setuid</refname>
@@ -14,8 +14,8 @@
   </methodsynopsis>
   <para>
    Set the real user ID of the current process. This is a privileged
-   function and you need appropriate privileges (usually root) on
-   your system to be able to perform this function.
+   function that needs appropriate privileges (usually root) on
+   the system to be able to perform this function.
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-uname.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-uname.xml
diff -u phpdoc/en/reference/posix/functions/posix-uname.xml:1.6 
phpdoc/en/reference/posix/functions/posix-uname.xml:1.7
--- phpdoc/en/reference/posix/functions/posix-uname.xml:1.6     Thu May  3 
18:03:24 2007
+++ phpdoc/en/reference/posix/functions/posix-uname.xml Fri Jun  8 02:23:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.posix-uname">
  <refnamediv>
   <refname>posix_uname</refname>
@@ -16,9 +16,9 @@
    Gets information about the system.
   </para>
   <para>
-   Posix requires that you must not make any assumptions about the
-   format of the values, e.g. you cannot rely on three digit version
-   numbers or anything else returned by this function.
+   Posix requires that assumptions must not be made about the
+   format of the values, e.g. the assumption that a release may contain
+   three digits or anything else returned by this function.
   </para>
  </refsect1>
 

Reply via email to