]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
remove another reference to DirectoryMatch matching unmatched subdirectories
authorEric Covener <covener@apache.org>
Fri, 27 Aug 2010 10:51:33 +0000 (10:51 +0000)
committerEric Covener <covener@apache.org>
Fri, 27 Aug 2010 10:51:33 +0000 (10:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990094 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index 6cca6ed13d0b9e098f7a4475f6a447981637f6e7..2cd1ab3e63607efe9f99da551424704fe4854c86 100644 (file)
@@ -732,8 +732,7 @@ named file-system directory and sub-directories</td></tr>
 <div class="directive-section"><h2><a name="DirectoryMatch" id="DirectoryMatch">&lt;DirectoryMatch&gt;</a> <a name="directorymatch" id="directorymatch">Directive</a></h2>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Enclose directives that apply to
-file-system directories matching a regular expression and their
-subdirectories</td></tr>
+file-system directories matching a regular expression.</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>&lt;DirectoryMatch <var>regex</var>&gt;
 ... &lt;/DirectoryMatch&gt;</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
index 4165dbd87f317c299eded2afdf1668159736f245..b83b998c7ea803951fdf9f35b47e457ebd6b18ee 100644 (file)
@@ -688,8 +688,7 @@ named file-system directory and sub-directories</description>
 <directivesynopsis type="section">
 <name>DirectoryMatch</name>
 <description>Enclose directives that apply to
-file-system directories matching a regular expression and their
-subdirectories</description>
+file-system directories matching a regular expression.</description>
 <syntax>&lt;DirectoryMatch <var>regex</var>&gt;
 ... &lt;/DirectoryMatch&gt;</syntax>
 <contextlist><context>server config</context><context>virtual host</context>