From: Daniel Gruno Date: Mon, 13 Aug 2012 14:30:43 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~6435 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01bab756b27304f062467f955f4120245f4007cb;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1372447 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index e41229f983..5cc6f1dd8f 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -700,11 +700,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 540e4135f4..9630a0b834 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - +