From 8645dad86e43e02f4057bde08e7050e27a6bff61 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Fri, 26 Jul 2002 17:39:37 +0000 Subject: [PATCH] Make xml docs conform to DTD Submitted by: Vincent de Lau git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96202 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_echo.xml | 4 ++-- docs/manual/mod/mod_proxy.xml | 4 ++-- docs/manual/mod/mod_userdir.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_echo.xml b/docs/manual/mod/mod_echo.xml index ade9ec9bbe..29bca76356 100644 --- a/docs/manual/mod/mod_echo.xml +++ b/docs/manual/mod/mod_echo.xml @@ -12,9 +12,9 @@ modules Available in Apache 2.0 and later - This module provides an example protocol module to illustrate the +

This module provides an example protocol module to illustrate the concept. It provides a simple echo server. Telnet to it and type - stuff, and it will echo it. + stuff, and it will echo it.

diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index eae9fd06b2..4161a70e61 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -282,9 +282,9 @@ SetEnv proxy-nokeepalive 1
Proxy -<Proxy wildcard-url> ...</Proxy> Container for directives applied to proxied resources +<Proxy wildcard-url> ...</Proxy> server config virtual host @@ -320,9 +320,9 @@ server:

ProxyMatch -<Proxy regex> ...</Proxy> Container for directives applied to regular-expression-matched proxied resources +<Proxy regex> ...</Proxy> server config virtual host diff --git a/docs/manual/mod/mod_userdir.xml b/docs/manual/mod/mod_userdir.xml index 1ee195d4eb..217cad232a 100755 --- a/docs/manual/mod/mod_userdir.xml +++ b/docs/manual/mod/mod_userdir.xml @@ -10,8 +10,8 @@ userdir_module -This module allows user-specific directories to be accessed using the -http://example.com/~user/ syntax. +

This module allows user-specific directories to be accessed using the +http://example.com/~user/ syntax.

Mapping URLs to the -- 2.40.0