]> granicus.if.org Git - apache/commitdiff
Changed DOCTYPE, so that it can be validated.
authorpatrikj <patrikj@unknown>
Mon, 11 Mar 2002 11:36:04 +0000 (11:36 +0000)
committerpatrikj <patrikj@unknown>
Mon, 11 Mar 2002 11:36:04 +0000 (11:36 +0000)
Added <p>:s to get it to validate

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

docs/manual/mod/mpm_common.xml

index d147998d2a286889e2c68c1bbc017e8b58b3b0c7..0606465e01249383c934d1b6169c0ecfa63fb2cd 100644 (file)
@@ -1,4 +1,5 @@
 <?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
 <modulesynopsis>
 
@@ -139,14 +140,14 @@ listens to</description>
    Listen 80<br />
    Listen 8000
 </example>
-    To make the server accept connections on two specified
-    interfaces and port numbers, use 
+    <p>To make the server accept connections on two specified
+    interfaces and port numbers, use </p>
 <example>
    Listen 192.170.2.1:80<br />
    Listen 192.170.2.5:8000
 </example>
-    IPv6 addresses must be surrounded in square brackets, as in the
-    following example:
+    <p>IPv6 addresses must be surrounded in square brackets, as in the
+    following example:</p>
 <example>
    Listen [fe80::a00:20ff:fea7:ccea]:80
 </example>