]> granicus.if.org Git - apache/commitdiff
Fix AllowOverrides --> AllowOverride in docs.
authorMarc Slemko <marc@apache.org>
Mon, 11 May 1998 14:51:24 +0000 (14:51 +0000)
committerMarc Slemko <marc@apache.org>
Mon, 11 May 1998 14:51:24 +0000 (14:51 +0000)
PR: 2213
Obtained from:
Submitted by: Thomas Neumann <Thomas.Neumann@comconsult.de>
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81238 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/directive-dict.html
docs/manual/mod/directive-dict.html.en
docs/manual/sections.html
docs/manual/sections.html.en

index 780ac3a62705fc19235832540f4af3959a87fe88..a4c13e55f5b7a3990ad97fe6a240b84b4d1dab21 100644 (file)
   <P>
   Overrides are activated by the
   <A
-   HREF="core.html#allowoverrides"
+   HREF="core.html#allowoverride"
    REL="Help"
-  ><SAMP>AllowOverrides</SAMP></A>
+  ><SAMP>AllowOverride</SAMP></A>
   directive, and apply to a particular scope (such as a directory) and
   all descendants, unless further modified by other
-  <SAMP>AllowOverrides</SAMP> directives at lower levels.  The
+  <SAMP>AllowOverride</SAMP> directives at lower levels.  The
   documentation for that directive also lists the possible override
   names available.
   </P>
index 780ac3a62705fc19235832540f4af3959a87fe88..a4c13e55f5b7a3990ad97fe6a240b84b4d1dab21 100644 (file)
   <P>
   Overrides are activated by the
   <A
-   HREF="core.html#allowoverrides"
+   HREF="core.html#allowoverride"
    REL="Help"
-  ><SAMP>AllowOverrides</SAMP></A>
+  ><SAMP>AllowOverride</SAMP></A>
   directive, and apply to a particular scope (such as a directory) and
   all descendants, unless further modified by other
-  <SAMP>AllowOverrides</SAMP> directives at lower levels.  The
+  <SAMP>AllowOverride</SAMP> directives at lower levels.  The
   documentation for that directive also lists the possible override
   names available.
   </P>
index 3a169be742fb3045ed2512eab0888e2cafaff1af..b9a5679100a60133a4740e65a8a8fb2c1146ad3b 100644 (file)
@@ -32,7 +32,7 @@ Everything that is syntactically allowed in
 <CODE>&lt;Location&gt;</CODE> (except a sub-<CODE>&lt;Files&gt;</CODE>
 section, but the code doesn't test for that, Lars has an open bug
 report on that).  Semantically however some things, and the most
-notable is AllowOverrides, make no sense in
+notable is AllowOverride, make no sense in
 <CODE>&lt;Location&gt;</CODE>.  The same for
 <CODE>&lt;Files&gt;</CODE> -- syntactically everything is fine, but
 semantically some things are different.
index 3a169be742fb3045ed2512eab0888e2cafaff1af..b9a5679100a60133a4740e65a8a8fb2c1146ad3b 100644 (file)
@@ -32,7 +32,7 @@ Everything that is syntactically allowed in
 <CODE>&lt;Location&gt;</CODE> (except a sub-<CODE>&lt;Files&gt;</CODE>
 section, but the code doesn't test for that, Lars has an open bug
 report on that).  Semantically however some things, and the most
-notable is AllowOverrides, make no sense in
+notable is AllowOverride, make no sense in
 <CODE>&lt;Location&gt;</CODE>.  The same for
 <CODE>&lt;Files&gt;</CODE> -- syntactically everything is fine, but
 semantically some things are different.