1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Changed DOCTYPE, so that it can be validated.

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
This commit is contained in:
patrikj
2002-03-11 11:36:04 +00:00
parent 068219cc6d
commit aaf7f315e4

View 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>