summaryrefslogtreecommitdiff
path: root/docs/manual/sections.html.en
diff options
context:
space:
mode:
authorLuca Toscano <elukey@apache.org>2017-03-20 12:16:52 +0000
committerLuca Toscano <elukey@apache.org>2017-03-20 12:16:52 +0000
commitaaad501f9d916ee96acf0233d6f6e5268969b17e (patch)
tree7a2214deb476079119e04f582cd8136aee4117b1 /docs/manual/sections.html.en
parentd16f53eb552452a2ae2190b9e4bf3ae5c33246a5 (diff)
downloadhttpd-aaad501f9d916ee96acf0233d6f6e5268969b17e.tar.gz
Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1787737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/sections.html.en')
-rw-r--r--docs/manual/sections.html.en3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en
index e5c1534dd4..6778313a39 100644
--- a/docs/manual/sections.html.en
+++ b/docs/manual/sections.html.en
@@ -337,7 +337,8 @@ hand, <code class="directive"><a href="./mod/core.html#files">&lt;Files&gt;</a><
inside <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code>. On
the other hand, <code class="directive"><a href="./mod/core.html#if">&lt;If&gt;</a></code> can
be used inside <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code>,
-<code class="directive"><a href="./mod/core.html#location">&lt;Location&gt;</a></code>, and <code class="directive"><a href="./mod/core.html#files">&lt;Files&gt;</a></code> sections. The regex
+<code class="directive"><a href="./mod/core.html#location">&lt;Location&gt;</a></code>, and <code class="directive"><a href="./mod/core.html#files">&lt;Files&gt;</a></code> sections (but not inside another
+<code class="directive"><a href="./mod/core.html#if">&lt;If&gt;</a></code>). The regex
counterparts of the named section behave identically.</p>
<p>Nested sections are merged after non-nested sections of the same type.</p>