Attached are some minor patches solving part of bug #31567 for the manual pages of ftp_nb_fget, ftp_nb_get, ftp_get.


Matt
Index: ftp-nb-get.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/ftp/functions/ftp-nb-get.xml,v
retrieving revision 1.9
diff -u -r1.9 ftp-nb-get.xml
--- ftp-nb-get.xml      16 Jan 2005 05:09:23 -0000      1.9
+++ ftp-nb-get.xml      20 Jan 2005 09:15:02 -0000
@@ -41,7 +41,7 @@
      <term><parameter>local_file</parameter></term>
      <listitem>
       <para>
-       The local file path.
+       The local file path (will be overwritten if the file already exists).
       </para>
      </listitem>
     </varlistentry>
@@ -173,7 +173,7 @@
     <member><function>ftp_nb_fget</function></member>
     <member><function>ftp_nb_continue</function></member>
     <member><function>ftp_fget</function></member>
-    <member><function>ftp_fget</function></member>
+    <member><function>ftp_get</function></member>
    </simplelist>
   </para>
  </refsect1>
Index: ftp-get.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/ftp/functions/ftp-get.xml,v
retrieving revision 1.9
diff -u -r1.9 ftp-get.xml
--- ftp-get.xml 16 Jan 2005 05:09:23 -0000      1.9
+++ ftp-get.xml 20 Jan 2005 09:15:22 -0000
@@ -36,7 +36,7 @@
      <term><parameter>local_file</parameter></term>
      <listitem>
       <para>
-       The local file path.
+       The local file path (will be overwritten if the file already exists).
       </para>
      </listitem>
     </varlistentry>
Index: ftp-nb-fget.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml,v
retrieving revision 1.8
diff -u -r1.8 ftp-nb-fget.xml
--- ftp-nb-fget.xml     16 Jan 2005 05:09:23 -0000      1.8
+++ ftp-nb-fget.xml     20 Jan 2005 09:15:13 -0000
@@ -125,7 +125,7 @@
     <member><function>ftp_nb_get</function></member>
     <member><function>ftp_nb_continue</function></member>
     <member><function>ftp_fget</function></member>
-    <member><function>ftp_fget</function></member>
+    <member><function>ftp_get</function></member>
    </simplelist>
   </para>
  </refsect1>

Reply via email to