]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Change the "abc$" example to something else, since it wouldn't work.
authorDaniel Gruno <humbedooh@apache.org>
Mon, 23 Jul 2012 07:16:07 +0000 (07:16 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Mon, 23 Jul 2012 07:16:07 +0000 (07:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1364530 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 5e2fb3144a6518cd5dc170cd65a7e5c3166e3939..8f8a4b684ae324906d37690a87eab4129751035e 100644 (file)
@@ -763,7 +763,7 @@ named file-system directory, sub-directories, and their contents</description>
     configuration file. For example, with</p>
 
     <example>
-      &lt;Directory ~ abc$&gt;<br />
+      &lt;Directory ~ &quot;public_html/.*&quot;&gt;<br />
       <indent>
         # ... directives here ...<br />
       </indent>