diff options
author | Mike Pall <mike> | 2011-02-10 03:10:38 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-02-10 03:10:38 +0100 |
commit | a7ab6b2dc920e76d0cebd577e77bf3a043e3867d (patch) | |
tree | c3bc1785c0b958ef9fb83a6c977f84ca626a6c97 /doc/install.html | |
parent | 24c314e8fcfb3d12ea05c1f9bf7add40d24ae0cd (diff) | |
download | luajit-a7ab6b2dc920e76d0cebd577e77bf3a043e3867d.tar.gz luajit-a7ab6b2dc920e76d0cebd577e77bf3a043e3867d.tar.bz2 luajit-a7ab6b2dc920e76d0cebd577e77bf3a043e3867d.zip |
Fix various HTML errors in the docs.
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
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: <tt>man rebase</tt> | |||
392 | for embedding Lua or LuaJIT into your application.</li> | 392 | for embedding Lua or LuaJIT into your application.</li> |
393 | <li>Make sure you use <tt>luaL_newstate</tt>. Avoid using | 393 | <li>Make sure you use <tt>luaL_newstate</tt>. Avoid using |
394 | <tt>lua_newstate</tt>, since this uses the (slower) default memory | 394 | <tt>lua_newstate</tt>, since this uses the (slower) default memory |
395 | allocator from your system (no support for this on x64).</tt></li> | 395 | allocator from your system (no support for this on x64).</li> |
396 | <li>Make sure you use <tt>luaL_openlibs</tt> and not the old Lua 5.0 style | 396 | <li>Make sure you use <tt>luaL_openlibs</tt> and not the old Lua 5.0 style |
397 | of calling <tt>luaopen_base</tt> etc. directly.</li> | 397 | of calling <tt>luaopen_base</tt> etc. directly.</li> |
398 | <li>To change or extend the list of standard libraries to load, copy | 398 | <li>To change or extend the list of standard libraries to load, copy |