From: Daniel Gruno Date: Mon, 13 Aug 2012 14:32:59 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.3~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdfd5f00f807c7532da661ad6e548dead4f17dcc;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1372448 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index 71da4e0818..048404d3b5 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -415,11 +415,11 @@ end r:trace1("This is a trace log message") -- trace1 through trace8 can be used
r:debug("This is a debug log message")
r:info("This is an info log message")
- r:notice("This is an notice log message")
- r:warn("This is an warn log message")
+ r:notice("This is a notice log message")
+ r:warn("This is a warn log message")
r:err("This is an err log message")
r:alert("This is an alert log message")
- r:crit("This is an crit log message")
+ r:crit("This is a crit log message")
r:emerg("This is an emerg log message")
diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index 7aea757661..cf6d55c02d 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - +