From: Rich Bowen Date: Thu, 22 Apr 2010 12:02:41 +0000 (+0000) Subject: Fix formatting of examples. X-Git-Tag: 2.3.6~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04777408783c79f44535235bde9b53fe813adece;p=thirdparty%2Fapache%2Fhttpd.git Fix formatting of examples. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936800 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dialup.html.en b/docs/manual/mod/mod_dialup.html.en index 6a5167f1572..c7971299d4f 100644 --- a/docs/manual/mod/mod_dialup.html.en +++ b/docs/manual/mod/mod_dialup.html.en @@ -32,8 +32,8 @@ It is a module that sends static content at a bandwidth rate limit, defined by the various old modem standards. So, you can browse your site with a 56k V.92 modem, by adding something like this:

-<Location /mysite> -ModemStandard V.92 +<Location /mysite>
+ModemStandard V.92
</Location>

@@ -57,8 +57,8 @@ Previously to do bandwidth rate limiting modules would have to block an entire t

Specify what modem standard you wish to simulate.

-<Location /mysite> -ModemStandard V.92 +<Location /mysite>
+ModemStandard V.26bis
</Location>

diff --git a/docs/manual/mod/mod_dialup.xml b/docs/manual/mod/mod_dialup.xml index 989800ccfd2..f6b27d2b3f6 100644 --- a/docs/manual/mod/mod_dialup.xml +++ b/docs/manual/mod/mod_dialup.xml @@ -44,8 +44,8 @@ the document to validate. --> It is a module that sends static content at a bandwidth rate limit, defined by the various old modem standards. So, you can browse your site with a 56k V.92 modem, by adding something like this: -<Location /mysite> -ModemStandard V.92 +<Location /mysite>
+ModemStandard V.92
</Location>
@@ -61,8 +61,8 @@ Previously to do bandwidth rate limiting modules would have to block an entire t

Specify what modem standard you wish to simulate.

-<Location /mysite> -ModemStandard V.92 +<Location /mysite>
+ModemStandard V.26bis
</Location>