You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2011/01/01 22:23:24 UTC

svn commit: r1054295 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: nd
Date: Sat Jan  1 21:23:24 2011
New Revision: 1054295

URL: http://svn.apache.org/viewvc?rev=1054295&view=rev
Log:
fix short description for usecanonicalphysicalport directive

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1054295&r1=1054294&r2=1054295&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Sat Jan  1 21:23:24 2011
@@ -3856,8 +3856,7 @@ port</description>
 
 <directivesynopsis>
 <name>UseCanonicalPhysicalPort</name>
-<description>Configures how the server determines its own name and
-port</description>
+<description>Configures how the server determines its own port</description>
 <syntax>UseCanonicalPhysicalPort On|Off</syntax>
 <default>UseCanonicalPhysicalPort Off</default>
 <contextlist><context>server config</context><context>virtual host</context>