betz            Sun Jun 29 11:05:37 2003 EDT

  Modified files:              
    /phpdoc/en/reference/ftp/functions  ftp-cdup.xml ftp-chdir.xml 
                                        ftp-chmod.xml ftp-connect.xml 
                                        ftp-exec.xml ftp-fget.xml 
                                        ftp-fput.xml ftp-get.xml 
                                        ftp-mkdir.xml 
                                        ftp-nb-continue.xml 
                                        ftp-nb-fget.xml ftp-nb-get.xml 
                                        ftp-nb-put.xml ftp-put.xml 
                                        ftp-ssl-connect.xml 
  Log:
  bunch of see alsos, some minor typos
  
  
Index: phpdoc/en/reference/ftp/functions/ftp-cdup.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-cdup.xml:1.4 
phpdoc/en/reference/ftp/functions/ftp-cdup.xml:1.5
--- phpdoc/en/reference/ftp/functions/ftp-cdup.xml:1.4  Tue Nov 12 06:57:54 2002
+++ phpdoc/en/reference/ftp/functions/ftp-cdup.xml      Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- split from ./en/functions/ftp.xml, last change in rev 1.2 -->
   <refentry id="function.ftp-cdup">
    <refnamediv>
@@ -17,6 +17,9 @@
     </para>
     <para>
      &return.success;
+    </para>
+    <para>
+     See also <function>ftp_chdir</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-chdir.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-chdir.xml:1.5 
phpdoc/en/reference/ftp/functions/ftp-chdir.xml:1.6
--- phpdoc/en/reference/ftp/functions/ftp-chdir.xml:1.5 Thu May 29 10:49:37 2003
+++ phpdoc/en/reference/ftp/functions/ftp-chdir.xml     Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
   <refentry id="function.ftp-chdir">
    <refnamediv>
@@ -47,6 +47,9 @@
 ]]>
      </programlisting>
     </example>
+    <para>
+     See also <function>ftp_cdup</function>.
+    </para>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/ftp/functions/ftp-chmod.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-chmod.xml:1.1 
phpdoc/en/reference/ftp/functions/ftp-chmod.xml:1.2
--- phpdoc/en/reference/ftp/functions/ftp-chmod.xml:1.1 Tue Jan 28 15:02:05 2003
+++ phpdoc/en/reference/ftp/functions/ftp-chmod.xml     Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.ftp-chmod">
    <refnamediv>
     <refname>ftp_chmod</refname>
@@ -22,8 +22,7 @@
      Returns the new file permissions on success or &false; on error.
     </para>
     <para>
-     See Also:
-     <function>chmod</function>
+     See also <function>chmod</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-connect.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-connect.xml:1.6 
phpdoc/en/reference/ftp/functions/ftp-connect.xml:1.7
--- phpdoc/en/reference/ftp/functions/ftp-connect.xml:1.6       Thu May 29 10:49:37 
2003
+++ phpdoc/en/reference/ftp/functions/ftp-connect.xml   Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
   <refentry id="function.ftp-connect">
    <refnamediv>
@@ -53,7 +53,8 @@
      </programlisting>
     </example>
     <para>
-     See also <function>ftp_close</function>.
+     See also <function>ftp_close</function>, and
+     <function>ftp_ssl_connect</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-exec.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-exec.xml:1.6 
phpdoc/en/reference/ftp/functions/ftp-exec.xml:1.7
--- phpdoc/en/reference/ftp/functions/ftp-exec.xml:1.6  Sun May 25 18:30:27 2003
+++ phpdoc/en/reference/ftp/functions/ftp-exec.xml      Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.32 -->
   <refentry id='function.ftp-exec'>
    <refnamediv>
@@ -19,8 +19,7 @@
      <literal>200</literal>); otherwise returns &false;.
     </para>
     <para>
-     See Also:
-     <function>ftp_raw</function>
+     See also <function>ftp_raw</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-fget.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.6 
phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.7
--- phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.6  Mon Jan 27 22:37:19 2003
+++ phpdoc/en/reference/ftp/functions/ftp-fget.xml      Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
   <refentry id="function.ftp-fget">
    <refnamediv>
@@ -32,7 +32,8 @@
      &return.success;
     </para>
     <para>
