diff options
author | Yoshiki Hayashi <yoshiki@apache.org> | 2004-10-05 15:27:18 +0200 |
---|---|---|
committer | Yoshiki Hayashi <yoshiki@apache.org> | 2004-10-05 15:27:18 +0200 |
commit | 1dd2345a19595dc32b6445a8e339bcb79946a824 (patch) | |
tree | e508b42521fdeadac43f2bf080a161ce0eebda05 /docs/manual/mod/mod_proxy.xml | |
parent | mod_auth_ldap: Handle the inconsistent way in which the MS LDAP (diff) | |
download | apache2-1dd2345a19595dc32b6445a8e339bcb79946a824.tar.xz apache2-1dd2345a19595dc32b6445a8e339bcb79946a824.zip |
Markup improvement and typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105383 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 08a7a78601..14c1a1e735 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<!-- $Revision: 1.33 $ --> +<!-- $Revision: 1.34 $ --> <!-- Copyright 2002-2004 The Apache Software Foundation @@ -876,7 +876,7 @@ directly</description> (sometimes used in the netmask form <code>255.255.0.0</code>)</dd> <dt><code>192.168.112.0/21</code></dt> <dd>the subnet <code>192.168.112.0/21</code> with a netmask of 21 - valid bits (also used in the form 255.255.248.0)</dd> + valid bits (also used in the form <code>255.255.248.0</code>)</dd> </dl> <p>As a degenerate case, a <em>SubNet</em> with 32 valid bits is the @@ -983,7 +983,7 @@ header for proxied requests</description> <usage> <p>This directive controls the use of the <code>Via:</code> HTTP - header by the proxy. Its intended use is to control the flow of of + header by the proxy. Its intended use is to control the flow of proxy requests along a chain of proxy servers. See <a href="http://www.ietf.org/rfc/rfc2616.txt">RFC 2616</a> (HTTP/1.1), section 14.45 for an explanation of <code>Via:</code> header lines.</p> |