summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/base/luatex-lua.tex
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2021-02-15 00:16:48 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2021-02-15 00:16:48 +0000
commit1426e46e70e41a176d37049fc4e0b9bf3dde108a (patch)
treeccf05b9ef37ae9aad9e9b1b4421f5047f5b0bf06 /Master/texmf-dist/doc/luatex/base/luatex-lua.tex
parentd9a6c07a4c5694449647b57ae3695acb37658fc7 (diff)
updated luatex manual
git-svn-id: svn://tug.org/texlive/trunk@57746 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/base/luatex-lua.tex')
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatex-lua.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/base/luatex-lua.tex b/Master/texmf-dist/doc/luatex/base/luatex-lua.tex
index f9107fa1f96..625334c1b8a 100644
--- a/Master/texmf-dist/doc/luatex/base/luatex-lua.tex
+++ b/Master/texmf-dist/doc/luatex/base/luatex-lua.tex
@@ -608,6 +608,10 @@ in addition to the regular \type {io} library functions.
\NC \type{readbytetable(f,n)} \NC \type {n} bytes\NC \NR
\stoptabulate
+There are eight additional little endian variants for the \type {cardinal[1-4]}
+and \type {integer[1-4]} readers: \type {cardinal[1-4]le} and \type
+{integer[1-4]le}.
+
\stopsubsection
\startsubsection[title={Binary input from strings with \type {sio}}]