From e3f73b8b284faa2c37597deb4d2a83fa2f691ffc Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 20 Feb 2016 09:06:58 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_dialup.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_dialup.xml b/docs/manual/mod/mod_dialup.xml index 6e51130515..31e1e8826a 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> -- 2.50.1