]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add V.34 option for ModemStandard directive
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 20 Feb 2016 09:06:58 +0000 (09:06 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 20 Feb 2016 09:06:58 +0000 (09:06 +0000)
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

docs/manual/mod/mod_dialup.xml

index 6e511305153cf71248060d93b4e9f522b68d7d96..31e1e8826ae8c44fd65e5577572686c6fab2555a 100644 (file)
@@ -38,7 +38,7 @@ V.92 modem, by adding something like this:</p>
 
 <highlight language="config">
 &lt;Location "/mysite"&gt;
-    ModemStandard V.92
+    ModemStandard "V.92"
 &lt;/Location&gt;
 </highlight>
 
@@ -52,7 +52,7 @@ once the timer hits.  From there the handler can continue to send data to the cl
 <directivesynopsis>
 <name>ModemStandard</name>
 <description>Modem standard to simulate</description>
-<syntax>ModemStandard V.21|V.26bis|V.32|V.92</syntax>
+<syntax>ModemStandard V.21|V.26bis|V.32|V.34|V.92</syntax>
 <contextlist><context>directory</context></contextlist>
 
 <usage>
@@ -60,7 +60,7 @@ once the timer hits.  From there the handler can continue to send data to the cl
 
 <highlight language="config">
 &lt;Location "/mysite"&gt;
-    ModemStandard V.26bis
+    ModemStandard "V.26bis"
 &lt;/Location&gt;
 </highlight>