diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-06-25 18:19:33 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-06-25 18:19:33 +0000 |
| commit | 4b578b61673bdb14d8a97a3d780c5abe98e86a45 (patch) | |
| tree | 9194e27736022836ee9732a60e89fa395a8e4091 | |
| parent | ccc712b597df1790ba6061e21c09d8fc23519a18 (diff) | |
| download | rockbox-4b578b61673bdb14d8a97a3d780c5abe98e86a45.zip rockbox-4b578b61673bdb14d8a97a3d780c5abe98e86a45.tar.gz rockbox-4b578b61673bdb14d8a97a3d780c5abe98e86a45.tar.bz2 rockbox-4b578b61673bdb14d8a97a3d780c5abe98e86a45.tar.xz | |
Update Lua manual page
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21514 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/lua.tex | 8 |
1 files changed, 4 insertions, 4 deletions
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}. |