diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2013-02-26 11:59:09 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2013-02-26 11:59:09 +0100 |
commit | d10bdbf8dee9789f84a77b28776ae4d265be7a79 (patch) | |
tree | cfaf59657548c3638122bbd02c45d5e9803dd080 /docs/manual/mod/mod_env.xml.fr | |
parent | Fix typo in doc which is only on trunk (diff) | |
download | apache2-d10bdbf8dee9789f84a77b28776ae4d265be7a79.tar.xz apache2-d10bdbf8dee9789f84a77b28776ae4d265be7a79.zip |
.fr doc update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1450127 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_env.xml.fr')
-rw-r--r-- | docs/manual/mod/mod_env.xml.fr | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_env.xml.fr b/docs/manual/mod/mod_env.xml.fr index 3342b2c9d9..71209b986c 100644 --- a/docs/manual/mod/mod_env.xml.fr +++ b/docs/manual/mod/mod_env.xml.fr @@ -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é 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éfinies par cette directive le sont <em>après</em> l'exé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> |