]> granicus.if.org Git - apache/commitdiff
Fix formatting of examples.
authorRich Bowen <rbowen@apache.org>
Thu, 22 Apr 2010 12:02:41 +0000 (12:02 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 22 Apr 2010 12:02:41 +0000 (12:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936800 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dialup.html.en
docs/manual/mod/mod_dialup.xml

index 6a5167f1572be220279798acb45ae9ad84f18d7a..c7971299d4ff6092682e2cc16d86939452dee2e8 100644 (file)
@@ -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:
 
 <div class="example"><p><code>
-&lt;Location /mysite&gt;
-ModemStandard V.92
+&lt;Location /mysite&gt;<br />
+ModemStandard V.92<br />
 &lt;/Location&gt;
 </code></p></div>
 
@@ -57,8 +57,8 @@ Previously to do bandwidth rate limiting modules would have to block an entire t
 <p>Specify what modem standard you wish to simulate.</p>
 
 <div class="example"><p><code>
-&lt;Location /mysite&gt;
-ModemStandard V.92
+&lt;Location /mysite&gt;<br />
+ModemStandard V.26bis<br />
 &lt;/Location&gt;
 </code></p></div>
 
index 989800ccfd204c87b9f17689476c3fef2c907db6..f6b27d2b3f6dc52d8eb0cbe60898bc2745849201 100644 (file)
@@ -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:
 
 <example>
-&lt;Location /mysite&gt;
-ModemStandard V.92
+&lt;Location /mysite&gt;<br />
+ModemStandard V.92<br />
 &lt;/Location&gt;
 </example>
 
@@ -61,8 +61,8 @@ Previously to do bandwidth rate limiting modules would have to block an entire t
 <p>Specify what modem standard you wish to simulate.</p>
 
 <example>
-&lt;Location /mysite&gt;
-ModemStandard V.92
+&lt;Location /mysite&gt;<br />
+ModemStandard V.26bis<br />
 &lt;/Location&gt;
 </example>