betz            Fri Jun 17 14:08:59 2005 EDT

  Modified files:              
    /phpdoc/en/reference/net_gopher/functions   gopher-parsedir.xml 
  Log:
  final WS fix
  
http://cvs.php.net/diff.php/phpdoc/en/reference/net_gopher/functions/gopher-parsedir.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/net_gopher/functions/gopher-parsedir.xml
diff -u phpdoc/en/reference/net_gopher/functions/gopher-parsedir.xml:1.3 
phpdoc/en/reference/net_gopher/functions/gopher-parsedir.xml:1.4
--- phpdoc/en/reference/net_gopher/functions/gopher-parsedir.xml:1.3    Fri Jun 
17 14:04:58 2005
+++ phpdoc/en/reference/net_gopher/functions/gopher-parsedir.xml        Fri Jun 
17 14:08:58 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/net-gopher.xml, last change in rev  -->
 <refentry id="function.gopher-parsedir">
  <refnamediv>
@@ -15,7 +15,7 @@
   </methodsynopsis>
   <simpara>
    While gopher returns <literal>text/plain</literal> documents for
-   actual document requests.  A request to a directory (such as /) will
+   actual document requests. A request to a directory (such as /) will
    return specially encoded series of lines with each line being one
    directory entry or information line.
   </simpara>
@@ -42,14 +42,14 @@
    </example>
   </para>
   <simpara>
-    In the example above, the root directory at gopher.example.com knows about
-    one <literal>DOCUMENT</literal> identified by <literal>0</literal> located 
at
-    <literal>gopher://gopher.example.com:70/allabout.txt</literal>.  It also 
knows
-    about two other directory (which have their own listing files) at
-    <literal>gopher://gopher.exmaple.com:70/stories</literal> and at
-    <literal>gopher://gopher.ejemplo.co.es:70/</literal>.
-    In addition there is a binary file, a link to an HTTP url, and several
-    informative lines.
+   In the example above, the root directory at gopher.example.com knows about
+   one <literal>DOCUMENT</literal> identified by <literal>0</literal> located 
at
+   <literal>gopher://gopher.example.com:70/allabout.txt</literal>.  It also 
knows
+   about two other directory (which have their own listing files) at
+   <literal>gopher://gopher.exmaple.com:70/stories</literal> and at
+   <literal>gopher://gopher.ejemplo.co.es:70/</literal>.
+   In addition there is a binary file, a link to an HTTP url, and several
+   informative lines.
   </simpara>
   <simpara>
    By passing each line of the directory listing into 

Reply via email to