You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/11/16 11:35:45 UTC

svn commit: r344974 - /httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Author: colm
Date: Wed Nov 16 02:35:42 2005
New Revision: 344974

URL: http://svn.apache.org/viewcvs?rev=344974&view=rev
Log:
Merge r344972 from trunk:

Correct an XML validation error.

Reviewed by: colm

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml?rev=344974&r1=344973&r2=344974&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Wed Nov 16 02:35:42 2005
@@ -3150,7 +3150,7 @@
 
     <note><title>Note</title>
     <p>The ordering of when the physical port is used is as follows:<br /><br />
-     <code>UseCanonicalName On</code>
+     <code>UseCanonicalName On</code></p>
      <ul>
       <li>Port provided in <code>Servername</code></li>
       <li>Physical port</li>
@@ -3163,7 +3163,6 @@
       <li>Port provided in <code>Servername</code></li>
       <li>Default port</li>
      </ul>
-    </p>
     
     <p>With <code>UseCanonicalPhysicalPort Off</code>, the
     physical ports are removed from the ordering.</p>