summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--docs/manual/bind.html.en4
-rw-r--r--docs/manual/bind.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en
index 89d4bd9152..5c979f6526 100644
--- a/docs/manual/bind.html.en
+++ b/docs/manual/bind.html.en
@@ -112,7 +112,7 @@
Listen directives, as in the following examples:</p>
<div class="example"><p><code>
- Listen 0.0.0.0:80
+ Listen 0.0.0.0:80<br />
Listen 192.170.2.1:80
</code></p></div>
@@ -122,7 +122,7 @@
directives like the following:</p>
<div class="example"><p><code>
- Listen [::]:80
+ Listen [::]:80<br />
Listen 0.0.0.0:80
</code></p></div>
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>