aboutsummaryrefslogtreecommitdiff
path: root/doc/extensions.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/extensions.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/extensions.html b/doc/extensions.html
index 0fc65330..9d37cf0e 100644
--- a/doc/extensions.html
+++ b/doc/extensions.html
@@ -71,9 +71,9 @@ td.excinterop {
71<div id="main"> 71<div id="main">
72<p> 72<p>
73LuaJIT is fully upwards-compatible with Lua 5.1. It supports all 73LuaJIT is fully upwards-compatible with Lua 5.1. It supports all
74<a href="https://www.lua.org/manual/5.1/manual.html#5">standard Lua 74<a href="https://www.lua.org/manual/5.1/manual.html#5"><span class="ext">&raquo;</span>&nbsp;standard Lua
75library functions</a> and the full set of 75library functions</a> and the full set of
76<a href="https://www.lua.org/manual/5.1/manual.html#3">Lua/C API 76<a href="https://www.lua.org/manual/5.1/manual.html#3"><span class="ext">&raquo;</span>&nbsp;Lua/C API
77functions</a>. 77functions</a>.
78</p> 78</p>
79<p> 79<p>
@@ -97,7 +97,7 @@ LuaJIT comes with several built-in extension modules:
97<h3 id="bit"><tt>bit.*</tt> &mdash; Bitwise operations</h3> 97<h3 id="bit"><tt>bit.*</tt> &mdash; Bitwise operations</h3>
98<p> 98<p>
99LuaJIT supports all bitwise operations as defined by 99LuaJIT supports all bitwise operations as defined by
100<a href="https://bitop.luajit.org">Lua BitOp</a>: 100<a href="https://bitop.luajit.org"><span class="ext">&raquo;</span>&nbsp;Lua BitOp</a>:
101</p> 101</p>
102<pre class="code"> 102<pre class="code">
103bit.tobit bit.tohex bit.bnot bit.band bit.bor bit.bxor 103bit.tobit bit.tohex bit.bnot bit.band bit.bor bit.bxor
@@ -106,7 +106,7 @@ bit.lshift bit.rshift bit.arshift bit.rol bit.ror bit.bswap
106<p> 106<p>
107This module is a LuaJIT built-in &mdash; you don't need to download or 107This module is a LuaJIT built-in &mdash; you don't need to download or
108install Lua BitOp. The Lua BitOp site has full documentation for all 108install Lua BitOp. The Lua BitOp site has full documentation for all
109<a href="https://bitop.luajit.org/api.html">Lua BitOp API functions</a>. 109<a href="https://bitop.luajit.org/api.html"><span class="ext">&raquo;</span>&nbsp;Lua BitOp API functions</a>.
110</p> 110</p>
111<p> 111<p>
112Please make sure to <tt>require</tt> the module before using any of 112Please make sure to <tt>require</tt> the module before using any of