summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-28 14:58:07 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-28 14:58:07 +0000
commit8f082f5f233ecbd77fdf22a2ca22aa0745338d52 (patch)
treec38636cec009198d136565ca38302b6abe2e8559 /manual
parent681ca21a1e6731d7ce46be2a2419e600e957fae9 (diff)
downloadrockbox-8f082f5f233ecbd77fdf22a2ca22aa0745338d52.tar.gz
rockbox-8f082f5f233ecbd77fdf22a2ca22aa0745338d52.zip
Also update the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21542 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/lua.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/plugins/lua.tex b/manual/plugins/lua.tex
index f24efc7b6d..aac8f953ae 100644
--- a/manual/plugins/lua.tex
+++ b/manual/plugins/lua.tex
@@ -10,9 +10,9 @@ 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 and math
- libraries are not supported.
- \item[Partially-supported libraries.] The os and package library is only
+ \item[Non-supported libraries.] The coroutine, debug and math libraries are
+ not supported.
+ \item[Partially-supported libraries.] The os and package libraries are only
partially supported.
\item[Additional libraries.] The bitlib library is integrated to support
bitwise operators. See \url{http://luaforge.net/projects/bitlib} and