A patch to fix some minor typos in the doc for AuthzMergeRules.
Dan
Index: docs/manual/mod/mod_authz_core.xml
===================================================================
--- docs/manual/mod/mod_authz_core.xml (revision 703155)
+++ docs/manual/mod/mod_authz_core.xml (working copy)
@@ -283,8 +283,8 @@
authz rules to be merged into the current <Directory> or
<Location>.
Set to 'off' to disable merging. If set to 'off', only the authz rules defined
in
the current <Directory> or <Location> block will
apply.</description>
-<syntax>AuthMergeRules on | off</syntax>
-<default>AuthMergeRules on</default>
+<syntax>AuthzMergeRules on | off</syntax>
+<default>AuthzMergeRules on</default>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
@@ -296,7 +296,7 @@
only the authorization rules that are contained with the current
<Directory> or <Location> block are considered. This
allows the configuration to determine exactly how authorization will
- be determine without having to take into consideration the
+ be determined without having to take into consideration the
authorization rules that may exist above it.</p>
</usage>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]