]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 20 Feb 2016 09:08:28 +0000 (09:08 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 20 Feb 2016 09:08:28 +0000 (09:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1731352 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dialup.html.en
docs/manual/mod/mod_dialup.xml.fr
docs/manual/mod/mod_dialup.xml.meta

index bd14e34c5bec5ed8da87c4115604173cc89b9fbc..0fd781fa85c9a53b15941bad56707bb9f50fdbab 100644 (file)
@@ -40,7 +40,7 @@ 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
+    ModemStandard "V.92"
 &lt;/Location&gt;</pre>
 
 
@@ -60,7 +60,7 @@ once the timer hits.  From there the handler can continue to send data to the cl
 <div class="directive-section"><h2><a name="ModemStandard" id="ModemStandard">ModemStandard</a> <a name="modemstandard" id="modemstandard">Directive</a></h2>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Modem standard to simulate</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ModemStandard V.21|V.26bis|V.32|V.92</code></td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ModemStandard V.21|V.26bis|V.32|V.34|V.92</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dialup</td></tr>
@@ -68,7 +68,7 @@ once the timer hits.  From there the handler can continue to send data to the cl
 <p>Specify what modem standard you wish to simulate.</p>
 
 <pre class="prettyprint lang-config">&lt;Location "/mysite"&gt;
-    ModemStandard V.26bis
+    ModemStandard "V.26bis"
 &lt;/Location&gt;</pre>
 
 
index 3ab854f2bcd00bc5b378cfff95f2865145058e12..230e0c56d6196e1b198430753ee7d5d014aeef9b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1673945 -->
+<!-- English Revision: 1673945:1731351 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 94c273fb3d4a60a34fbb8e96cff61105a6507808..c5f8c4027a7a9c880df88a63d6e1cf65f2f5919c 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>