]> granicus.if.org Git - apache/commitdiff
Correct 'require' capitalisation missed in previous commit
authorVincent Bray <noodl@apache.org>
Tue, 11 Mar 2008 04:46:39 +0000 (04:46 +0000)
committerVincent Bray <noodl@apache.org>
Tue, 11 Mar 2008 04:46:39 +0000 (04:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635799 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_host.xml

index ecd06989c8b26dfa043917680f779092018a5239..fc6e5621e119cc78cb1d280cb2aac1cf1020e5b4 100644 (file)
@@ -103,7 +103,7 @@ address)</description>
 
 </section>
 
-<section id="reqip"><title>require ip</title>
+<section id="reqip"><title>Require ip</title>
 
     <p>The <code>ip</code> provider allows access to the server
     to be controlled based on the IP address of the remote client. 
@@ -158,7 +158,7 @@ address)</description>
 
 </section>
 
-<section id="reqhost"><title>require host</title>
+<section id="reqhost"><title>Require host</title>
 
     <p>The <code>host</code> provider allows access to the server
     to be controlled based on the host name of the remote client. 
@@ -187,7 +187,7 @@ address)</description>
 
 </section>
 
-<section id="reqall"><title>require all</title>
+<section id="reqall"><title>Require all</title>
 
     <p>The <code>all</code> provider mimics the functionality the
     was previously provided by the 'Allow from all' and 'Deny from all'