diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-04-27 15:32:44 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-04-27 15:32:44 +0200 |
commit | bba23cd741cddd6d3f2b8e64545fe5d60838cdbd (patch) | |
tree | 58cb84cb1d9a75ecd6ff8c325f66a9ad8b232425 /docs | |
parent | Even more xforms that somehow didn't trigger earlier. I wonder if they're sil... (diff) | |
download | apache2-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.en | 4 | ||||
-rw-r--r-- | docs/manual/howto/auth.xml | 4 |
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"> <RequireAll> Require all granted - Require not host <var>host.example.com</var> + Require not host host.example.com </RequireAll> </pre> @@ -565,7 +565,7 @@ Require group GroupName Require ip 192.168.205 Require host phishers.example.com moreidiots.example Require host ke - </RequireNone> + </RequireNone> </RequireAll> </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"> <RequireAll> Require all granted - Require not host <var>host.example.com</var> + Require not host host.example.com </RequireAll> </highlight> @@ -547,7 +547,7 @@ Require group GroupName Require ip 192.168.205 Require host phishers.example.com moreidiots.example Require host ke - </RequireNone> + </RequireNone> </RequireAll> </highlight> |