From 4b578b61673bdb14d8a97a3d780c5abe98e86a45 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 25 Jun 2009 18:19:33 +0000 Subject: Update Lua manual page git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21514 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/lua.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manual/plugins/lua.tex') diff --git a/manual/plugins/lua.tex b/manual/plugins/lua.tex index ac7ff22..f24efc7 100644 --- a/manual/plugins/lua.tex +++ b/manual/plugins/lua.tex @@ -10,10 +10,10 @@ There are a few exceptions/additions to the Lua support in Rockbox: \begin{description} \item[No floating point support.] The number type in Lua is usually float, however in the Rockbox implementation it is integer. - \item[Non-supported libraries.] The coroutine, debug, file, io, math - and package libraries are not supported. - \item[Partially-supported libraries.] The os library is only partially - supported. + \item[Non-supported libraries.] The coroutine, debug, file, io and math + libraries are not supported. + \item[Partially-supported libraries.] The os and package library is only + partially supported. \item[Additional libraries.] The bitlib library is integrated to support bitwise operators. See \url{http://luaforge.net/projects/bitlib} and \url{http://lua-users.org/wiki/BitwiseOperators}. -- cgit v1.1