summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-04-27 15:32:44 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-04-27 15:32:44 +0200
commitbba23cd741cddd6d3f2b8e64545fe5d60838cdbd (patch)
tree58cb84cb1d9a75ecd6ff8c325f66a9ad8b232425 /docs
parentEven more xforms that somehow didn't trigger earlier. I wonder if they're sil... (diff)
downloadapache2-bba23cd741cddd6d3f2b8e64545fe5d60838cdbd.tar.xz
apache2-bba23cd741cddd6d3f2b8e64545fe5d60838cdbd.zip
Fix a missing newline in an example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/howto/auth.html.en4
-rw-r--r--docs/manual/howto/auth.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en
index ea9344a2f5..4696ed185e 100644
--- a/docs/manual/howto/auth.html.en
+++ b/docs/manual/howto/auth.html.en
@@ -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>
diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml
index d5c5e1134b..09505972ea 100644
--- a/docs/manual/howto/auth.xml
+++ b/docs/manual/howto/auth.xml
@@ -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>