You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2013/02/26 11:59:09 UTC

svn commit: r1450127 - /httpd/httpd/trunk/docs/manual/mod/mod_env.xml.fr

Author: jailletc36
Date: Tue Feb 26 10:59:09 2013
New Revision: 1450127

URL: http://svn.apache.org/r1450127
Log:
.fr doc update

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_env.xml.fr

Modified: httpd/httpd/trunk/docs/manual/mod/mod_env.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_env.xml.fr?rev=1450127&r1=1450126&r2=1450127&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_env.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_env.xml.fr Tue Feb 26 10:59:09 2013
@@ -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>