From 20030348fa4e6e249222d4157e3ee07fcaa8a843 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 89d4bd91521..5c979f6526c 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 5eeb8ea0f10..4153351df22 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.47.3