-     See also <function>ftp_get</function>.
+     See also <function>ftp_get</function>, <function>ftp_nb_get</function> and
+     <function>ftp_nb_fget</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-fput.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-fput.xml:1.6 
phpdoc/en/reference/ftp/functions/ftp-fput.xml:1.7
--- phpdoc/en/reference/ftp/functions/ftp-fput.xml:1.6  Mon Jan 27 22:37:19 2003
+++ phpdoc/en/reference/ftp/functions/ftp-fput.xml      Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
   <refentry id="function.ftp-fput">
    <refnamediv>
@@ -30,6 +30,10 @@
     </note>
     <para>
      &return.success;
+    </para>
+    <para>
+     See also <function>ftp_put</function>, <function>ftp_nb_fput</function>,
+     and <function>ftp_nb_put</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-get.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-get.xml:1.5 
phpdoc/en/reference/ftp/functions/ftp-get.xml:1.6
--- phpdoc/en/reference/ftp/functions/ftp-get.xml:1.5   Tue Nov 12 06:57:54 2002
+++ phpdoc/en/reference/ftp/functions/ftp-get.xml       Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
   <refentry id="function.ftp-get">
    <refnamediv>
@@ -32,7 +32,8 @@
      &return.success;
     </para>
     <para>
-     See also <function>ftp_fget</function> and <function>ftp_async_get</function>.
+     See also <function>ftp_fget</function>, <function>ftp_nb_get</function> and
+     <function>ftp_nb_fget</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-mkdir.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-mkdir.xml:1.4 
phpdoc/en/reference/ftp/functions/ftp-mkdir.xml:1.5
--- phpdoc/en/reference/ftp/functions/ftp-mkdir.xml:1.4 Thu May 29 10:49:37 2003
+++ phpdoc/en/reference/ftp/functions/ftp-mkdir.xml     Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
   <refentry id="function.ftp-mkdir">
    <refnamediv>
@@ -14,7 +14,7 @@
       <methodparam><type>string</type><parameter>directory</parameter></methodparam>
      </methodsynopsis>
     <para> 
-     Creates the specified <parameter>directory</parameter>.
+     Creates the specified <parameter>directory</parameter> on the FTP server.
     </para>
     <para>
      Returns the newly created directory name on success or &false; on error.
Index: phpdoc/en/reference/ftp/functions/ftp-nb-continue.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-continue.xml:1.2 
phpdoc/en/reference/ftp/functions/ftp-nb-continue.xml:1.3
--- phpdoc/en/reference/ftp/functions/ftp-nb-continue.xml:1.2   Mon Oct 14 12:36:26 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-continue.xml       Sun Jun 29 11:05:37 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.ftp-nb-continue">
    <refnamediv>
     <refname>ftp_nb_continue</refname>
@@ -12,7 +12,7 @@
       
<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
      </methodsynopsis>
     <para> 
-     Continues retrieving/sending a file nbronously
+     Continues retrieving/sending a file non-blocking.
     </para>
     <para>
      Returns <constant>FTP_FAILED</constant> or <constant>FTP_FINISHED</constant>
Index: phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml:1.4 
phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml:1.5
--- phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml:1.4       Mon Jan 27 22:37:19 
2003
+++ phpdoc/en/reference/ftp/functions/ftp-nb-fget.xml   Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.ftp-nb-fget">
    <refnamediv>
     <refname>ftp_nb_fget</refname>
@@ -29,7 +29,9 @@
      &return.success;
     </para>
     <para>
-     See also <function>ftp_nb_get</function>.
+     See also <function>ftp_nb_get</function>,
+     <function>ftp_nb_continue</function>, <function>ftp_fget</function>, and
+     <function>ftp_get</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-nb-get.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-get.xml:1.3 
phpdoc/en/reference/ftp/functions/ftp-nb-get.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-nb-get.xml:1.3        Tue Nov 12 06:57:54 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-get.xml    Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.ftp-nb-get">
    <refnamediv>
     <refname>ftp_nb_get</refname>
