]> granicus.if.org Git - apache/commitdiff
Remove .* from the equation in the "<Directory ~ ..." example.
authorDaniel Gruno <humbedooh@apache.org>
Thu, 19 Jul 2012 20:15:54 +0000 (20:15 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 19 Jul 2012 20:15:54 +0000 (20:15 +0000)
Submitted by: Daniel (comment #143 on site)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363515 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 784f87bd04e319720db19364fbad0bb5a11731ac..0291c5aeacc0de035a4077f121bcfb0dd99c40ce 100644 (file)
@@ -743,7 +743,7 @@ named file-system directory, sub-directories, and their contents.</description>
     <code>~</code> character. For example:</p>
 
     <highlight language="config">
-&lt;Directory ~ "^/www/.*/[0-9]{3}"&gt;
+&lt;Directory ~ "^/www/[0-9]{3}"&gt;
 
 &lt;/Directory&gt;
 </highlight>