summaryrefslogtreecommitdiffstats
path: root/docs/manual/bind.xml
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-02-14 14:51:30 +0100
committerJeff Trawick <trawick@apache.org>2003-02-14 14:51:30 +0100
commite15680d2772981f8fa6dfa5da4a9fcb3449039ed (patch)
tree337c7788376c27568719523ce8ca461e0f50502b /docs/manual/bind.xml
parentReplace the section on IPv6 with new text that accounts for (diff)
downloadapache2-e15680d2772981f8fa6dfa5da4a9fcb3449039ed.tar.xz
apache2-e15680d2772981f8fa6dfa5da4a9fcb3449039ed.zip
fix formatting problem in IPv6 section
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/bind.xml')
-rw-r--r--docs/manual/bind.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/bind.xml b/docs/manual/bind.xml
index 5eeb8ea0f1..4153351df2 100644
--- a/docs/manual/bind.xml
+++ b/docs/manual/bind.xml
@@ -110,7 +110,7 @@
Listen directives, as in the following examples:</p>
<example>
- Listen 0.0.0.0:80
+ Listen 0.0.0.0:80<br />
Listen 192.170.2.1:80
</example>
@@ -120,7 +120,7 @@
directives like the following:</p>
<example>
- Listen [::]:80
+ Listen [::]:80<br />
Listen 0.0.0.0:80
</example>