diff options
Diffstat (limited to '')
-rw-r--r-- | doc/extensions.html | 8 |
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> |
73 | LuaJIT is fully upwards-compatible with Lua 5.1. It supports all | 73 | LuaJIT 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">»</span> standard Lua |
75 | library functions</a> and the full set of | 75 | library 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">»</span> Lua/C API |
77 | functions</a>. | 77 | functions</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> — Bitwise operations</h3> | 97 | <h3 id="bit"><tt>bit.*</tt> — Bitwise operations</h3> |
98 | <p> | 98 | <p> |
99 | LuaJIT supports all bitwise operations as defined by | 99 | LuaJIT 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">»</span> Lua BitOp</a>: |
101 | </p> | 101 | </p> |
102 | <pre class="code"> | 102 | <pre class="code"> |
103 | bit.tobit bit.tohex bit.bnot bit.band bit.bor bit.bxor | 103 | bit.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> |
107 | This module is a LuaJIT built-in — you don't need to download or | 107 | This module is a LuaJIT built-in — you don't need to download or |
108 | install Lua BitOp. The Lua BitOp site has full documentation for all | 108 | install 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">»</span> Lua BitOp API functions</a>. |
110 | </p> | 110 | </p> |
111 | <p> | 111 | <p> |
112 | Please make sure to <tt>require</tt> the module before using any of | 112 | Please make sure to <tt>require</tt> the module before using any of |