diff options
author | Lucien Gentis <lgentis@apache.org> | 2018-08-18 17:47:45 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2018-08-18 17:47:45 +0200 |
commit | 741826e2527d3a39dc8e4da528087cef468b1930 (patch) | |
tree | 808ded58cf8c86d0ce07010f81f388dcb8fa4fd1 /docs/manual/mod/mod_lua.xml.fr | |
parent | Save some cycle. (diff) | |
download | apache2-741826e2527d3a39dc8e4da528087cef468b1930.tar.xz apache2-741826e2527d3a39dc8e4da528087cef468b1930.zip |
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1838338 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_lua.xml.fr')
-rw-r--r-- | docs/manual/mod/mod_lua.xml.fr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index 6ba33a41c3..406ed01623 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -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: 1793934 --> +<!-- English Revision: 1837404 --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> @@ -694,9 +694,9 @@ end </highlight> <highlight language="lua"> -r:addoutputfilter(name|function) -- ajoute un filtre en sortie +r:add_output_filter(filter_name) -- ajoute un filtre en sortie -r:addoutputfilter("fooFilter") -- insère le filtre fooFilter dans le flux de sortie +r:add_output_filter("fooFilter") -- insère le filtre fooFilter dans le flux de sortie </highlight> <highlight language="lua"> |