]> granicus.if.org Git - apache/commitdiff
s/require/Require/ to help another syntax color highlight work correctly.
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 20 Aug 2018 19:41:05 +0000 (19:41 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 20 Aug 2018 19:41:05 +0000 (19:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1838459 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index bae0d38d3df92d462b93fee396ba36f1e5913b8b..f16b68a8f4433d7c7b9a3d0e08de6eaf81af1800 100644 (file)
@@ -2032,7 +2032,7 @@ filenames</description>
 
     <highlight language="config">
 &lt;FilesMatch "^(?&lt;sitename&gt;[^/]+)"&gt;
-    require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
+    Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
 &lt;/FilesMatch&gt;
     </highlight>
 </usage>