]> granicus.if.org Git - apache/commitdiff
.fr doc update
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 26 Feb 2013 10:59:09 +0000 (10:59 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 26 Feb 2013 10:59:09 +0000 (10:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1450127 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_env.xml.fr

index 3342b2c9d966594d75f2eaa6d08d28064ede8bf6..71209b986cfd5c2d1831dcf66d4094fd4f41d76b 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: 1174747:1330988 (outdated) -->
+<!-- English Revision: 1330988 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -62,7 +62,9 @@ shell</description>
     shell qui a invoqu&eacute; le processus <program>httpd</program>.</p>
 
     <example><title>Exemple</title>
+     <highlight language="config">
       PassEnv LD_LIBRARY_PATH
+     </highlight>
     </example>
 </usage>
 </directivesynopsis>
@@ -81,7 +83,9 @@ shell</description>
     transmise aux scripts CGI et aux pages SSI.</p>
 
     <example><title>Exemple</title>
+     <highlight language="config">
       SetEnv SPECIAL_PATH /foo/bin
+     </highlight>
     </example>
     <note><p>Les variables d'environnement internes d&eacute;finies par cette
     directive le sont <em>apr&egrave;s</em> l'ex&eacute;cution de la plupart des
@@ -113,7 +117,9 @@ shell</description>
     qui sont transmises aux scripts CGI et aux pages SSI.</p>
 
     <example><title>Exemple</title>
+     <highlight language="config">
       UnsetEnv LD_LIBRARY_PATH
+     </highlight>
     </example>
 </usage>
 </directivesynopsis>