aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2021-06-07 12:05:34 +0200
committerMike Pall <mike>2021-06-07 12:05:34 +0200
commitec5f6a5618999d0add9e42bf788237417e5d43f4 (patch)
tree22152d96d9b845a5bb8f3bee39e211d31953adf4
parentae533e3a6c009b5df79b11cd5787d249202fa69c (diff)
downloadluajit-ec5f6a5618999d0add9e42bf788237417e5d43f4.tar.gz
luajit-ec5f6a5618999d0add9e42bf788237417e5d43f4.tar.bz2
luajit-ec5f6a5618999d0add9e42bf788237417e5d43f4.zip
Fix HTML.
Diffstat (limited to '')
-rw-r--r--doc/faq.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/faq.html b/doc/faq.html
index 6b7dc563..cb777acc 100644
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -72,7 +72,7 @@ about LuaJIT.</li>
72and links to books and papers about Lua.</li> 72and links to books and papers about Lua.</li>
73<li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">&raquo;</span>&nbsp;Lua Wiki</a> 73<li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">&raquo;</span>&nbsp;Lua Wiki</a>
74has information about diverse topics.</li> 74has information about diverse topics.</li>
75</ul> 75</ul></dd>
76</dl> 76</dl>
77 77
78<dl id="tech"> 78<dl id="tech">
@@ -117,8 +117,7 @@ Consider testing your application with older versions, too.<br>
117 117
118Similarly, the Borland/Delphi runtime modifies the FPU control word and 118Similarly, the Borland/Delphi runtime modifies the FPU control word and
119enables FP exceptions. Of course this violates the Windows ABI, too. 119enables FP exceptions. Of course this violates the Windows ABI, too.
120Please check the Delphi docs for the Set8087CW method. 120Please check the Delphi docs for the Set8087CW method.</dd>
121
122</dl> 121</dl>
123 122
124<dl id="ctrlc"> 123<dl id="ctrlc">
@@ -141,7 +140,7 @@ result in different orders, too.<br>
141Due to improved VM security, LuaJIT 2.1 may even use a different order 140Due to improved VM security, LuaJIT 2.1 may even use a different order
142on separate VM invocations or when string keys are newly interned.<br><br> 141on separate VM invocations or when string keys are newly interned.<br><br>
143If your program relies on a deterministic order, it has a bug. Rewrite it, 142If your program relies on a deterministic order, it has a bug. Rewrite it,
144so it doesn't rely on the key order. Or sort the table keys, if you must. 143so it doesn't rely on the key order. Or sort the table keys, if you must.</dd>
145</dl> 144</dl>
146 145
147<dl id="sandbox"> 146<dl id="sandbox">