betz            Tue Jul  1 02:48:57 2003 EDT

  Modified files:              
    /phpdoc/en/reference/ftp/functions  ftp-nb-get.xml ftp-nb-put.xml 
  Log:
  tagging, logical errors.
  thanks ali
  
  
Index: phpdoc/en/reference/ftp/functions/ftp-nb-get.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-get.xml:1.4 
phpdoc/en/reference/ftp/functions/ftp-nb-get.xml:1.5
--- phpdoc/en/reference/ftp/functions/ftp-nb-get.xml:1.4        Sun Jun 29 11:05:37 
2003
+++ phpdoc/en/reference/ftp/functions/ftp-nb-get.xml    Tue Jul  1 02:48:57 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.ftp-nb-get">
    <refnamediv>
     <refname>ftp_nb_get</refname>
@@ -107,16 +107,16 @@
      </example>
     </para>
     <para>
-     In the example above, <filename>"newfile"</filename> is 100
-     bytes smaller than <filename>"README"</filename> on the FTP
-     server because we started reading at offset 100. If we have
-     not have disabled <constant>FTP_AUTOSEEK</constant>, the first
-     100 bytes of newfile will be <literal>'\0'</literal>.
+     In the example above, <filename>"newfile"</filename> is 100 bytes smaller
+     than <filename>"README"</filename> on the FTP server because we started
+     reading at offset 100. If we have not have disabled
+     <constant>FTP_AUTOSEEK</constant>, the first 100 bytes of
+     <filename>"newfile"</filename> will be <literal>'\0'</literal>.
     </para>
     <para>
      See also <function>ftp_nb_fget</function>, 
      <function>ftp_nb_continue</function>,
-     <function>ftp_get</function> and <function>ftp_fget</function>.
+     <function>ftp_get</function>, and <function>ftp_fget</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-nb-put.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-put.xml:1.4 
phpdoc/en/reference/ftp/functions/ftp-nb-put.xml:1.5
--- phpdoc/en/reference/ftp/functions/ftp-nb-put.xml:1.4        Sun Jun 29 11:05:37 
2003
+++ phpdoc/en/reference/ftp/functions/ftp-nb-put.xml    Tue Jul  1 02:48:57 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.ftp-nb-put">
    <refnamediv>
     <refname>ftp_nb_put</refname>
@@ -20,9 +20,9 @@
      on the FTP server, as <parameter>remote_file</parameter>. The transfer
      <parameter>mode</parameter> specified must be either
      <constant>FTP_ASCII</constant> or <constant>FTP_BINARY</constant>.
-     The difference between this function and the <function>ftp_put</function> is 
that this
-     function uploads the file asynchronously, so your program can perform other 
operations while the
-     file is being downloaded.
+     The difference between this function and the <function>ftp_put</function>
+     is that this function uploads the file asynchronously, so your program can
+     perform other operations while the file is being uploaded.
     </para>
     <para>
      &return.success;
@@ -83,7 +83,7 @@
     </para>
     <para>
      See also <function>ftp_nb_fput</function>,
-     <function>ftp_nb_continue</function>, <function>ftp_put</function>
+     <function>ftp_nb_continue</function>, <function>ftp_put</function>,
      and <function>ftp_fput</function>.
     </para>
    </refsect1>



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

Reply via email to