From e15680d2772981f8fa6dfa5da4a9fcb3449039ed Mon Sep 17 00:00:00 2001
From: Jeff Trawick
Date: Fri, 14 Feb 2003 13:51:30 +0000
Subject: [PATCH] fix formatting problem in IPv6 section
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98651 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/bind.html.en | 4 ++--
docs/manual/bind.xml | 4 ++--
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:
- Listen 0.0.0.0:80
+ Listen 0.0.0.0:80
Listen 192.170.2.1:80
@@ -122,7 +122,7 @@
directives like the following:
- Listen [::]:80
+ Listen [::]:80
Listen 0.0.0.0:80
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:
- Listen 0.0.0.0:80
+ Listen 0.0.0.0:80
Listen 192.170.2.1:80
@@ -120,7 +120,7 @@
directives like the following:
- Listen [::]:80
+ Listen [::]:80
Listen 0.0.0.0:80
--
2.50.1