From: Christophe Jaillet
Date: Sat, 20 Feb 2016 09:06:58 +0000 (+0000)
Subject: Add V.34 option for ModemStandard directive
X-Git-Tag: 2.5.0-alpha~2034
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f73b8b284faa2c37597deb4d2a83fa2f691ffc;p=thirdparty%2Fapache%2Fhttpd.git
Add V.34 option for ModemStandard directive
Add some " to synch with 2.4.x and fix color highlight in online doc.
("i-was-rich-and-got-a-leased-line" is still undocumented, but do we really need to document it?)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1731351 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_dialup.xml b/docs/manual/mod/mod_dialup.xml
index 6e511305153..31e1e8826ae 100644
--- a/docs/manual/mod/mod_dialup.xml
+++ b/docs/manual/mod/mod_dialup.xml
@@ -38,7 +38,7 @@ V.92 modem, by adding something like this:
<Location "/mysite">
- ModemStandard V.92
+ ModemStandard "V.92"
</Location>
@@ -52,7 +52,7 @@ once the timer hits. From there the handler can continue to send data to the cl
ModemStandard
Modem standard to simulate
-ModemStandard V.21|V.26bis|V.32|V.92
+ModemStandard V.21|V.26bis|V.32|V.34|V.92
directory
@@ -60,7 +60,7 @@ once the timer hits. From there the handler can continue to send data to the cl
<Location "/mysite">
- ModemStandard V.26bis
+ ModemStandard "V.26bis"
</Location>