]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fr doc XML files updates.
authorLucien Gentis <lgentis@apache.org>
Sun, 12 Jul 2026 14:46:40 +0000 (14:46 +0000)
committerLucien Gentis <lgentis@apache.org>
Sun, 12 Jul 2026 14:46:40 +0000 (14:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1936089 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dbd.xml.fr
docs/manual/mod/mod_macro.xml.fr
docs/manual/mod/mod_proxy_scgi.xml.fr
docs/manual/suexec.xml.fr

index 12e5e3caa5651320dceaa557ebbf6b55fc482624..cc53c79ba977aefc9590363884876bea86a002c0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1932789:1933180 (outdated) -->
+<!-- English Revision: 1933180 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 814ac91afe1d8e6bb76b87219ed48912cd7fddfa..1acc37bcc9795c383a379951038337b554493ef0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1850541:1933497 (outdated) -->
+<!-- English Revision: 1933497 -->
 <!-- French translation: Fabien Coelho -->
 <!-- Updated by Lucien Gentis -->
 
@@ -118,11 +118,14 @@ l'évaluation des expressions. Si cela se produit, c'est le nom de
 paramètre le plus long possible qui sera utilisé.</p>
 
 <p>Si vous désirez insérer une valeur dans une chaîne, il est conseillé
-de l'entourer d'accolades afin d'éviter toute confusion :</p>
+de l'entourer de parenthèses afin d'éviter toute confusion. La syntaxe
+<code>$(...)</code> doit être utilisée à la place de la syntaxe
+<code>${...}</code>, car cette dernière entre en conflit avec la syntaxe de la
+variable <directive module="core">Define</directive> :</p>
 
 <highlight language="config">
-&lt;Macro DocRoot ${docroot}&gt;
-    DocumentRoot "/var/www/${docroot}/htdocs"
+&lt;Macro DocRoot $(docroot)&gt;
+    DocumentRoot "/var/www/$(docroot)/htdocs"
 &lt;/Macro&gt;
 </highlight>
 
index 22e5775bb228065c77fd0d67ed6e9d7b485f8014..b6df9ac399329ad556798d426841cca875d83e46 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1850684:1933180 (outdated) -->
+<!-- English Revision: 1933180 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 1ff3e8e6af27bed6ec2cc15e5ddbe47b8fb0a807..a735c20d58ea3c3be68b22eb3a4c8b980caf984f 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1874169:1933180 (outdated) -->
+<!-- English Revision: 1933180 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more