summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_lua.xml.fr
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2018-08-18 17:47:45 +0200
committerLucien Gentis <lgentis@apache.org>2018-08-18 17:47:45 +0200
commit741826e2527d3a39dc8e4da528087cef468b1930 (patch)
tree808ded58cf8c86d0ce07010f81f388dcb8fa4fd1 /docs/manual/mod/mod_lua.xml.fr
parentSave some cycle. (diff)
downloadapache2-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.fr6
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">