svn commit: r1936089 - in httpd/httpd/branches/2.4.x/docs/manual: . mod

[email protected] Sun, 12 Jul 2026 14:46:40 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178386760067.3172129.9113832450278010507@svn03-he-fi>
Author: lgentis
Date: Sun Jul 12 14:46:40 2026
New Revision: 1936089

Log:
fr doc XML files updates.

Modified:
   httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dbd.xml.fr
   httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml.fr
   httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_scgi.xml.fr
   httpd/httpd/branches/2.4.x/docs/manual/suexec.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dbd.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dbd.xml.fr	Sun Jul 12 14:20:40 2026	(r1936088)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dbd.xml.fr	Sun Jul 12 14:46:40 2026	(r1936089)
@@ -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 -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml.fr	Sun Jul 12 14:20:40 2026	(r1936088)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml.fr	Sun Jul 12 14:46:40 2026	(r1936089)
@@ -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 s
 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>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_scgi.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_scgi.xml.fr	Sun Jul 12 14:20:40 2026	(r1936088)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_scgi.xml.fr	Sun Jul 12 14:46:40 2026	(r1936089)
@@ -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 -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/suexec.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/suexec.xml.fr	Sun Jul 12 14:20:40 2026	(r1936088)
+++ httpd/httpd/branches/2.4.x/docs/manual/suexec.xml.fr	Sun Jul 12 14:46:40 2026	(r1936089)
@@ -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