vrana           Tue Nov 29 09:55:36 2005 EDT

  Modified files:              
    /phpdoc/en/reference/exec/functions proc-get-status.xml 
  Log:
  Fullstops
  
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/proc-get-status.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/exec/functions/proc-get-status.xml
diff -u phpdoc/en/reference/exec/functions/proc-get-status.xml:1.8 
phpdoc/en/reference/exec/functions/proc-get-status.xml:1.9
--- phpdoc/en/reference/exec/functions/proc-get-status.xml:1.8  Fri Apr  8 
19:18:40 2005
+++ phpdoc/en/reference/exec/functions/proc-get-status.xml      Tue Nov 29 
09:55:34 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <refentry id='function.proc-get-status'>
  <refnamediv>
   <refname>proc_get_status</refname>
@@ -52,7 +52,7 @@
       <entry>command</entry>
       <entry><type>string</type></entry>
       <entry>
-       The command string that was passed to <function>proc_open</function>
+       The command string that was passed to <function>proc_open</function>.
       </entry>
      </row>
      <row>
@@ -65,7 +65,7 @@
       <entry><type>bool</type></entry>
       <entry>
        &true; if the process is still running, &false; if it has
-       terminated
+       terminated.
       </entry>
      </row>
      <row>
@@ -88,24 +88,24 @@
       <entry>exitcode</entry>
       <entry><type>int</type></entry>
       <entry>
-       the exit code returned by the process (which is only
-       meaningful if <literal>running</literal> is &false;)
+       The exit code returned by the process (which is only
+       meaningful if <literal>running</literal> is &false;).
       </entry>
      </row>
      <row>
       <entry>termsig</entry>
       <entry><type>int</type></entry>
       <entry>
-       the number of the signal that caused the child process to terminate
-       its execution (only meaningful if <literal>signaled</literal> is &true;)
+       The number of the signal that caused the child process to terminate
+       its execution (only meaningful if <literal>signaled</literal> is 
&true;).
       </entry>
      </row>
      <row>
       <entry>stopsig</entry>
       <entry><type>int</type></entry>
       <entry>
-       the number of the signal that caused the child process to stop its
-       execution (only meaningful if <literal>stopped</literal> is &true;)
+       The number of the signal that caused the child process to stop its
+       execution (only meaningful if <literal>stopped</literal> is &true;).
       </entry>
      </row>
     </tbody>

Reply via email to