cortesi         Fri Mar 22 17:18:47 2002 EDT

  Modified files:              
    /phpdoc/en/functions        ftp.xml 
  Log:
  FTP to uppercase and linking to FTP specs
  
Index: phpdoc/en/functions/ftp.xml
diff -u phpdoc/en/functions/ftp.xml:1.40 phpdoc/en/functions/ftp.xml:1.41
--- phpdoc/en/functions/ftp.xml:1.40    Fri Mar 22 13:20:50 2002
+++ phpdoc/en/functions/ftp.xml Fri Mar 22 17:18:47 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.40 $ -->
+<!-- $Revision: 1.41 $ -->
  <reference id="ref.ftp">
   <title>FTP functions</title>
   <titleabbrev>FTP</titleabbrev>
@@ -8,7 +8,7 @@
    <para>
     The functions in this extension implement client access to file
     servers speaking the File Transfer Protocol FTP as defined in 
-    &spec.ftp;.
+    <ulink url="&spec.ftp;">&spec.ftp;</ulink>.
    </para>
 
    <para>
@@ -597,7 +597,7 @@
    <refnamediv>
     <refname>ftp_exec</refname>
     <refpurpose>
-     Request execution of a program on the ftp server.
+     Request execution of a program on the FTP server.
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -608,7 +608,7 @@
       <methodparam><type>string</type><parameter>command</parameter></methodparam>
      </methodsynopsis>
     <para>
-     Sends a SITE EXEC <parameter>command</parameter> request to the ftp
+     Sends a SITE EXEC <parameter>command</parameter> request to the FTP
      server. Returns &false; if the request fails, returns the output of the
      command otherwise.
     </para>


Reply via email to