summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_dialup.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2014-02-06 11:39:53 +0000
committerAndré Malo <nd@apache.org>2014-02-06 11:39:53 +0000
commitc8655eb24cce427aed3e77dfe8bb449513cd0624 (patch)
treef76a71bcdbf9d9f18a9413376244b2babc7c5c03 /docs/manual/mod/mod_dialup.html.en
parenta6303b0a30a786daef40e02260db4b7f9a99584d (diff)
downloadhttpd-c8655eb24cce427aed3e77dfe8bb449513cd0624.tar.gz
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1565186 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dialup.html.en')
-rw-r--r--docs/manual/mod/mod_dialup.html.en12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_dialup.html.en b/docs/manual/mod/mod_dialup.html.en
index ca567ba487..5797f07b97 100644
--- a/docs/manual/mod/mod_dialup.html.en
+++ b/docs/manual/mod/mod_dialup.html.en
@@ -37,11 +37,9 @@
by the various old modem standards. So, you can browse your site with a 56k
V.92 modem, by adding something like this:</p>
-<pre class="prettyprint lang-config">
-&lt;Location /mysite&gt;
+<pre class="prettyprint lang-config">&lt;Location /mysite&gt;
ModemStandard V.92
-&lt;/Location&gt;
-</pre>
+&lt;/Location&gt;</pre>
<p>Previously to do bandwidth rate limiting modules would have to block an entire
@@ -67,11 +65,9 @@ once the timer hits. From there the handler can continue to send data to the cl
</table>
<p>Specify what modem standard you wish to simulate.</p>
-<pre class="prettyprint lang-config">
-&lt;Location /mysite&gt;
+<pre class="prettyprint lang-config">&lt;Location /mysite&gt;
ModemStandard V.26bis
-&lt;/Location&gt;
-</pre>
+&lt;/Location&gt;</pre>