You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/05 22:24:00 UTC

svn commit: r601533 - /httpd/mod_ftp/trunk/docs/manual/ftp/ftp_intro.xml

Author: wrowe
Date: Wed Dec  5 13:23:59 2007
New Revision: 601533

URL: http://svn.apache.org/viewvc?rev=601533&view=rev
Log:
Drop lsquo/rsquo for '"' since xmllint doesn't like them and
they really were unnecessary.

Modified:
    httpd/mod_ftp/trunk/docs/manual/ftp/ftp_intro.xml

Modified: httpd/mod_ftp/trunk/docs/manual/ftp/ftp_intro.xml
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/docs/manual/ftp/ftp_intro.xml?rev=601533&r1=601532&r2=601533&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/docs/manual/ftp/ftp_intro.xml (original)
+++ httpd/mod_ftp/trunk/docs/manual/ftp/ftp_intro.xml Wed Dec  5 13:23:59 2007
@@ -111,11 +111,10 @@
 in practice all sessions are authenticated.  Typically, FTP servers
 authenticate against the user database of the server on which they
 run.  To facilitate downloads by the general public, FTP servers
-generally support a special username (by convention
-<em>&lsquo;anonymous&rsquo;</em> or <em>&lsquo;ftp&rsquo;</em>) to
-provide read-only access.  Users are asked (but often not required) to
-provide their e-mail address as response to the <code>Password</code>
-prompt.
+generally support a special username (by convention <em>"anonymous"</em>
+or <em>"ftp"</em>) to provide read-only access.  Users are asked (but
+often not required) to provide their e-mail address as response to the
+<code>Password</code> prompt.
 </p>
 
 <p>For more information on the basic functionality of the FTP protocol