derick          Fri Nov 12 10:19:09 2004 EDT

  Modified files:              
    /phpdoc/en/reference/ftp/functions  ftp-rawlist.xml 
  Log:
  - Remove non-breaking spaces in the wrong encoding.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-rawlist.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/ftp/functions/ftp-rawlist.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-rawlist.xml:1.5 
phpdoc/en/reference/ftp/functions/ftp-rawlist.xml:1.6
--- phpdoc/en/reference/ftp/functions/ftp-rawlist.xml:1.5       Thu Aug 12 
14:11:57 2004
+++ phpdoc/en/reference/ftp/functions/ftp-rawlist.xml   Fri Nov 12 10:19:08 2004
@@ -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-rawlist">
    <refnamediv>
@@ -50,8 +50,8 @@
 ]]>
       </programlisting>
       <para>
-       The above example will output something similar to:
-      </para>
+       The above example will output something similar to:
+      </para>
       <screen>
 <![CDATA[
 array(3) {
@@ -63,7 +63,7 @@
   string(73) "lrwxrwxrwx   1 vincent  vincent        11 Jul 12 12:16 www -> 
public_html"
 }
 ]]>
-      </screen>
+      </screen>
      </example>
     </para>
     <para>

Reply via email to