summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_dialup.html.en
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>2015-04-14 22:19:49 +0000
committerKen Coar <coar@apache.org>2015-04-14 22:19:49 +0000
commit09adb8097877afcc689379b09687878c78183587 (patch)
tree297918b719682f049ac8e0f557f76c0c0db10b6d /docs/manual/mod/mod_dialup.html.en
parenta388b842278920701ab164f78423e7239c2ff84b (diff)
downloadhttpd-09adb8097877afcc689379b09687878c78183587.tar.gz
Build..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dialup.html.en')
-rw-r--r--docs/manual/mod/mod_dialup.html.en8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_dialup.html.en b/docs/manual/mod/mod_dialup.html.en
index a445bc81d9..c08fca1d87 100644
--- a/docs/manual/mod/mod_dialup.html.en
+++ b/docs/manual/mod/mod_dialup.html.en
@@ -37,8 +37,8 @@
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;
- ModemStandard V.92
+<pre class="prettyprint lang-config">&lt;Location "/mysite"&gt;
+ ModemStandard "V.92"
&lt;/Location&gt;</pre>
@@ -65,8 +65,8 @@ 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;
- ModemStandard V.26bis
+<pre class="prettyprint lang-config">&lt;Location "/mysite"&gt;
+ ModemStandard "V.26bis"
&lt;/Location&gt;</pre>