]> granicus.if.org Git - apache/commitdiff
Fix a missing newline in an example
authorDaniel Gruno <humbedooh@apache.org>
Fri, 27 Apr 2012 13:32:44 +0000 (13:32 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 27 Apr 2012 13:32:44 +0000 (13:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331425 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.html.en
docs/manual/howto/auth.xml

index ea9344a2f5be3e74985e19388784bce575a3edb2..4696ed185e194e7639d21c589ce498a32c8c6f58 100644 (file)
@@ -550,7 +550,7 @@ Require group GroupName
         <pre class="prettyprint lang-config">
 &lt;RequireAll&gt;
     Require all granted
-    Require not host <var>host.example.com</var>
+    Require not host host.example.com
 &lt;/RequireAll&gt;
         </pre>
 
@@ -565,7 +565,7 @@ Require group GroupName
         Require ip 192.168.205
         Require host phishers.example.com moreidiots.example
         Require host ke
-    &lt;/RequireNone&gt;
+    &lt;/RequireNone&gt; 
 &lt;/RequireAll&gt;
         </pre>
 
index d5c5e1134b3b6bac523d739c967fa3da6cdc424f..09505972ea02a8cd0d85e314adb58b6a84c6cf7d 100644 (file)
@@ -533,7 +533,7 @@ Require group GroupName
         <highlight language="config">
 &lt;RequireAll&gt;
     Require all granted
-    Require not host <var>host.example.com</var>
+    Require not host host.example.com
 &lt;/RequireAll&gt;
         </highlight>
 
@@ -547,7 +547,7 @@ Require group GroupName
         Require ip 192.168.205
         Require host phishers.example.com moreidiots.example
         Require host ke
-    &lt;/RequireNone&gt;
+    &lt;/RequireNone&gt; 
 &lt;/RequireAll&gt;
         </highlight>