diff options
author | Jason S. Lingohr <jsl@apache.org> | 2003-09-18 11:47:04 +0200 |
---|---|---|
committer | Jason S. Lingohr <jsl@apache.org> | 2003-09-18 11:47:04 +0200 |
commit | 32571f367f528697f1dacbddb558876ad200b585 (patch) | |
tree | 028810296f729cb04bd63e944275df51db85b44f /docs/manual/sections.xml | |
parent | Updated trademarks to use the right entity, update transformation. (diff) | |
download | apache2-32571f367f528697f1dacbddb558876ad200b585.tar.xz apache2-32571f367f528697f1dacbddb558876ad200b585.zip |
Minor fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101277 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/sections.xml')
-rw-r--r-- | docs/manual/sections.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index 7027d69cbe..78c46a74c3 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -331,7 +331,7 @@ sections is also syntactically allowed in <directive type="section" module="core">LocationMatch</directive>, <directive type="section" module="mod_proxy">Proxy</directive>, and <directive type="section" module="mod_proxy">ProxyMatch</directive> -sections. There are some exceptions, however.</p> +sections. There are some exceptions, however:</p> <ul> <li>The <directive module="core">AllowOverride</directive> directive @@ -362,9 +362,9 @@ are interpreted, it is important to understand how this works.</p> <ol> <li> <directive type="section" module="core">Directory</directive> (except regular expressions) - and .htaccess done simultaneously (with .htaccess, if allowed, - overriding <directive type="section" - module="core">Directory</directive>)</li> + and <code>.htaccess</code> done simultaneously (with + <code>.htaccess</code>, if allowed, overriding + <directive type="section" module="core">Directory</directive>)</li> <li><directive type="section" module="core">DirectoryMatch</directive> (and <code><Directory ~></code>)</li> |