From c85dacb40d639bcb1ddae2e04845abd37700735e Mon Sep 17 00:00:00 2001
From: Daniel Gruno
The example below shows how to acquire a database handle and return information from a table:
-function handler(r)
+function handle(r)
-- Acquire a database handle
local database, err = r:dbacquire("mysql", "server=localhost,user=root,dbname=mydb")
if not err then
diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr
index b7b44ca8409..7a6695d4ff6 100644
--- a/docs/manual/mod/mod_lua.xml.fr
+++ b/docs/manual/mod/mod_lua.xml.fr
@@ -1,7 +1,7 @@
-
+
--
2.47.3