Hello again,

Just saw a second little issue, please use this diff for an update and
ignore my last post.

thanks, Ali
Index: ftp-nb-get.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/ftp/functions/ftp-nb-get.xml,v
retrieving revision 1.4
diff -u -u -r1.4 ftp-nb-get.xml
--- ftp-nb-get.xml	29 Jun 2003 15:05:37 -0000	1.4
+++ ftp-nb-get.xml	30 Jun 2003 12:42:48 -0000
@@ -111,10 +111,11 @@
      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>.
+     100 bytes of <filename>"newfile"</filename>
+     will be <literal>'\0'</literal>.
     </para>
     <para>
-     See also <function>ftp_nb_fget</function>, 
+     See also <function>ftp_nb_fget</function>,
      <function>ftp_nb_continue</function>,
      <function>ftp_get</function> and <function>ftp_fget</function>.
     </para>
Index: ftp-nb-put.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/ftp/functions/ftp-nb-put.xml,v
retrieving revision 1.4
diff -u -u -r1.4 ftp-nb-put.xml
--- ftp-nb-put.xml	29 Jun 2003 15:05:37 -0000	1.4
+++ ftp-nb-put.xml	30 Jun 2003 12:42:48 -0000
@@ -22,7 +22,7 @@
      <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.
+     file is being uploaded.
     </para>
     <para>
      &return.success;

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

Reply via email to