Commit e783209f authored by Daniel Gruno's avatar Daniel Gruno
Browse files

Change the "abc$" example to something else, since it wouldn't work.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1364530 13f79535-47bb-0310-9956-ffa450edef68
parent 2286f091
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>