You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/04/22 14:02:42 UTC

svn commit: r936800 - in /httpd/httpd/trunk/docs/manual/mod: mod_dialup.html.en mod_dialup.xml

Author: rbowen
Date: Thu Apr 22 12:02:41 2010
New Revision: 936800

URL: http://svn.apache.org/viewvc?rev=936800&view=rev
Log:
Fix formatting of examples.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_dialup.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_dialup.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dialup.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dialup.html.en?rev=936800&r1=936799&r2=936800&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dialup.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dialup.html.en Thu Apr 22 12:02:41 2010
@@ -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
 <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>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dialup.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dialup.xml?rev=936800&r1=936799&r2=936800&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dialup.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dialup.xml Thu Apr 22 12:02:41 2010
@@ -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
 <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>