summaryrefslogtreecommitdiffstats
path: root/docs/manual/howto/access.xml
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-05-13 15:21:01 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-05-13 15:21:01 +0200
commit48890a8e0d652f878881aed03d8cbedb8f06ba3c (patch)
tree7c0c5fe058c422a9a81b872c21cfefd48b3d159f /docs/manual/howto/access.xml
parentrebuild (diff)
downloadapache2-48890a8e0d652f878881aed03d8cbedb8f06ba3c.tar.xz
apache2-48890a8e0d652f878881aed03d8cbedb8f06ba3c.zip
Fix a missing whitespace in an example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337873 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/manual/howto/access.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/howto/access.xml b/docs/manual/howto/access.xml
index 20aa043bb6..3920db755d 100644
--- a/docs/manual/howto/access.xml
+++ b/docs/manual/howto/access.xml
@@ -112,7 +112,7 @@ Require ip ip.address
<highlight language="config">
Require not ip 192.168.205
-Require not host phishers.example.commoreidiots.example
+Require not host phishers.example.com moreidiots.example
Require not gov
</highlight>