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
<highlight language="config">
<Location "/mysite">
- ModemStandard V.92
+ ModemStandard "V.92"
</Location>
</highlight>
<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>
<highlight language="config">
<Location "/mysite">
- ModemStandard V.26bis
+ ModemStandard "V.26bis"
</Location>
</highlight>