@@ -33,6 +33,8 @@
       <title><function>ftp_nb_get</function> example</title>
       <programlisting role="php">
 <![CDATA[
+<?php
+
 // Initate the download
 $ret = ftp_nb_get($my_connection, "test", "README", FTP_BINARY);
 while ($ret == FTP_MOREDATA) {
@@ -47,6 +49,7 @@
    echo "There was an error downloading the file...";
    exit(1);
 }
+?>
 ]]>
       </programlisting>
      </example>
@@ -54,6 +57,8 @@
       <title>Resuming a download with <function>ftp_nb_get</function></title>
       <programlisting role="php">
 <![CDATA[
+<?php
+
 // Initate 
 $ret = ftp_nb_get ($my_connection, "test", "README", FTP_BINARY, 
                       filesize("test"));
@@ -71,6 +76,7 @@
    echo "There was an error downloading the file...";
    exit(1);
 }
+?>
 ]]>
       </programlisting>
      </example>
@@ -81,6 +87,8 @@
       </title>
       <programlisting role="php">
 <![CDATA[
+<?php
+
 // Disable Autoseek
 ftp_set_option ($my_connection, FTP_AUTOSEEK, FALSE);
 
@@ -93,6 +101,7 @@
    // Continue downloading...
    $ret = ftp_nb_continue ($my_connection);
 }
+?>
 ]]>
       </programlisting>
      </example>
Index: phpdoc/en/reference/ftp/functions/ftp-nb-put.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-put.xml:1.3 
phpdoc/en/reference/ftp/functions/ftp-nb-put.xml:1.4
--- phpdoc/en/reference/ftp/functions/ftp-nb-put.xml:1.3        Tue Nov 12 06:57:54 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-nb-put.xml    Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.ftp-nb-put">
    <refnamediv>
     <refname>ftp_nb_put</refname>
@@ -32,6 +32,8 @@
       <title><function>ftp_nb_put</function> example</title>
       <programlisting role="php">
 <![CDATA[
+<?php
+
 // Initiate the Upload
 $ret = ftp_nb_put($my_connection, "test.remote", "test.local", FTP_BINARY);
 while ($ret == FTP_MOREDATA) {
@@ -46,6 +48,7 @@
    echo "There was an error uploading the file...";
    exit(1);
 }
+?>
 ]]>
       </programlisting>
      </example>
@@ -53,6 +56,8 @@
       <title>Resuming an upload with <function>ftp_nb_put</function></title>
       <programlisting role="php">
 <![CDATA[
+<?php
+
 // Initiate
 $ret = ftp_nb_put ($my_connection, "test.remote", "test.local", 
                       FTP_BINARY, ftp_size("test.remote"));
@@ -71,6 +76,7 @@
    echo "There was an error uploading the file...";
    exit(1);
 }
+?>
 ]]>
       </programlisting>
      </example>
Index: phpdoc/en/reference/ftp/functions/ftp-put.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-put.xml:1.5 
phpdoc/en/reference/ftp/functions/ftp-put.xml:1.6
--- phpdoc/en/reference/ftp/functions/ftp-put.xml:1.5   Tue Nov 12 06:57:54 2002
+++ phpdoc/en/reference/ftp/functions/ftp-put.xml       Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
   <refentry id="function.ftp-put">
    <refnamediv>
@@ -35,10 +35,16 @@
       <title><function>ftp_put</function> example</title>
       <programlisting role="php">
 <![CDATA[
+<?php
 $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII); 
+?>
 ]]>
       </programlisting>
      </example>
+    </para>
+    <para>
+     See also <function>ftp_fput</function>, <function>ftp_nb_fput</function>,
+     and <function>ftp_nb_put</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ftp/functions/ftp-ssl-connect.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-ssl-connect.xml:1.2 
phpdoc/en/reference/ftp/functions/ftp-ssl-connect.xml:1.3
--- phpdoc/en/reference/ftp/functions/ftp-ssl-connect.xml:1.2   Thu Nov 14 21:21:33 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-ssl-connect.xml       Sun Jun 29 11:05:37 
2003
@@ -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.2 -->
   <refentry id="function.ftp-ssl-connect">
    <refnamediv>
@@ -40,7 +40,7 @@
      </para>
     </note>
     <para>
-     See also <function>ftp_connect</function>
+     See also <function>ftp_connect</function>.
     </para>
    </refsect1>
   </refentry>

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

Reply via email to