From a7ab6b2dc920e76d0cebd577e77bf3a043e3867d Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Thu, 10 Feb 2011 03:10:38 +0100 Subject: Fix various HTML errors in the docs. --- doc/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/install.html') diff --git a/doc/install.html b/doc/install.html index 73755619..55de1bd8 100644 --- a/doc/install.html +++ b/doc/install.html @@ -392,7 +392,7 @@ See: man rebase for embedding Lua or LuaJIT into your application.
  • Make sure you use luaL_newstate. Avoid using lua_newstate, since this uses the (slower) default memory -allocator from your system (no support for this on x64).
  • +allocator from your system (no support for this on x64).
  • Make sure you use luaL_openlibs and not the old Lua 5.0 style of calling luaopen_base etc. directly.
  • To change or extend the list of standard libraries to load, copy -- cgit v1.2.3-55-g6feb