]> granicus.if.org Git - apache/commitdiff
Make xml docs conform to DTD
authorJoshua Slive <slive@apache.org>
Fri, 26 Jul 2002 17:39:37 +0000 (17:39 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 26 Jul 2002 17:39:37 +0000 (17:39 +0000)
Submitted by: Vincent de Lau <vincent@delau.nl>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96202 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_echo.xml
docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_userdir.xml

index ade9ec9bbe24a6b4527ccff5baf9a5bcb668ff33..29bca76356bb720415d04f80f391dd7405fe8786 100644 (file)
@@ -12,9 +12,9 @@ modules</description>
 <compatibility>Available in Apache 2.0 and later</compatibility>
 
 <summary>
-    This module provides an example protocol module to illustrate the
+    <p>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.</p>
 </summary>
 
 <directivesynopsis>
index eae9fd06b2d16d4bcf9166b84508ea97753943b2..4161a70e61120365cb718a8295dc4310187ca906 100644 (file)
@@ -282,9 +282,9 @@ SetEnv proxy-nokeepalive 1<br />
 
 <directivesynopsis type="section">
 <name>Proxy</name>
-<syntax>&lt;Proxy <em>wildcard-url</em>&gt; ...&lt;/Proxy&gt;</syntax>
 <description>Container for directives applied to proxied 
 resources</description>
+<syntax>&lt;Proxy <em>wildcard-url</em>&gt; ...&lt;/Proxy&gt;</syntax>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
 
@@ -320,9 +320,9 @@ server:</p>
 
 <directivesynopsis type="section">
 <name>ProxyMatch</name>
-<syntax>&lt;Proxy <em>regex</em>&gt; ...&lt;/Proxy&gt;</syntax>
 <description>Container for directives applied to regular-expression-matched 
 proxied resources</description>
+<syntax>&lt;Proxy <em>regex</em>&gt; ...&lt;/Proxy&gt;</syntax>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
 
index 1ee195d4eb06616de3356bc951984f758fbc5352..217cad232ad63a9266cb8163558c347cc73b783b 100755 (executable)
@@ -10,8 +10,8 @@
 <identifier>userdir_module</identifier>
 
 <summary>
-This module allows user-specific directories to be accessed using the
-<code>http://example.com/~user/</code> syntax.
+<p>This module allows user-specific directories to be accessed using the
+<code>http://example.com/~user/</code> syntax.</p>
 </summary>
 
 <seealso><a href="../urlmapping.html">Mapping URLs to the