leszek          Tue May 14 18:38:03 2002 EDT

  Modified files:              
    /phpdoc/en/reference/ftp/functions  ftp-exec.xml ftp-get-option.xml 
                                        ftp-set-option.xml 
  Log:
  Few corrections
  
Index: phpdoc/en/reference/ftp/functions/ftp-exec.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-exec.xml:1.2 
phpdoc/en/reference/ftp/functions/ftp-exec.xml:1.3
--- phpdoc/en/reference/ftp/functions/ftp-exec.xml:1.2  Wed Apr 17 02:38:15 2002
+++ phpdoc/en/reference/ftp/functions/ftp-exec.xml      Tue May 14 18:38:03 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.32 -->
   <refentry id='function.ftp-exec'>
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ftp_exec</methodname>
-      <methodparam><type>resource</type><parameter>stream</parameter></methodparam>
+      
+<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
       <methodparam><type>string</type><parameter>command</parameter></methodparam>
      </methodsynopsis>
     <para>
Index: phpdoc/en/reference/ftp/functions/ftp-get-option.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-get-option.xml:1.2 
phpdoc/en/reference/ftp/functions/ftp-get-option.xml:1.3
--- phpdoc/en/reference/ftp/functions/ftp-get-option.xml:1.2    Wed Apr 17 02:38:15 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-get-option.xml        Tue May 14 18:38:03 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.30 -->
   <refentry id='function.ftp-get-option'>
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>mixed</type><methodname>ftp_get_option</methodname>
-      <methodparam><type>resource</type><parameter>stream</parameter></methodparam>
+      
+<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
       <methodparam><type>int</type><parameter>option</parameter></methodparam>
      </methodsynopsis>
     <note>
@@ -25,7 +25,7 @@
     </para>
     <para>
      This function returns the value for the requested 
-     <parameter>option</parameter> from the specified <parameter>stream
+     <parameter>option</parameter> from the specified <parameter>ftp_stream
      </parameter>. Currently, the following options are supported:
      <table>
       <title>Supported runtime FTP options</title>
Index: phpdoc/en/reference/ftp/functions/ftp-set-option.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-set-option.xml:1.2 
phpdoc/en/reference/ftp/functions/ftp-set-option.xml:1.3
--- phpdoc/en/reference/ftp/functions/ftp-set-option.xml:1.2    Wed Apr 17 02:38:17 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-set-option.xml        Tue May 14 18:38:03 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.32 -->
   <refentry id='function.ftp-set-option'>
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ftp_set_option</methodname>
-      <methodparam><type>resource</type><parameter>stream</parameter></methodparam>
+      
+<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
       <methodparam><type>int</type><parameter>option</parameter></methodparam>
       <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
      </methodsynopsis>
@@ -38,7 +38,7 @@
          <entry>FTP_TIMEOUT_SEC</entry>
          <entry>Changes the timeout in seconds used for all network related
          functions. Parameter <parameter>value</parameter> has be to of type
-         int and must be greater than 0. The default timeout is 90
+         <type>int</type> and must be greater than 0. The default timeout is 90
          seconds.</entry>
         </row>
        </tbody>


Reply via email to