didou           Thu Nov 27 07:26:16 2003 EDT

  Modified files:              
    /phpdoc/en/reference/exec/functions exec.xml 
  Log:
  Write about output parameter, not about array (Jakub Vrana)
  
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.5 
phpdoc/en/reference/exec/functions/exec.xml:1.6
--- phpdoc/en/reference/exec/functions/exec.xml:1.5     Wed Feb 26 01:12:25 2003
+++ phpdoc/en/reference/exec/functions/exec.xml Thu Nov 27 07:26:15 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/exec.xml, last change in rev 1.2 -->
   <refentry id="function.exec">
    <refnamediv>
@@ -35,7 +35,7 @@
     </para>
     <para>
      If the <parameter>return_var</parameter> argument is present
-     along with the <parameter>array</parameter> argument, then the
+     along with the <parameter>output</parameter> argument, then the
      return status of the executed command will be written to this
      variable.
     </para>

Reply via email to