You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/02/10 12:41:01 UTC

svn commit: r1823764 - /httpd/httpd/branches/2.4.x/docs/manual/sections.xml

Author: jailletc36
Date: Sat Feb 10 12:41:01 2018
New Revision: 1823764

URL: http://svn.apache.org/viewvc?rev=1823764&view=rev
Log:
Add missing idtype="section"

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/sections.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/sections.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sections.xml?rev=1823764&r1=1823763&r2=1823764&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sections.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sections.xml Sat Feb 10 12:41:01 2018
@@ -51,7 +51,7 @@ to change the scope of other configurati
 <directive type="section" module="mod_version">IfVersion</directive>
 <directive type="section" module="core">Location</directive>
 <directive type="section" module="core">LocationMatch</directive>
-<directive type="section" module="mod_md">MDomainSet</directive>
+<directive type="section" idtype="section" module="mod_md">MDomainSet</directive>
 <directive type="section" module="mod_proxy">Proxy</directive>
 <directive type="section" module="mod_proxy">ProxyMatch</directive>
 <directive type="section" module="core">VirtualHost</directive>