pollita         Thu May 29 11:41:22 2003 EDT

  Modified files:              
    /phpdoc/en/reference/pcntl/functions        pcntl-waitpid.xml 
  Log:
  Also repair those WS issues (\t => \s{8})
  
  
Index: phpdoc/en/reference/pcntl/functions/pcntl-waitpid.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-waitpid.xml:1.4 
phpdoc/en/reference/pcntl/functions/pcntl-waitpid.xml:1.5
--- phpdoc/en/reference/pcntl/functions/pcntl-waitpid.xml:1.4   Thu May 29 11:39:08 
2003
+++ phpdoc/en/reference/pcntl/functions/pcntl-waitpid.xml       Thu May 29 11:41:22 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/pcntl.xml, last change in rev 1.1 -->
  <refentry id="function.pcntl-waitpid">
   <refnamediv>
@@ -38,31 +38,31 @@
      <tgroup cols="2">
       <tbody>
        <row>
-       <entry><literal>&lt; -1</literal></entry>
-       <entry>
-        wait for any child process whose process group ID is equal to
-        the absolute value of <parameter>pid</parameter>.
-       </entry>
+        <entry><literal>&lt; -1</literal></entry>
+        <entry>
+         wait for any child process whose process group ID is equal to
+         the absolute value of <parameter>pid</parameter>.
+        </entry>
        </row>
        <row>
-       <entry><literal>-1</literal></entry>
-       <entry>
-        wait for any child process; this is the same behaviour that
-        the wait function exhibits.
-       </entry>
+        <entry><literal>-1</literal></entry>
+        <entry>
+         wait for any child process; this is the same behaviour that
+         the wait function exhibits.
+        </entry>
        </row>
        <row>
         <entry><literal>0</literal></entry>
         <entry>
-        wait for any child process whose process group ID is equal to
-        that of the calling process.
+         wait for any child process whose process group ID is equal to
+         that of the calling process.
         </entry>
        </row>
        <row>
         <entry><literal>&gt; 0</literal></entry>
         <entry>
-        wait for the child whose process ID is equal to the value of
-        <parameter>pid</parameter>.
+         wait for the child whose process ID is equal to the value of
+         <parameter>pid</parameter>.
         </entry>
        </row>
       </tbody>
@@ -91,14 +91,14 @@
        <row>
         <entry><literal>WNOHANG</literal></entry>
         <entry>
-        return immediately if no child has exited.
-       </entry>
+         return immediately if no child has exited.
+        </entry>
        </row>
        <row>
         <entry><literal>WUNTRACED</literal></entry>
         <entry>
-        return for children which are stopped, and whose status has
-        not been reported.
+         return for children which are stopped, and whose status has
+         not been reported.
         </entry>
        </row>
       </tbody>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to