]> granicus.if.org Git - apache/commitdiff
[documentation] Bringing mod/mod_env .fr translation up to date
authorVincent Deffontaines <gryzor@apache.org>
Mon, 31 Dec 2012 16:37:14 +0000 (16:37 +0000)
committerVincent Deffontaines <gryzor@apache.org>
Mon, 31 Dec 2012 16:37:14 +0000 (16:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1427169 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_env.xml.fr

index e088f46f411e9311b347ea6b6e090850eba4dc93..cdbffe5bb908fa39fb3a3b8c34b489f18b5215aa 100644 (file)
@@ -62,9 +62,9 @@ shell</description>
     shell qui a invoqu&eacute; le processus <program>httpd</program>.</p>
 
     <example><title>Exemple</title>
-    <highlight language="config">
+     <highlight language="config">
       PassEnv LD_LIBRARY_PATH
-      </highlight>
+     </highlight>
     </example>
 </usage>
 </directivesynopsis>
@@ -83,9 +83,9 @@ shell</description>
     transmise aux scripts CGI et aux pages SSI.</p>
 
     <example><title>Exemple</title>
-    <highlight language="config">
+     <highlight language="config">
       SetEnv SPECIAL_PATH /foo/bin
-      </highlight>
+     </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
@@ -117,9 +117,9 @@ shell</description>
     qui sont transmises aux scripts CGI et aux pages SSI.</p>
 
     <example><title>Exemple</title>
-    <highlight language="config">
+     <highlight language="config">
       UnsetEnv LD_LIBRARY_PATH
-      </highlight>
+     </highlight>
     </example>
 </usage>
 </directivesynopsis>