]> granicus.if.org Git - apache/commitdiff
fix formatting problem in IPv6 section
authorJeff Trawick <trawick@apache.org>
Fri, 14 Feb 2003 13:51:30 +0000 (13:51 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 14 Feb 2003 13:51:30 +0000 (13:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98651 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/bind.html.en
docs/manual/bind.xml

index 89d4bd9152129470b0dc045bf48732d4563dbeb5..5c979f6526cdf3a0607cfb257cdaf96fd0c7c195 100644 (file)
     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>
 
     directives like the following:</p>
 
     <div class="example"><p><code>
-      Listen [::]:80
+      Listen [::]:80<br />
       Listen 0.0.0.0:80
     </code></p></div>
 
index 5eeb8ea0f10509d65e8792e4e99b0cd91b30854e..4153351df225363279ef8f728090c45c3c0d697a 100644 (file)
     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>
 
     directives like the following:</p>
 
     <example>
-      Listen [::]:80
+      Listen [::]:80<br />
       Listen 0.0.0.0:80
     </example>