Commit Diff


commit - 54b1822c2293005d81b09aa286df0380b20cee6e
commit + fa6490ff400b73b77b1f6279c649558c196da621
blob - a9024fe72a3a00c6203b1f4f9809399973cab123 (mode 644)
blob + /dev/null
--- index.html
+++ /dev/null
@@ -1,165 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <title>Lua 5.1 C API</title>
-  </head>
-  <body>
-    <h2>Lua 5.1 C API</h2>
-		<ul>
-		<li><a href="lua_Alloc.3.html">lua_Alloc</a></li>
-		<li><a href="lua_atpanic.3.html">lua_atpanic</a></li>
-		<li><a href="lua_call.3.html">lua_call</a></li>
-		<li><a href="lua_CFunction.3.html">lua_CFunction</a></li>
-		<li><a href="lua_checkstack.3.html">lua_checkstack</a></li>
-		<li><a href="lua_close.3.html">lua_close</a></li>
-		<li><a href="lua_concat.3.html">lua_concat</a></li>
-		<li><a href="lua_cpcall.3.html">lua_cpcall</a></li>
-		<li><a href="lua_createtable.3.html">lua_createtable</a></li>
-		<li><a href="lua_Debug.3.html">lua_Debug</a></li>
-		<li><a href="lua_dump.3.html">lua_dump</a></li>
-		<li><a href="lua_equal.3.html">lua_equal</a></li>
-		<li><a href="lua_error.3.html">lua_error</a></li>
-		<li><a href="lua_gc.3.html">lua_gc</a></li>
-		<li><a href="lua_getallocf.3.html">lua_getallocf</a></li>
-		<li><a href="lua_getfenv.3.html">lua_getfenv</a></li>
-		<li><a href="lua_getfield.3.html">lua_getfield</a></li>
-		<li><a href="lua_getglobal.3.html">lua_getglobal</a></li>
-		<li><a href="lua_gethook.3.html">lua_gethook</a></li>
-		<li><a href="lua_gethookcount.3.html">lua_gethookcount</a></li>
-		<li><a href="lua_gethookmask.3.html">lua_gethookmask</a></li>
-		<li><a href="lua_getinfo.3.html">lua_getinfo</a></li>
-		<li><a href="lua_getlocal.3.html">lua_getlocal</a></li>
-		<li><a href="lua_getmetatable.3.html">lua_getmetatable</a></li>
-		<li><a href="lua_getstack.3.html">lua_getstack</a></li>
-		<li><a href="lua_gettable.3.html">lua_gettable</a></li>
-		<li><a href="lua_gettop.3.html">lua_gettop</a></li>
-		<li><a href="lua_getupvalue.3.html">lua_getupvalue</a></li>
-		<li><a href="lua_Hook.3.html">lua_Hook</a></li>
-		<li><a href="lua_insert.3.html">lua_insert</a></li>
-		<li><a href="lua_Integer.3.html">lua_Integer</a></li>
-		<li><a href="lua_isboolean.3.html">lua_isboolean</a></li>
-		<li><a href="lua_iscfunction.3.html">lua_iscfunction</a></li>
-		<li><a href="lua_isfunction.3.html">lua_isfunction</a></li>
-		<li><a href="lua_islightuserdata.3.html">lua_islightuserdata</a></li>
-		<li><a href="lua_isnil.3.html">lua_isnil</a></li>
-		<li><a href="lua_isnone.3.html">lua_isnone</a></li>
-		<li><a href="lua_isnoneornil.3.html">lua_isnoneornil</a></li>
-		<li><a href="lua_isnumber.3.html">lua_isnumber</a></li>
-		<li><a href="lua_isstring.3.html">lua_isstring</a></li>
-		<li><a href="lua_istable.3.html">lua_istable</a></li>
-		<li><a href="lua_isthread.3.html">lua_isthread</a></li>
-		<li><a href="lua_isuserdata.3.html">lua_isuserdata</a></li>
-		<li><a href="luaL_addchar.3.html">luaL_addchar</a></li>
-		<li><a href="luaL_addlstring.3.html">luaL_addlstring</a></li>
-		<li><a href="luaL_addsize.3.html">luaL_addsize</a></li>
-		<li><a href="luaL_addstring.3.html">luaL_addstring</a></li>
-		<li><a href="luaL_addvalue.3.html">luaL_addvalue</a></li>
-		<li><a href="luaL_argcheck.3.html">luaL_argcheck</a></li>
-		<li><a href="luaL_argerror.3.html">luaL_argerror</a></li>
-		<li><a href="luaL_Buffer.3.html">luaL_Buffer</a></li>
-		<li><a href="luaL_buffinit.3.html">luaL_buffinit</a></li>
-		<li><a href="luaL_callmeta.3.html">luaL_callmeta</a></li>
-		<li><a href="luaL_checkany.3.html">luaL_checkany</a></li>
-		<li><a href="luaL_checkint.3.html">luaL_checkint</a></li>
-		<li><a href="luaL_checkinteger.3.html">luaL_checkinteger</a></li>
-		<li><a href="luaL_checklong.3.html">luaL_checklong</a></li>
-		<li><a href="luaL_checklstring.3.html">luaL_checklstring</a></li>
-		<li><a href="luaL_checknumber.3.html">luaL_checknumber</a></li>
-		<li><a href="luaL_checkoption.3.html">luaL_checkoption</a></li>
-		<li><a href="luaL_checkstack.3.html">luaL_checkstack</a></li>
-		<li><a href="luaL_checkstring.3.html">luaL_checkstring</a></li>
-		<li><a href="luaL_checktype.3.html">luaL_checktype</a></li>
-		<li><a href="luaL_checkudata.3.html">luaL_checkudata</a></li>
-		<li><a href="luaL_dofile.3.html">luaL_dofile</a></li>
-		<li><a href="luaL_dostring.3.html">luaL_dostring</a></li>
-		<li><a href="luaL_error.3.html">luaL_error</a></li>
-		<li><a href="lua_lessthan.3.html">lua_lessthan</a></li>
-		<li><a href="luaL_getmetafield.3.html">luaL_getmetafield</a></li>
-		<li><a href="luaL_getmetatable.3.html">luaL_getmetatable</a></li>
-		<li><a href="luaL_gsub.3.html">luaL_gsub</a></li>
-		<li><a href="luaL_loadbuffer.3.html">luaL_loadbuffer</a></li>
-		<li><a href="luaL_loadfile.3.html">luaL_loadfile</a></li>
-		<li><a href="luaL_loadstring.3.html">luaL_loadstring</a></li>
-		<li><a href="luaL_newmetatable.3.html">luaL_newmetatable</a></li>
-		<li><a href="luaL_newstate.3.html">luaL_newstate</a></li>
-		<li><a href="lua_load.3.html">lua_load</a></li>
-		<li><a href="luaL_openlibs.3.html">luaL_openlibs</a></li>
-		<li><a href="luaL_optint.3.html">luaL_optint</a></li>
-		<li><a href="luaL_optinteger.3.html">luaL_optinteger</a></li>
-		<li><a href="luaL_optlong.3.html">luaL_optlong</a></li>
-		<li><a href="luaL_optlstring.3.html">luaL_optlstring</a></li>
-		<li><a href="luaL_optnumber.3.html">luaL_optnumber</a></li>
-		<li><a href="luaL_optstring.3.html">luaL_optstring</a></li>
-		<li><a href="luaL_prepbuffer.3.html">luaL_prepbuffer</a></li>
-		<li><a href="luaL_pushreslit.3.html">luaL_pushreslit</a></li>
-		<li><a href="luaL_ref.3.html">luaL_ref</a></li>
-		<li><a href="luaL_Reg.3.html">luaL_Reg</a></li>
-		<li><a href="luaL_register.3.html">luaL_register</a></li>
-		<li><a href="luaL_typename.3.html">luaL_typename</a></li>
-		<li><a href="luaL_typerror.3.html">luaL_typerror</a></li>
-		<li><a href="luaL_unref.3.html">luaL_unref</a></li>
-		<li><a href="luaL_where.3.html">luaL_where</a></li>
-		<li><a href="lua_newstate.3.html">lua_newstate</a></li>
-		<li><a href="lua_newtable.3.html">lua_newtable</a></li>
-		<li><a href="lua_newthread.3.html">lua_newthread</a></li>
-		<li><a href="lua_newuserdata.3.html">lua_newuserdata</a></li>
-		<li><a href="lua_next.3.html">lua_next</a></li>
-		<li><a href="lua_Number.3.html">lua_Number</a></li>
-		<li><a href="lua_objlen.3.html">lua_objlen</a></li>
-		<li><a href="lua_pcall.3.html">lua_pcall</a></li>
-		<li><a href="lua_pop.3.html">lua_pop</a></li>
-		<li><a href="lua_pushboolean.3.html">lua_pushboolean</a></li>
-		<li><a href="lua_pushcclosure.3.html">lua_pushcclosure</a></li>
-		<li><a href="lua_pushcfunction.3.html">lua_pushcfunction</a></li>
-		<li><a href="lua_pushfstring.3.html">lua_pushfstring</a></li>
-		<li><a href="lua_pushinteger.3.html">lua_pushinteger</a></li>
-		<li><a href="lua_pushlightuserdata.3.html">lua_pushlightuserdata</a></li>
-		<li><a href="lua_pushliteral.3.html">lua_pushliteral</a></li>
-		<li><a href="lua_pushlstring.3.html">lua_pushlstring</a></li>
-		<li><a href="lua_pushnil.3.html">lua_pushnil</a></li>
-		<li><a href="lua_pushnumber.3.html">lua_pushnumber</a></li>
-		<li><a href="lua_pushstring.3.html">lua_pushstring</a></li>
-		<li><a href="lua_pushthread.3.html">lua_pushthread</a></li>
-		<li><a href="lua_pushvalue.3.html">lua_pushvalue</a></li>
-		<li><a href="lua_pushvfstring.3.html">lua_pushvfstring</a></li>
-		<li><a href="lua_rawequal.3.html">lua_rawequal</a></li>
-		<li><a href="lua_rawget.3.html">lua_rawget</a></li>
-		<li><a href="lua_rawgeti.3.html">lua_rawgeti</a></li>
-		<li><a href="lua_rawset.3.html">lua_rawset</a></li>
-		<li><a href="lua_rawseti.3.html">lua_rawseti</a></li>
-		<li><a href="lua_Reader.3.html">lua_Reader</a></li>
-		<li><a href="lua_register.3.html">lua_register</a></li>
-		<li><a href="lua_remove.3.html">lua_remove</a></li>
-		<li><a href="lua_replace.3.html">lua_replace</a></li>
-		<li><a href="lua_resume.3.html">lua_resume</a></li>
-		<li><a href="lua_setallocf.3.html">lua_setallocf</a></li>
-		<li><a href="lua_setfenv.3.html">lua_setfenv</a></li>
-		<li><a href="lua_setfield.3.html">lua_setfield</a></li>
-		<li><a href="lua_setglobal.3.html">lua_setglobal</a></li>
-		<li><a href="lua_sethook.3.html">lua_sethook</a></li>
-		<li><a href="lua_setlocal.3.html">lua_setlocal</a></li>
-		<li><a href="lua_setmetatable.3.html">lua_setmetatable</a></li>
-		<li><a href="lua_settable.3.html">lua_settable</a></li>
-		<li><a href="lua_settop.3.html">lua_settop</a></li>
-		<li><a href="lua_setupvalue.3.html">lua_setupvalue</a></li>
-		<li><a href="lua_State.3.html">lua_State</a></li>
-		<li><a href="lua_status.3.html">lua_status</a></li>
-		<li><a href="lua_toboolean.3.html">lua_toboolean</a></li>
-		<li><a href="lua_tocfunction.3.html">lua_tocfunction</a></li>
-		<li><a href="lua_tointeger.3.html">lua_tointeger</a></li>
-		<li><a href="lua_tolstring.3.html">lua_tolstring</a></li>
-		<li><a href="lua_tonumber.3.html">lua_tonumber</a></li>
-		<li><a href="lua_topointer.3.html">lua_topointer</a></li>
-		<li><a href="lua_tostring.3.html">lua_tostring</a></li>
-		<li><a href="lua_tothread.3.html">lua_tothread</a></li>
-		<li><a href="lua_touserdata.3.html">lua_touserdata</a></li>
-		<li><a href="lua_type.3.html">lua_type</a></li>
-		<li><a href="lua_typename.3.html">lua_typename</a></li>
-		<li><a href="lua_Writer.3.html">lua_Writer</a></li>
-		<li><a href="lua_xmove.3.html">lua_xmove</a></li>
-		<li><a href="lua_yield.3.html">lua_yield</a></li>
-		</ul>
-  </body>
-</html>
-
blob - e18ea316d4eb0a9edcd3a5c101115cd991b6341d
blob + 1c8cd14c9d90ca50518a7a36906ef9278b1503d8
--- luaL_Buffer.3.html
+++ luaL_Buffer.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_BUFFER(3)</title>
 </head>
@@ -14,53 +15,65 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_Buffer</code> &#x2014;
-<div class="Nd" title="Nd">type for a string buffer</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Vt" title="Vt">typedef struct luaL_Buffer luaL_Buffer</var>;
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_Buffer</code>() type for a
-  <i class="Em" title="Em">string buffer</i>.
-<div class="Pp"></div>
-A string buffer allows C code to build Lua strings piecemeal. Its pattern of use
-  is as follows:
-<div class="Pp"></div>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_Buffer</code> &#x2014; <span class="Nd">type
+    for a string buffer</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Vt">typedef struct luaL_Buffer luaL_Buffer</var>;</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_Buffer"><code class="Fn" id="luaL_Buffer">luaL_Buffer</code></a>()
+    type for a
+    <a class="permalink" href="#string"><i class="Em" id="string">string
+    buffer</i></a>.</p>
+<p class="Pp">A string buffer allows C code to build Lua strings piecemeal. Its
+    pattern of use is as follows:</p>
+<p class="Pp"></p>
 <ul class="Bl-bullet Bl-compact">
   <li>First you declare a variable b of type
-      <code class="Nm" title="Nm">luaL_Buffer</code>.</li>
-  <li>Then you initialize it with a call
-      <i class="Em" title="Em">luaL_buffinit(L, &amp;b)</i>.</li>
-  <li>Then you add string pieces to the buffer calling any of the
-      <i class="Em" title="Em">luaL_add*</i> functions.</li>
-  <li>You finish by calling
-      <i class="Em" title="Em">luaL_pushresult(&amp;b)</i>. This call leaves the
-      final string on the top of the stack.</li>
+      <code class="Nm">luaL_Buffer</code>.</li>
+  <li id="luaL_buffinit(L,">Then you initialize it with a call
+      <a class="permalink" href="#luaL_buffinit(L,"><i class="Em">luaL_buffinit(L,
+      &amp;b)</i></a>.</li>
+  <li id="luaL_add*">Then you add string pieces to the buffer calling any of the
+      <a class="permalink" href="#luaL_add*"><i class="Em">luaL_add*</i></a>
+      functions.</li>
+  <li id="luaL_pushresult(&amp;b)">You finish by calling
+      <a class="permalink" href="#luaL_pushresult(&amp;b)"><i class="Em">luaL_pushresult(&amp;b)</i></a>.
+      This call leaves the final string on the top of the stack.</li>
 </ul>
-<div class="Pp"></div>
-During its normal operation, a string buffer uses a variable number of stack
-  slots. So, while using a buffer, you cannot assume that you know where the top
-  of the stack is. You can use the stack between successive calls to buffer
-  operations as long as that use is balanced; that is, when you call a buffer
-  operation, the stack is at the same level it was immediately after the
-  previous buffer operation. (The only exception to this rule is
-  <i class="Em" title="Em">luaL_addvalue</i>). After calling
-  <a class="Xr" title="Xr">luaL_pushresult(3)</a> the stack is back to its level
-  when the buffer was initialized, plus the final string on its top.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp" id="luaL_addvalue">During its normal operation, a string buffer
+    uses a variable number of stack slots. So, while using a buffer, you cannot
+    assume that you know where the top of the stack is. You can use the stack
+    between successive calls to buffer operations as long as that use is
+    balanced; that is, when you call a buffer operation, the stack is at the
+    same level it was immediately after the previous buffer operation. (The only
+    exception to this rule is
+    <a class="permalink" href="#luaL_addvalue"><i class="Em">luaL_addvalue</i></a>).
+    After calling <a class="Xr">luaL_pushresult(3)</a> the stack is back to its
+    level when the buffer was initialized, plus the final string on its top.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_pushresult(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_Buffer</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_pushresult(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_Buffer</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - 26fbb7429f9db1f8eaaec3ea58ccc6b28fe225c9
blob + 9f30ea997b60e09dec3991621590a671c3deb340
--- luaL_Reg.3.html
+++ luaL_Reg.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_REG(3)</title>
 </head>
@@ -14,46 +15,50 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_Reg</code> &#x2014;
-<div class="Nd" title="Nd">type for arrays of functions to be registered by
-  luaL_register</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Vt" title="Vt">typedef struct luaL_Reg</var>;
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_Reg</code>() type for arrays of functions to be
-  registered by <a class="Xr" title="Xr">luaL_register(3)</a>.
-  <var class="Vt" title="Vt">luaL_Reg</var> is defined as:
-<div class="Pp"></div>
-<div class="Bd">
-<pre class="Li">
-typedef struct luaL_Reg { 
-        const char *name; 
-        lua_CFunction func; 
-} luaL_Reg;
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_Reg</code> &#x2014; <span class="Nd">type
+    for arrays of functions to be registered by luaL_register</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Vt">typedef struct luaL_Reg</var>;</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_Reg"><code class="Fn" id="luaL_Reg">luaL_Reg</code></a>()
+    type for arrays of functions to be registered by
+    <a class="Xr">luaL_register(3)</a>. <var class="Vt">luaL_Reg</var> is
+    defined as:</p>
+<div class="Bd Pp Li">
+<pre>typedef struct luaL_Reg {
+        const char *name;
+        lua_CFunction func;
+} luaL_Reg;</pre>
 </div>
-<div class="Pp"></div>
-<var class="Fa" title="Fa">name</var> is the function name and
-  <var class="Fa" title="Fa">func</var> is a pointer to the function. Any array
-  of <code class="Nm" title="Nm">luaL_Reg</code> must end with an sentinel entry
-  in which both <var class="Fa" title="Fa">name</var> and
-  <var class="Fa" title="Fa">func</var> are
-  <code class="Dv" title="Dv">NULL</code>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp"><var class="Fa">name</var> is the function name and
+    <var class="Fa">func</var> is a pointer to the function. Any array of
+    <code class="Nm">luaL_Reg</code> must end with an sentinel entry in which
+    both <var class="Fa">name</var> and <var class="Fa">func</var> are
+    <code class="Dv">NULL</code>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_register(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_Reg</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_register(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_Reg</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - 92a70d50199aac305ad77f73334dc8883df815db
blob + 549e5de3054c042c0c447dfd5ea5bc93debaca0c
--- luaL_addchar.3.html
+++ luaL_addchar.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_ADDCHAR(3)</title>
 </head>
@@ -14,34 +15,41 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_addchar</code> &#x2014;
-<div class="Nd" title="Nd">adds the character to the buffer</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_addchar</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">luaL_Buffer
-  *B</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">char
-  c</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_addchar</code>() adds the character
-  <var class="Fa" title="Fa">c</var> to the buffer
-  <var class="Fa" title="Fa">B</var> (see
-  <a class="Xr" title="Xr">luaL_Buffer(3)</a>).
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_addchar</code> &#x2014;
+    <span class="Nd">adds the character to the buffer</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_addchar</code>(<var class="Fa" style="white-space: nowrap;">luaL_Buffer
+    *B</var>, <var class="Fa" style="white-space: nowrap;">char c</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_addchar"><code class="Fn" id="luaL_addchar">luaL_addchar</code></a>()
+    adds the character <var class="Fa">c</var> to the buffer
+    <var class="Fa">B</var> (see <a class="Xr">luaL_Buffer(3)</a>).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_Buffer(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_addchar</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_Buffer(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_addchar</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 22, 2022</td>
blob - ace5efe9e26b8e29cd325df89eafe36d4c989704
blob + 5ee681302d99febd19883606e1b076a440cb5af1
--- luaL_addlstring.3.html
+++ luaL_addlstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_ADDLSTRING(3)</title>
 </head>
@@ -14,37 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_addlstring</code> &#x2014;
-<div class="Nd" title="Nd">adds the string to the buffer</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_addlstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">luaL_Buffer
-  *B</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *s</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">size_t
-  l</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_addlstring</code>() adds the string pointed to
-  by <var class="Fa" title="Fa">s</var> with length
-  <var class="Fa" title="Fa">l</var> to the buffer
-  <var class="Fa" title="Fa">B</var> (see
-  <a class="Xr" title="Xr">luaL_Buffer(3)</a>). The string may contain embedded
-  zeros.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_addlstring</code> &#x2014;
+    <span class="Nd">adds the string to the buffer</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_addlstring</code>(<var class="Fa" style="white-space: nowrap;">luaL_Buffer
+    *B</var>, <var class="Fa" style="white-space: nowrap;">const char *s</var>,
+    <var class="Fa" style="white-space: nowrap;">size_t l</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_addlstring"><code class="Fn" id="luaL_addlstring">luaL_addlstring</code></a>()
+    adds the string pointed to by <var class="Fa">s</var> with length
+    <var class="Fa">l</var> to the buffer <var class="Fa">B</var> (see
+    <a class="Xr">luaL_Buffer(3)</a>). The string may contain embedded
+  zeros.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_Buffer(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_addlstring</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_Buffer(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_addlstring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 22, 2022</td>
blob - 260f54fe6e3c95c414ba2012e6fb66ac1fe86440
blob + 20cf8be7088b29565b078f21b4ac79d4411cb3df
--- luaL_addsize.3.html
+++ luaL_addsize.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_ADDSIZE(3)</title>
 </head>
@@ -14,36 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_addsize</code> &#x2014;
-<div class="Nd" title="Nd">adds to the buffer a string</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_addsize</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">luaL_Buffer
-  *B</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">size_t
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_addsize</code>() adds to the buffer
-  <var class="Fa" title="Fa">B</var> (see
-  <a class="Xr" title="Xr">luaL_Buffer(3)</a>) a string of length
-  <var class="Fa" title="Fa">n</var> previously copied to the buffer area (see
-  <a class="Xr" title="Xr">luaL_prepbuffer(3)</a>).
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_addsize</code> &#x2014;
+    <span class="Nd">adds to the buffer a string</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_addsize</code>(<var class="Fa" style="white-space: nowrap;">luaL_Buffer
+    *B</var>, <var class="Fa" style="white-space: nowrap;">size_t n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_addsize"><code class="Fn" id="luaL_addsize">luaL_addsize</code></a>()
+    adds to the buffer <var class="Fa">B</var> (see
+    <a class="Xr">luaL_Buffer(3)</a>) a string of length <var class="Fa">n</var>
+    previously copied to the buffer area (see
+    <a class="Xr">luaL_prepbuffer(3)</a>).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_Buffer(3)</a>,
-  <a class="Xr" title="Xr">luaL_prepbuffer(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_addsize</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_Buffer(3)</a>,
+    <a class="Xr">luaL_prepbuffer(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_addsize</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 22, 2022</td>
blob - 8c4316c77c14e3098dce868d8f6929b9854cf830
blob + 99f7492b71db6f1798bc29e9f18e43e360a0f1e8
--- luaL_addstring.3.html
+++ luaL_addstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_ADDSTRING(3)</title>
 </head>
@@ -14,35 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_addstring</code> &#x2014;
-<div class="Nd" title="Nd">adds the zero-terminated string to the buffer</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_addstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">luaL_Buffer
-  *B</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *s</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_addstring</code>() adds the zero-terminated
-  string pointed to by <var class="Fa" title="Fa">s</var> to the buffer
-  <var class="Fa" title="Fa">B</var> (see
-  <a class="Xr" title="Xr">luaL_Buffer(3)</a>). The string may not contain
-  embedded zeros.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_addstring</code> &#x2014;
+    <span class="Nd">adds the zero-terminated string to the buffer</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_addstring</code>(<var class="Fa" style="white-space: nowrap;">luaL_Buffer
+    *B</var>, <var class="Fa" style="white-space: nowrap;">const char
+  *s</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_addstring"><code class="Fn" id="luaL_addstring">luaL_addstring</code></a>()
+    adds the zero-terminated string pointed to by <var class="Fa">s</var> to the
+    buffer <var class="Fa">B</var> (see <a class="Xr">luaL_Buffer(3)</a>). The
+    string may not contain embedded zeros.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_Buffer(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_addstring</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_Buffer(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_addstring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 22, 2022</td>
blob - a1bfcc42592daab1184b2853cb1ce126dce37957
blob + 24bcd41df36fb34080cf347cd7622155acaad3e9
--- luaL_addvalue.3.html
+++ luaL_addvalue.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_ADDVALUE(3)</title>
 </head>
@@ -14,36 +15,45 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_addvalue</code> &#x2014;
-<div class="Nd" title="Nd">adds the value at the top of the stack to the
-  buffer</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_addvalue</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">luaL_Buffer
-  *B</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_addvalue</code>() adds the value at the top of
-  the stack to the buffer <var class="Fa" title="Fa">B</var> (see
-  <a class="Xr" title="Xr">luaL_Buffer(3)</a>). Pops the value.
-<div class="Pp"></div>
-This is the only function on string buffers that can (and must) be called with
-  an extra element on the stack, which is the value to be added to the buffer.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_addvalue</code> &#x2014;
+    <span class="Nd">adds the value at the top of the stack to the
+  buffer</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_addvalue</code>(<var class="Fa" style="white-space: nowrap;">luaL_Buffer
+    *B</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_addvalue"><code class="Fn" id="luaL_addvalue">luaL_addvalue</code></a>()
+    adds the value at the top of the stack to the buffer <var class="Fa">B</var>
+    (see <a class="Xr">luaL_Buffer(3)</a>). Pops the value.</p>
+<p class="Pp">This is the only function on string buffers that can (and must) be
+    called with an extra element on the stack, which is the value to be added to
+    the buffer.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_Buffer(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_addvalue</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_Buffer(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_addvalue</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 22, 2022</td>
blob - 2347a3aed45bbbff94839c844c2e9055f9dd5497
blob + 2f95d68403b4729b738e69771a4795d5f6a9aba1
--- luaL_argcheck.3.html
+++ luaL_argcheck.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_ARGCHECK(3)</title>
 </head>
@@ -14,39 +15,47 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_argcheck</code> &#x2014;
-<div class="Nd" title="Nd">checks whether cond is true</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_argcheck</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  cond</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *extramsg</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_argcheck</code>() checks whether cond is true.
-  If not, raises an error with the following message, where func is retrieved
-  from the call stack:
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-bad argument #&lt;narg&gt; to &lt;func&gt; (&lt;extramsg&gt;)
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_argcheck</code> &#x2014;
+    <span class="Nd">checks whether cond is true</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_argcheck</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int cond</var>,
+    <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">const char
+  *extramsg</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_argcheck"><code class="Fn" id="luaL_argcheck">luaL_argcheck</code></a>()
+    checks whether cond is true. If not, raises an error with the following
+    message, where func is retrieved from the call stack:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>bad argument #&lt;narg&gt; to &lt;func&gt; (&lt;extramsg&gt;)</pre>
 </div>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_argcheck</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_argcheck</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 5744a51e78b864756b0c9f105b3614b818867b43
blob + 6dcae8100e277dd7d406daa49780e0b91c7d2d7b
--- luaL_argerror.3.html
+++ luaL_argerror.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_ARGERROR(3)</title>
 </head>
@@ -14,40 +15,49 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_argerror</code> &#x2014;
-<div class="Nd" title="Nd">raises an error with the message</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_argerror</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *extramsg</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_argerror</code>() raises an error with the
-  following message, where func is retrieved from the call stack:
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-bad argument #&lt;narg&gt; to &lt;func&gt; (&lt;extramsg&gt;)
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_argerror</code> &#x2014;
+    <span class="Nd">raises an error with the message</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_argerror</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">const char
+  *extramsg</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_argerror"><code class="Fn" id="luaL_argerror">luaL_argerror</code></a>()
+    raises an error with the following message, where func is retrieved from the
+    call stack:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>bad argument #&lt;narg&gt; to &lt;func&gt; (&lt;extramsg&gt;)</pre>
 </div>
-<div class="Pp"></div>
-This function never returns, but it is an idiom to use it in C functions as
-  return <i class="Em" title="Em">luaL_argerror(args)</i>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp" id="luaL_argerror(args)">This function never returns, but it is an
+    idiom to use it in C functions as return
+    <a class="permalink" href="#luaL_argerror(args)"><i class="Em">luaL_argerror(args)</i></a>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_argerror</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_argerror</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 5aaf75494a9fd174d5c4ba3897673a17cc97adb9
blob + 4d4d71040363492b525fbe9754933686a83c855a
--- luaL_buffinit.3.html
+++ luaL_buffinit.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_BUFFINIT(3)</title>
 </head>
@@ -14,34 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_buffinit</code> &#x2014;
-<div class="Nd" title="Nd">initializes a buffer</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_buffinit</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">luaL_Buffer
-  *B</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_buffinit</code>() initializes a buffer
-  <var class="Fa" title="Fa">B</var>. This function does not allocate any space;
-  the buffer must be declared as a variable (see
-  <a class="Xr" title="Xr">luaL_Buffer(3)</a>).
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_buffinit</code> &#x2014;
+    <span class="Nd">initializes a buffer</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_buffinit</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">luaL_Buffer
+    *B</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_buffinit"><code class="Fn" id="luaL_buffinit">luaL_buffinit</code></a>()
+    initializes a buffer <var class="Fa">B</var>. This function does not
+    allocate any space; the buffer must be declared as a variable (see
+    <a class="Xr">luaL_Buffer(3)</a>).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_Buffer(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_buffinit</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_Buffer(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_buffinit</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 22, 2022</td>
blob - ce565d4347ea287e665b0852285b9ada3809caa9
blob + 2ba3e11416f9b298ed95c2e71da6e2e590bd86c3
--- luaL_callmeta.3.html
+++ luaL_callmeta.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_CALLMETA(3)</title>
 </head>
@@ -14,38 +15,50 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_callmeta</code> &#x2014;
-<div class="Nd" title="Nd">calls a metamethod</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_callmeta</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  obj</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *e</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_callmeta</code>() calls a metamethod.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_callmeta</code> &#x2014;
+    <span class="Nd">calls a metamethod</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_callmeta</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int obj</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *e</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_callmeta"><code class="Fn" id="luaL_callmeta">luaL_callmeta</code></a>()
+    calls a metamethod.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-If the object at index obj has a metatable and this metatable has a field
-  <var class="Fa" title="Fa">e</var>, this function calls this field and passes
-  the object as its only argument. In this case this function returns 1 and
-  pushes onto the stack the value returned by the call. If there is no metatable
-  or no metamethod, this function returns 0 (without pushing any value on the
-  stack).
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">If the object at index obj has a metatable and this metatable has
+    a field <var class="Fa">e</var>, this function calls this field and passes
+    the object as its only argument. In this case this function returns 1 and
+    pushes onto the stack the value returned by the call. If there is no
+    metatable or no metamethod, this function returns 0 (without pushing any
+    value on the stack).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_callmeta</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_callmeta</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - ec2f9306b7bd1e61d66dbcb0e87034c60a72af7c
blob + 9ef077fd93a07286c43bd75c2e8907bfd6c480da
--- luaL_checkany.3.html
+++ luaL_checkany.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_CHECKANY(3)</title>
 </head>
@@ -14,32 +15,42 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_checkany</code> &#x2014;
-<div class="Nd" title="Nd">checks whether the function has an argument of any
-  type</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_checkany</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_checkany</code>() checks whether the function
-  has an argument of any type (including <i class="Em" title="Em">nil</i>) at
-  position <var class="Fa" title="Fa">narg</var>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_checkany</code> &#x2014;
+    <span class="Nd">checks whether the function has an argument of any
+    type</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_checkany</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_checkany"><code class="Fn" id="luaL_checkany">luaL_checkany</code></a>()
+    checks whether the function has an argument of any type (including
+    <a class="permalink" href="#nil"><i class="Em" id="nil">nil</i></a>) at
+    position <var class="Fa">narg</var>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_checkany</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_checkany</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 126e64b2d60c392053aaf62d933cf1f3208044b6
blob + 9a9314df8f73a4837c9575d1a23b1c9961353316
--- luaL_checkint.3.html
+++ luaL_checkint.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_CHECKINT(3)</title>
 </head>
@@ -14,32 +15,41 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_checkint</code> &#x2014;
-<div class="Nd" title="Nd">checks whether the function argument is a
-  number</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_checkint</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_checkint</code>() checks whether the function
-  argument <var class="Fa" title="Fa">narg</var> is a number and returns this
-  number cast to an <i class="Em" title="Em">int</i>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_checkint</code> &#x2014;
+    <span class="Nd">checks whether the function argument is a number</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_checkint</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_checkint"><code class="Fn" id="luaL_checkint">luaL_checkint</code></a>()
+    checks whether the function argument <var class="Fa">narg</var> is a number
+    and returns this number cast to an
+    <a class="permalink" href="#int"><i class="Em" id="int">int</i></a>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_checkint</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_checkint</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - f8850e9b7a8210ad849f1e36f1abbfaf87748e6b
blob + cd29d8066638fd7c42e06fef01b71c3728a9e694
--- luaL_checkinteger.3.html
+++ luaL_checkinteger.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_CHECKINTEGER(3)</title>
 </head>
@@ -14,34 +15,41 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_checkinteger</code> &#x2014;
-<div class="Nd" title="Nd">checks whether the function argument is a
-  number</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_Integer</var>
-<br/>
-<code class="Fn" title="Fn">luaL_checkinteger</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_checkinteger</code>() checks whether the
-  function argument <var class="Fa" title="Fa">narg</var> is a number and
-  returns this number cast to a <a class="Xr" title="Xr">lua_Integer(3)</a>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_checkinteger</code> &#x2014;
+    <span class="Nd">checks whether the function argument is a number</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_Integer</var>
+  <br/>
+  <code class="Fn">luaL_checkinteger</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_checkinteger"><code class="Fn" id="luaL_checkinteger">luaL_checkinteger</code></a>()
+    checks whether the function argument <var class="Fa">narg</var> is a number
+    and returns this number cast to a <a class="Xr">lua_Integer(3)</a>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_Integer(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_checkinteger</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_Integer(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_checkinteger</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - b7915b76057716e64a261bb95f141f56a0f98da2
blob + f6ea48967bfb32a930547372a6922dd661ed53b6
--- luaL_checklong.3.html
+++ luaL_checklong.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_CHECKLONG(3)</title>
 </head>
@@ -14,32 +15,40 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_checklong</code> &#x2014;
-<div class="Nd" title="Nd">checks whether the function argument is a
-  number</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">long</var>
-<br/>
-<code class="Fn" title="Fn">luaL_checklong</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_checklong</code>() checks whether the function
-  argument <var class="Fa" title="Fa">narg</var> is a number and returns this
-  number cast to a long.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_checklong</code> &#x2014;
+    <span class="Nd">checks whether the function argument is a number</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">long</var>
+  <br/>
+  <code class="Fn">luaL_checklong</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_checklong"><code class="Fn" id="luaL_checklong">luaL_checklong</code></a>()
+    checks whether the function argument <var class="Fa">narg</var> is a number
+    and returns this number cast to a long.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_checklong</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_checklong</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 5d8fd8dde10ffc29222cfb283f189ab01b7ca6a4
blob + 1a0ff5982ef1531fe2c1acd852914e978a01fa6b
--- luaL_checklstring.3.html
+++ luaL_checklstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_CHECKLSTRING(3)</title>
 </head>
@@ -14,39 +15,45 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_checklstring</code> &#x2014;
-<div class="Nd" title="Nd">checks whether the function argument is a
-  string</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">luaL_checklstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">size_t
-  *l</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_checklstring</code>() checks whether the
-  function argument <var class="Fa" title="Fa">narg</var> is a string and
-  returns this string; if l is not <code class="Dv" title="Dv">NULL</code> fills
-  <var class="Fa" title="Fa">*l</var> with the string's length.
-<div class="Pp"></div>
-This function uses <a class="Xr" title="Xr">lua_tolstring(3)</a> to get its
-  result, so all conversions and caveats of that function apply here.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_checklstring</code> &#x2014;
+    <span class="Nd">checks whether the function argument is a string</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">luaL_checklstring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">size_t *l</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_checklstring"><code class="Fn" id="luaL_checklstring">luaL_checklstring</code></a>()
+    checks whether the function argument <var class="Fa">narg</var> is a string
+    and returns this string; if l is not <code class="Dv">NULL</code> fills
+    <var class="Fa">*l</var> with the string's length.</p>
+<p class="Pp">This function uses <a class="Xr">lua_tolstring(3)</a> to get its
+    result, so all conversions and caveats of that function apply here.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_tolstring(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_checklstring</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_tolstring(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_checklstring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 913193e0b038319cdc49cb3cc7d01b47ebec2d66
blob + 65fe763b384b851ceea6c95bbcc2fb2682fc09a4
--- luaL_checknumber.3.html
+++ luaL_checknumber.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_CHECKNUMBER(3)</title>
 </head>
@@ -14,32 +15,41 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_checknumber</code> &#x2014;
-<div class="Nd" title="Nd">checks whether the function argument narg is a number
-  and returns this number</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_Number</var>
-<br/>
-<code class="Fn" title="Fn">luaL_checknumber</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_checknumber</code>() checks whether the
-  function argument <var class="Fa" title="Fa">narg</var> is a number and
-  returns this number.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_checknumber</code> &#x2014;
+    <span class="Nd">checks whether the function argument narg is a number and
+    returns this number</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_Number</var>
+  <br/>
+  <code class="Fn">luaL_checknumber</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_checknumber"><code class="Fn" id="luaL_checknumber">luaL_checknumber</code></a>()
+    checks whether the function argument <var class="Fa">narg</var> is a number
+    and returns this number.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_checknumber</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_checknumber</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 59c5d21e86b659e76fb3162c10e4b72207733ce2
blob + 1a10b21ee5f55c01ae7ada3a5cd187360d7309dc
--- luaL_checkoption.3.html
+++ luaL_checkoption.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_CHECKOPTION(3)</title>
 </head>
@@ -14,45 +15,53 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_checkoption</code> &#x2014;
-<div class="Nd" title="Nd">checks whether the function argument is a
-  string</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_checkoption</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *def</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *const lst[]</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_checkoption</code>() checks whether the
-  function argument <var class="Fa" title="Fa">narg</var> is a string and
-  searches for this string in the array <var class="Fa" title="Fa">lst</var>
-  (which must be <code class="Dv" title="Dv">NULL</code> -terminated). Returns
-  the index in the array where the string was found. Raises an error if the
-  argument is not a string or if the string cannot be found.
-<div class="Pp"></div>
-If <var class="Fa" title="Fa">def</var> is not
-  <code class="Dv" title="Dv">NULL</code>, the function uses def as a default
-  value when there is no argument <var class="Fa" title="Fa">narg</var> or if
-  this argument is <code class="Dv" title="Dv">nil</code>.
-<div class="Pp"></div>
-This is a useful function for mapping strings to C enums. (The usual convention
-  in Lua libraries is to use strings instead of numbers to select options.)
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_checkoption</code> &#x2014;
+    <span class="Nd">checks whether the function argument is a string</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_checkoption</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *def</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *const
+  lst[]</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_checkoption"><code class="Fn" id="luaL_checkoption">luaL_checkoption</code></a>()
+    checks whether the function argument <var class="Fa">narg</var> is a string
+    and searches for this string in the array <var class="Fa">lst</var> (which
+    must be <code class="Dv">NULL</code> -terminated). Returns the index in the
+    array where the string was found. Raises an error if the argument is not a
+    string or if the string cannot be found.</p>
+<p class="Pp">If <var class="Fa">def</var> is not <code class="Dv">NULL</code>,
+    the function uses def as a default value when there is no argument
+    <var class="Fa">narg</var> or if this argument is
+    <code class="Dv">nil</code>.</p>
+<p class="Pp">This is a useful function for mapping strings to C enums. (The
+    usual convention in Lua libraries is to use strings instead of numbers to
+    select options.)</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_checkoption</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_checkoption</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 3b5abc4b967b3e98d0c82e5a6a3c5b5444bacda5
blob + 882bf8082345b227ac98b4772a78637a958f414f
--- luaL_checkstack.3.html
+++ luaL_checkstack.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_CHECKSTACK(3)</title>
 </head>
@@ -14,34 +15,45 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_checkstack</code> &#x2014;
-<div class="Nd" title="Nd">grows the stack size to specified size of
-  elements</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_checkstack</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  sz</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *msg</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_checkstack</code>() grows the stack size to
-  <i class="Em" title="Em">top + sz</i> elements, raising an error if the stack
-  cannot grow to that size. <var class="Fa" title="Fa">msg</var> is an
-  additional text to go into the error message.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_checkstack</code> &#x2014;
+    <span class="Nd">grows the stack size to specified size of
+  elements</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_checkstack</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int sz</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *msg</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_checkstack"><code class="Fn" id="luaL_checkstack">luaL_checkstack</code></a>()
+    grows the stack size to
+    <a class="permalink" href="#top"><i class="Em" id="top">top + sz</i></a>
+    elements, raising an error if the stack cannot grow to that size.
+    <var class="Fa">msg</var> is an additional text to go into the error
+    message.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_checkstack</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_checkstack</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 62e61f634dc814e053563e66663a3593a9211fdc
blob + 055d7086d1e5660654e3d832e42201c60da8f784
--- luaL_checkstring.3.html
+++ luaL_checkstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_CHECKSTRING(3)</title>
 </head>
@@ -14,37 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_checkstring</code> &#x2014;
-<div class="Nd" title="Nd">checks whether the function argument is a string and
-  returns this string</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">luaL_checkstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_checkstring</code>() checks whether the
-  function argument <var class="Fa" title="Fa">narg</var> is a string and
-  returns this string.
-<div class="Pp"></div>
-This function uses <a class="Xr" title="Xr">lua_tolstring(3)</a> to get its
-  result, so all conversions and caveats of that function apply here.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_checkstring</code> &#x2014;
+    <span class="Nd">checks whether the function argument is a string and
+    returns this string</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">luaL_checkstring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_checkstring"><code class="Fn" id="luaL_checkstring">luaL_checkstring</code></a>()
+    checks whether the function argument <var class="Fa">narg</var> is a string
+    and returns this string.</p>
+<p class="Pp">This function uses <a class="Xr">lua_tolstring(3)</a> to get its
+    result, so all conversions and caveats of that function apply here.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_tolstring(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_checkstring</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_tolstring(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_checkstring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 806d134215a25b213a70e1ff1485f5cec0f4e33d
blob + 77df97768f97ddc330859b283279dee3ecb10fb9
--- luaL_checktype.3.html
+++ luaL_checktype.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_CHECKTYPE(3)</title>
 </head>
@@ -14,37 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_checktype</code> &#x2014;
-<div class="Nd" title="Nd">checks whether the function argument has a certain
-  type</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_checktype</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  t</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_checktype</code>() checks whether the function
-  argument <var class="Fa" title="Fa">narg</var> has type
-  <var class="Fa" title="Fa">t</var>. See
-  <a class="Xr" title="Xr">lua_type(3)</a> for the encoding of types for
-  <var class="Fa" title="Fa">t</var>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_checktype</code> &#x2014;
+    <span class="Nd">checks whether the function argument has a certain
+    type</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_checktype</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">int t</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_checktype"><code class="Fn" id="luaL_checktype">luaL_checktype</code></a>()
+    checks whether the function argument <var class="Fa">narg</var> has type
+    <var class="Fa">t</var>. See <a class="Xr">lua_type(3)</a> for the encoding
+    of types for <var class="Fa">t</var>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_type(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_checktype</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_type(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_checktype</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - e8c17cafe1160b7dab8bde71c41fd9987544ad32
blob + e060954f5d385fd095fc6ba096c64376342f20b2
--- luaL_checkudata.3.html
+++ luaL_checkudata.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_CHECKUDATA(3)</title>
 </head>
@@ -14,36 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_checkudata</code> &#x2014;
-<div class="Nd" title="Nd">checks whether the function argument is a userdata of
-  a certain type</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void *</var>
-<br/>
-<code class="Fn" title="Fn">luaL_checkudata</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *tname</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_checkudata</code>() checks whether the function
-  argument <var class="Fa" title="Fa">narg</var> is a userdata of the type
-  <var class="Fa" title="Fa">tname</var> (see
-  <a class="Xr" title="Xr">luaL_newmetatable(3)</a>).
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_checkudata</code> &#x2014;
+    <span class="Nd">checks whether the function argument is a userdata of a
+    certain type</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void *</var>
+  <br/>
+  <code class="Fn">luaL_checkudata</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *tname</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_checkudata"><code class="Fn" id="luaL_checkudata">luaL_checkudata</code></a>()
+    checks whether the function argument <var class="Fa">narg</var> is a
+    userdata of the type <var class="Fa">tname</var> (see
+    <a class="Xr">luaL_newmetatable(3)</a>).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_newmetatable(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_checkudata</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_newmetatable(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_checkudata</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 41922caa407092b0bfa605b2d30cef514038cf95
blob + 945d281ca49014a008929cba3b42bbc9b309e437
--- luaL_dofile.3.html
+++ luaL_dofile.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_DOFILE(3)</title>
 </head>
@@ -14,39 +15,49 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_dofile</code> &#x2014;
-<div class="Nd" title="Nd">loads and runs the given file</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_dofile</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *filename</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_dofile</code>() loads and runs the given file.
-  It is defined as the following macro:
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-(luaL_loadfile(L, filename) || lua_pcall(L, 0, LUA_MULTRET, 0))
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_dofile</code> &#x2014;
+    <span class="Nd">loads and runs the given file</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_dofile</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *filename</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_dofile"><code class="Fn" id="luaL_dofile">luaL_dofile</code></a>()
+    loads and runs the given file. It is defined as the following macro:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>(luaL_loadfile(L, filename) || lua_pcall(L, 0, LUA_MULTRET, 0))</pre>
 </div>
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-It returns 0 if there are no errors or 1 in case of errors.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">It returns 0 if there are no errors or 1 in case of errors.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_dofile</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_dofile</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - a35832a3d4249cfa9bebf3b3104d861f0c956b21
blob + 9e5f0e56f604719342bb4625fe8cf1cb03c81217
--- luaL_dostring.3.html
+++ luaL_dostring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_DOSTRING(3)</title>
 </head>
@@ -14,39 +15,49 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_dostring</code> &#x2014;
-<div class="Nd" title="Nd">loads and runs the given string</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_dostring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *str</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_dostring</code>() loads and runs the given
-  string. It is defined as the following macro:
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-(luaL_loadstring(L, str) || lua_pcall(L, 0, LUA_MULTRET, 0))
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_dostring</code> &#x2014;
+    <span class="Nd">loads and runs the given string</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_dostring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *str</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_dostring"><code class="Fn" id="luaL_dostring">luaL_dostring</code></a>()
+    loads and runs the given string. It is defined as the following macro:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>(luaL_loadstring(L, str) || lua_pcall(L, 0, LUA_MULTRET, 0))</pre>
 </div>
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-It returns 0 if there are no errors or 1 in case of errors.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">It returns 0 if there are no errors or 1 in case of errors.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_dostring</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_dostring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 24f9d05072d26944db63f80aad10004465138f19
blob + 3ea795be6f855f7cd23c263c3c662c448a26c7a3
--- luaL_error.3.html
+++ luaL_error.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_ERROR(3)</title>
 </head>
@@ -14,40 +15,48 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_error</code> &#x2014;
-<div class="Nd" title="Nd">raises an error</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_error</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *fmt</var>,
-  <var class="Fa" title="Fa" style="white-space: nowrap;">...</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_error</code>() raises an error. The error
-  message format is given by <var class="Fa" title="Fa">fmt</var> plus any extra
-  arguments, following the same rules of
-  <a class="Xr" title="Xr">lua_pushfstring(3)</a>. It also adds at the beginning
-  of the message the file name and the line number where the error occurred, if
-  this information is available.
-<div class="Pp"></div>
-This function never returns, but it is an idiom to use it in C functions as
-  return <i class="Em" title="Em">luaL_error(args)</i>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_error</code> &#x2014;
+    <span class="Nd">raises an error</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_error</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *fmt</var>, <var class="Fa" style="white-space: nowrap;">...</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_error"><code class="Fn" id="luaL_error">luaL_error</code></a>()
+    raises an error. The error message format is given by
+    <var class="Fa">fmt</var> plus any extra arguments, following the same rules
+    of <a class="Xr">lua_pushfstring(3)</a>. It also adds at the beginning of
+    the message the file name and the line number where the error occurred, if
+    this information is available.</p>
+<p class="Pp" id="luaL_error(args)">This function never returns, but it is an
+    idiom to use it in C functions as return
+    <a class="permalink" href="#luaL_error(args)"><i class="Em">luaL_error(args)</i></a>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_pushfstring(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_error</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_pushfstring(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_error</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - b6e903aedf8dd545d4053aff07319850c940ecc3
blob + c54befe134241bfd8db9900bad5cdca0b03b29a6
--- luaL_getmetafield.3.html
+++ luaL_getmetafield.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_GETMETAFIELD(3)</title>
 </head>
@@ -14,35 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_getmetafield</code> &#x2014;
-<div class="Nd" title="Nd">pushes onto the stack the field from the metatable of
-  the object at the specified index</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_getmetafield</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  obj</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *e</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_getmetafield</code>() pushes onto the stack the
-  field <var class="Fa" title="Fa">e</var> from the metatable of the object at
-  index <var class="Fa" title="Fa">obj</var>. If the object does not have a
-  metatable, or if the metatable does not have this field, returns 0 and pushes
-  nothing.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_getmetafield</code> &#x2014;
+    <span class="Nd">pushes onto the stack the field from the metatable of the
+    object at the specified index</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_getmetafield</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int obj</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *e</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_getmetafield"><code class="Fn" id="luaL_getmetafield">luaL_getmetafield</code></a>()
+    pushes onto the stack the field <var class="Fa">e</var> from the metatable
+    of the object at index <var class="Fa">obj</var>. If the object does not
+    have a metatable, or if the metatable does not have this field, returns 0
+    and pushes nothing.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_getmetafield</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_getmetafield</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - cadeda91e86f519991ddfabe32a4e9ae73f718de
blob + 1190c04a7981f3eae43d3a302183a5779c8ffec9
--- luaL_getmetatable.3.html
+++ luaL_getmetatable.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_GETMETATABLE(3)</title>
 </head>
@@ -14,34 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_getmetatable</code> &#x2014;
-<div class="Nd" title="Nd">pushes onto the stack the metatable associated with
-  name in the registry</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_getmetatable</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *tname</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_getmetatable</code>() pushes onto the stack the
-  metatable associated with name <var class="Fa" title="Fa">tname</var> in the
-  registry (see <a class="Xr" title="Xr">luaL_newmetatable(3)</a>).
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_getmetatable</code> &#x2014;
+    <span class="Nd">pushes onto the stack the metatable associated with name in
+    the registry</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_getmetatable</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *tname</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_getmetatable"><code class="Fn" id="luaL_getmetatable">luaL_getmetatable</code></a>()
+    pushes onto the stack the metatable associated with name
+    <var class="Fa">tname</var> in the registry (see
+    <a class="Xr">luaL_newmetatable(3)</a>).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_newmetatable(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_getmetatable</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_newmetatable(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_getmetatable</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - da9494910c934deeb5b40b78c8ce9143f4227db8
blob + 499a212dc3180c391d74a9c31a5084274bc1f722
--- luaL_gsub.3.html
+++ luaL_gsub.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_GSUB(3)</title>
 </head>
@@ -14,36 +15,45 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_gsub</code> &#x2014;
-<div class="Nd" title="Nd">creates a copy of string A by replacing any
-  occurrence of the string B with the string C</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">luaL_gsub</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *s</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *p</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *r</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_gsub</code>() creates a copy of string
-  <var class="Fa" title="Fa">s</var> by replacing any occurrence of the string
-  <var class="Fa" title="Fa">p</var> with the string
-  <var class="Fa" title="Fa">r</var>. Pushes the resulting string on the stack
-  and returns it.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_gsub</code> &#x2014;
+    <span class="Nd">creates a copy of string A by replacing any occurrence of
+    the string B with the string C</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">luaL_gsub</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char *s</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *p</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *r</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_gsub"><code class="Fn" id="luaL_gsub">luaL_gsub</code></a>()
+    creates a copy of string <var class="Fa">s</var> by replacing any occurrence
+    of the string <var class="Fa">p</var> with the string
+    <var class="Fa">r</var>. Pushes the resulting string on the stack and
+    returns it.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_gsub</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_gsub</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 63b9f0abf5bdb015fd8872027fb009ef038807b3
blob + cfc69c978e2d34be9dea657348205c0a3df1c3ac
--- luaL_loadbuffer.3.html
+++ luaL_loadbuffer.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_LOADBUFFER(3)</title>
 </head>
@@ -14,41 +15,47 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_loadbuffer</code> &#x2014;
-<div class="Nd" title="Nd">loads a buffer as a Lua chunk</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_loadbuffer</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *buff</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">size_t
-  sz</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *name</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_loadbuffer</code>() loads a buffer as a Lua
-  chunk. This function uses <a class="Xr" title="Xr">lua_load(3)</a> to load the
-  chunk in the buffer pointed to by <var class="Fa" title="Fa">buff</var> with
-  size <var class="Fa" title="Fa">sz</var>.
-<div class="Pp"></div>
-This function returns the same results as
-  <a class="Xr" title="Xr">lua_load(3)</a>.
-  <var class="Fa" title="Fa">name</var> is the chunk name, used for debug
-  information and error messages.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_loadbuffer</code> &#x2014;
+    <span class="Nd">loads a buffer as a Lua chunk</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_loadbuffer</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *buff</var>, <var class="Fa" style="white-space: nowrap;">size_t sz</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *name</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_loadbuffer"><code class="Fn" id="luaL_loadbuffer">luaL_loadbuffer</code></a>()
+    loads a buffer as a Lua chunk. This function uses
+    <a class="Xr">lua_load(3)</a> to load the chunk in the buffer pointed to by
+    <var class="Fa">buff</var> with size <var class="Fa">sz</var>.</p>
+<p class="Pp">This function returns the same results as
+    <a class="Xr">lua_load(3)</a>. <var class="Fa">name</var> is the chunk name,
+    used for debug information and error messages.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_load(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_loadbuffer</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_load(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_loadbuffer</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 9bf05468dbfadece23e8f2445f118db69e87db43
blob + 6298ea80a047dd3533d303bf81dfea7f8a13c419
--- luaL_loadfile.3.html
+++ luaL_loadfile.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_LOADFILE(3)</title>
 </head>
@@ -14,45 +15,55 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_loadfile</code> &#x2014;
-<div class="Nd" title="Nd">loads a file as a Lua chunk</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_loadfile</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *filename</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_loadfile</code>() loads a file as a Lua chunk.
-  This function uses <a class="Xr" title="Xr">lua_load(3)</a> to load the chunk
-  in the file named <var class="Fa" title="Fa">filename</var>. If filename is
-  <code class="Dv" title="Dv">NULL</code>, then it loads from the standard
-  input. The first line in the file is ignored if it starts with a
-  <i class="Em" title="Em">#</i>.
-<div class="Pp"></div>
-As <a class="Xr" title="Xr">lua_load(3)</a>, this function only loads the chunk;
-  it does not run it.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_loadfile</code> &#x2014;
+    <span class="Nd">loads a file as a Lua chunk</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_loadfile</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *filename</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_loadfile"><code class="Fn" id="luaL_loadfile">luaL_loadfile</code></a>()
+    loads a file as a Lua chunk. This function uses
+    <a class="Xr">lua_load(3)</a> to load the chunk in the file named
+    <var class="Fa">filename</var>. If filename is <code class="Dv">NULL</code>,
+    then it loads from the standard input. The first line in the file is ignored
+    if it starts with a
+    <a class="permalink" href="#_"><i class="Em" id="_">#</i></a>.</p>
+<p class="Pp">As <a class="Xr">lua_load(3)</a>, this function only loads the
+    chunk; it does not run it.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-This function returns the same results as
-  <a class="Xr" title="Xr">lua_load(3)</a>, but it has an extra error code
-  <code class="Dv" title="Dv">LUA_ERRFILE</code> if it cannot open/read the
-  file.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">This function returns the same results as
+    <a class="Xr">lua_load(3)</a>, but it has an extra error code
+    <code class="Dv">LUA_ERRFILE</code> if it cannot open/read the file.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_load(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_loadfile</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_load(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_loadfile</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - d52f06f17c37ce0635f06fe04f354a1f58c07e36
blob + d43cb96f9331d20b57895ae44bbfe1b4b5a9bf7f
--- luaL_loadstring.3.html
+++ luaL_loadstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_LOADSTRING(3)</title>
 </head>
@@ -14,39 +15,47 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_loadstring</code> &#x2014;
-<div class="Nd" title="Nd">loads a string as a Lua chunk</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_loadstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *s</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_loadstring</code>() loads a string as a Lua
-  chunk. This function uses <a class="Xr" title="Xr">lua_load(3)</a> to load the
-  chunk in the zero-terminated string <var class="Fa" title="Fa">s</var>.
-<div class="Pp"></div>
-This function returns the same results as
-  <a class="Xr" title="Xr">lua_load(3)</a>.
-<div class="Pp"></div>
-Also as <a class="Xr" title="Xr">lua_load(3)</a>, this function only loads the
-  chunk; it does not run it.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_loadstring</code> &#x2014;
+    <span class="Nd">loads a string as a Lua chunk</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_loadstring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+  *s</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_loadstring"><code class="Fn" id="luaL_loadstring">luaL_loadstring</code></a>()
+    loads a string as a Lua chunk. This function uses
+    <a class="Xr">lua_load(3)</a> to load the chunk in the zero-terminated
+    string <var class="Fa">s</var>.</p>
+<p class="Pp">This function returns the same results as
+    <a class="Xr">lua_load(3)</a>.</p>
+<p class="Pp">Also as <a class="Xr">lua_load(3)</a>, this function only loads
+    the chunk; it does not run it.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_load(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_loadstring</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_load(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_loadstring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 24, 2022</td>
blob - 37d36dbb19d7057530bf7cd222d8a68dbed8121f
blob + 472e35707eb18c5604ed65919acc9feb9dbd2fa5
--- luaL_newmetatable.3.html
+++ luaL_newmetatable.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_NEWMETATABLE(3)</title>
 </head>
@@ -14,36 +15,45 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_newmetatable</code> &#x2014;
-<div class="Nd" title="Nd">creates a new table to be used as a metatable for
-  userdata</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_newmetatable</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *tname</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_newmetatable</code>() If the registry already
-  has the key <var class="Fa" title="Fa">tname</var>, returns 0. Otherwise,
-  creates a new table to be used as a metatable for userdata, adds it to the
-  registry with key <var class="Fa" title="Fa">tname</var>, and returns 1.
-<div class="Pp"></div>
-In both cases pushes onto the stack the final value associated with
-  <var class="Fa" title="Fa">tname</var> in the registry.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_newmetatable</code> &#x2014;
+    <span class="Nd">creates a new table to be used as a metatable for
+    userdata</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_newmetatable</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *tname</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_newmetatable"><code class="Fn" id="luaL_newmetatable">luaL_newmetatable</code></a>()
+    If the registry already has the key <var class="Fa">tname</var>, returns 0.
+    Otherwise, creates a new table to be used as a metatable for userdata, adds
+    it to the registry with key <var class="Fa">tname</var>, and returns 1.</p>
+<p class="Pp">In both cases pushes onto the stack the final value associated
+    with <var class="Fa">tname</var> in the registry.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_newmetatable</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_newmetatable</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - d021b123d47aa73b39cec690bb6a8b4fac138fc7
blob + 2514449bad8e76fef3ac5f0f29f040e3abd23e6b
--- luaL_newstate.3.html
+++ luaL_newstate.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_NEWSTATE(3)</title>
 </head>
@@ -14,38 +15,50 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_newstate</code> &#x2014;
-<div class="Nd" title="Nd">creates a new Lua state</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_State *</var>
-<br/>
-<code class="Fn" title="Fn">luaL_newstate</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">void</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_newstate</code>() creates a new Lua state. It
-  calls <a class="Xr" title="Xr">lua_newstate(3)</a> with an allocator based on
-  the standard C <a class="Xr" title="Xr">realloc(3)</a> function and then sets
-  a panic function (see <a class="Xr" title="Xr">lua_atpanic(3)</a>) that prints
-  an error message to the standard error output in case of fatal errors.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_newstate</code> &#x2014;
+    <span class="Nd">creates a new Lua state</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_State *</var>
+  <br/>
+  <code class="Fn">luaL_newstate</code>(<var class="Fa" style="white-space: nowrap;">void</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_newstate"><code class="Fn" id="luaL_newstate">luaL_newstate</code></a>()
+    creates a new Lua state. It calls <a class="Xr">lua_newstate(3)</a> with an
+    allocator based on the standard C <a class="Xr">realloc(3)</a> function and
+    then sets a panic function (see <a class="Xr">lua_atpanic(3)</a>) that
+    prints an error message to the standard error output in case of fatal
+    errors.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns the new state, or <code class="Dv" title="Dv">NULL</code> if there is a
-  memory allocation error.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns the new state, or <code class="Dv">NULL</code> if there is
+    a memory allocation error.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_atpanic(3)</a>,
-  <a class="Xr" title="Xr">lua_newstate(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_newstate</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_atpanic(3)</a>,
+    <a class="Xr">lua_newstate(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_newstate</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - c75d950bcbe09c73880399ae65819a8148484229
blob + 0769a4f69e2f0dc6120b50610c12e2336bb2ecee
--- luaL_openlibs.3.html
+++ luaL_openlibs.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_OPENLIBS(3)</title>
 </head>
@@ -14,30 +15,40 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_openlibs</code> &#x2014;
-<div class="Nd" title="Nd">opens all standard Lua libraries into the given
-  state</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_openlibs</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_openlibs</code>() opens all standard Lua
-  libraries into the given state.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_openlibs</code> &#x2014;
+    <span class="Nd">opens all standard Lua libraries into the given
+    state</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_openlibs</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_openlibs"><code class="Fn" id="luaL_openlibs">luaL_openlibs</code></a>()
+    opens all standard Lua libraries into the given state.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_openlibs</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_openlibs</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - 433deec1cff8a1f7571102a7d2a84557cf89f5f1
blob + ed002ef04e5f80b1303f68bd1e4930d3dff9f28e
--- luaL_optint.3.html
+++ luaL_optint.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_OPTINT(3)</title>
 </head>
@@ -14,34 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_optint</code> &#x2014;
-<div class="Nd" title="Nd">casts a number to an int</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_optint</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  d</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_optint</code>() if the function argument
-  <var class="Fa" title="Fa">narg</var> is a number, returns this number cast to
-  an int. If this argument is absent or is
-  <code class="Dv" title="Dv">nil</code>, returns
-  <var class="Fa" title="Fa">d</var>. Otherwise, raises an error.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_optint</code> &#x2014;
+    <span class="Nd">casts a number to an int</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_optint</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">int d</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_optint"><code class="Fn" id="luaL_optint">luaL_optint</code></a>()
+    if the function argument <var class="Fa">narg</var> is a number, returns
+    this number cast to an int. If this argument is absent or is
+    <code class="Dv">nil</code>, returns <var class="Fa">d</var>. Otherwise,
+    raises an error.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_optint</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_optint</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - 3b643c6fa2dc966ae6bef82c7040941236c95f52
blob + 0f6bb96e3ed6cb13508ab89d97392b0250b9fd8f
--- luaL_optinteger.3.html
+++ luaL_optinteger.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_OPTINTEGER(3)</title>
 </head>
@@ -14,36 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_optinteger</code> &#x2014;
-<div class="Nd" title="Nd">casts a number to a lua_Integer</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_Integer</var>
-<br/>
-<code class="Fn" title="Fn">luaL_optinteger</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>,
-  <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Integer d</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_optinteger</code>() if the function argument
-  <var class="Fa" title="Fa">narg</var> is a number, returns this number cast to
-  a <a class="Xr" title="Xr">lua_Integer(3)</a>. If this argument is absent or
-  is <code class="Dv" title="Dv">nil</code>, returns
-  <var class="Fa" title="Fa">d</var>. Otherwise, raises an error.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_optinteger</code> &#x2014;
+    <span class="Nd">casts a number to a lua_Integer</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_Integer</var>
+  <br/>
+  <code class="Fn">luaL_optinteger</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">lua_Integer d</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_optinteger"><code class="Fn" id="luaL_optinteger">luaL_optinteger</code></a>()
+    if the function argument <var class="Fa">narg</var> is a number, returns
+    this number cast to a <a class="Xr">lua_Integer(3)</a>. If this argument is
+    absent or is <code class="Dv">nil</code>, returns <var class="Fa">d</var>.
+    Otherwise, raises an error.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_Integer(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_optinteger</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_Integer(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_optinteger</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - 10e72f55bd20fec4c0c443a1839041a4b1832998
blob + ac24b22a9dff3c037564130adb2532a97a2803e7
--- luaL_optlong.3.html
+++ luaL_optlong.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_OPTLONG(3)</title>
 </head>
@@ -14,33 +15,42 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_optlong</code> &#x2014;
-<div class="Nd" title="Nd">casts a number to a long</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">long</var>
-<br/>
-<code class="Fn" title="Fn">luaL_optlong</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">long
-  d</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_optlong</code>() if the function argument narg
-  is a number, returns this number cast to a long. If this argument is absent or
-  is <code class="Dv" title="Dv">nil</code>, returns
-  <var class="Fa" title="Fa">d</var>. Otherwise, raises an error.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_optlong</code> &#x2014;
+    <span class="Nd">casts a number to a long</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">long</var>
+  <br/>
+  <code class="Fn">luaL_optlong</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">long d</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_optlong"><code class="Fn" id="luaL_optlong">luaL_optlong</code></a>()
+    if the function argument narg is a number, returns this number cast to a
+    long. If this argument is absent or is <code class="Dv">nil</code>, returns
+    <var class="Fa">d</var>. Otherwise, raises an error.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_optlong</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_optlong</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - fd83acff3ecf054cceecc278b203bd4f92e738a5
blob + 80ef8967f9d4e2b565bb3e0d3a44608f613f79d9
--- luaL_optlstring.3.html
+++ luaL_optlstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_OPTLSTRING(3)</title>
 </head>
@@ -14,39 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_optlstring</code> &#x2014;
-<div class="Nd" title="Nd">if the function argument is a string, returns this
-  string</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">luaL_optlstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *d</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">size_t
-  *l</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_optlstring</code>() if the function argument
-  <var class="Fa" title="Fa">narg</var> is a string, returns this string. If
-  this argument is absent or is <code class="Dv" title="Dv">nil</code>, returns
-  <var class="Fa" title="Fa">d</var>. Otherwise, raises an error.
-<div class="Pp"></div>
-If <var class="Fa" title="Fa">l</var> is not
-  <code class="Dv" title="Dv">NULL</code>, fills the position
-  <var class="Fa" title="Fa">*l</var> with the results's length.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_optlstring</code> &#x2014;
+    <span class="Nd">if the function argument is a string, returns this
+    string</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">luaL_optlstring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *d</var>,
+    <var class="Fa" style="white-space: nowrap;">size_t *l</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_optlstring"><code class="Fn" id="luaL_optlstring">luaL_optlstring</code></a>()
+    if the function argument <var class="Fa">narg</var> is a string, returns
+    this string. If this argument is absent or is <code class="Dv">nil</code>,
+    returns <var class="Fa">d</var>. Otherwise, raises an error.</p>
+<p class="Pp">If <var class="Fa">l</var> is not <code class="Dv">NULL</code>,
+    fills the position <var class="Fa">*l</var> with the results's length.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_optlstring</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_optlstring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - c53c102671e5610484e6002e94f05e401aa5ad7f
blob + f7635751010ca324173c6459268c7dfc89969a4f
--- luaL_optnumber.3.html
+++ luaL_optnumber.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_OPTNUMBER(3)</title>
 </head>
@@ -14,34 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_optnumber</code> &#x2014;
-<div class="Nd" title="Nd">if the function argument is a number, returns this
-  number</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_Number</var>
-<br/>
-<code class="Fn" title="Fn">luaL_optnumber</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Number
-  d</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_optnumber</code>() if the function argument
-  <var class="Fa" title="Fa">narg</var> is a number, returns this number. If
-  this argument is absent or is <code class="Dv" title="Dv">nil</code>, returns
-  <var class="Fa" title="Fa">d</var>. Otherwise, raises an error.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_optnumber</code> &#x2014;
+    <span class="Nd">if the function argument is a number, returns this
+    number</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_Number</var>
+  <br/>
+  <code class="Fn">luaL_optnumber</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">lua_Number d</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_optnumber"><code class="Fn" id="luaL_optnumber">luaL_optnumber</code></a>()
+    if the function argument <var class="Fa">narg</var> is a number, returns
+    this number. If this argument is absent or is <code class="Dv">nil</code>,
+    returns <var class="Fa">d</var>. Otherwise, raises an error.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_optnumber</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_optnumber</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - 09066d0388e2f4bd654a87ad1fd8b008d3862e56
blob + 2d2798fb38479962279f1a51983179abfcaef7f9
--- luaL_optstring.3.html
+++ luaL_optstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_OPTSTRING(3)</title>
 </head>
@@ -14,34 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_optstring</code> &#x2014;
-<div class="Nd" title="Nd">if the function argument is a string, returns this
-  string</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">luaL_optstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *d</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_optstring</code>() if the function argument
-  <var class="Fa" title="Fa">narg</var> is a string, returns this string. If
-  this argument is absent or is <code class="Dv" title="Dv">nil</code>, returns
-  <var class="Fa" title="Fa">d</var>. Otherwise, raises an error.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_optstring</code> &#x2014;
+    <span class="Nd">if the function argument is a string, returns this
+    string</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">luaL_optstring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *d</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_optstring"><code class="Fn" id="luaL_optstring">luaL_optstring</code></a>()
+    if the function argument <var class="Fa">narg</var> is a string, returns
+    this string. If this argument is absent or is <code class="Dv">nil</code>,
+    returns <var class="Fa">d</var>. Otherwise, raises an error.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_optstring</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_optstring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - 8797209914daf88e6d3cb592f8779ec70bab490d
blob + 55564bbe68ad1cf2f65a32d6b4703b09a473e664
--- luaL_prepbuffer.3.html
+++ luaL_prepbuffer.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_PREPBUFFER(3)</title>
 </head>
@@ -14,36 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_prepbuffer</code> &#x2014;
-<div class="Nd" title="Nd">prepares a buffer luaL_Buffer</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">char *</var>
-<br/>
-<code class="Fn" title="Fn">luaL_prepbuffer</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">luaL_Buffer
-  *B</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_prepbuffer</code>() returns an address to a
-  space of size <code class="Dv" title="Dv">LUAL_BUFFERSIZE</code> where you can
-  copy a string to be added to buffer <var class="Fa" title="Fa">B</var> (see
-  <a class="Xr" title="Xr">luaL_Buffer(3)</a>). After copying the string into
-  this space you must call <a class="Xr" title="Xr">luaL_addsize(3)</a> with the
-  size of the string to actually add it to the buffer.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_prepbuffer</code> &#x2014;
+    <span class="Nd">prepares a buffer luaL_Buffer</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">char *</var>
+  <br/>
+  <code class="Fn">luaL_prepbuffer</code>(<var class="Fa" style="white-space: nowrap;">luaL_Buffer
+    *B</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_prepbuffer"><code class="Fn" id="luaL_prepbuffer">luaL_prepbuffer</code></a>()
+    returns an address to a space of size
+    <code class="Dv">LUAL_BUFFERSIZE</code> where you can copy a string to be
+    added to buffer <var class="Fa">B</var> (see
+    <a class="Xr">luaL_Buffer(3)</a>). After copying the string into this space
+    you must call <a class="Xr">luaL_addsize(3)</a> with the size of the string
+    to actually add it to the buffer.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_addsize(3)</a>,
-  <a class="Xr" title="Xr">luaL_Buffer(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_prepbuffer</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_addsize(3)</a>,
+    <a class="Xr">luaL_Buffer(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_prepbuffer</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 26, 2022</td>
blob - 7e05c4ce22483694ea54543b2cc236ea375a6091
blob + 91e8a88faebe241eadd6817533d73f793e97aafa
--- luaL_pushresult.3.html
+++ luaL_pushresult.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_PUSHRESULT(3)</title>
 </head>
@@ -14,30 +15,40 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_pushresult</code> &#x2014;
-<div class="Nd" title="Nd">finishes the use of buffer</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">luaxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_pushresult</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">luaL_Buffer
-  *B</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_pushresult</code>() finishes the use of buffer
-  <var class="Fa" title="Fa">B</var> leaving the final string on the top of the
-  stack.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_pushresult</code> &#x2014;
+    <span class="Nd">finishes the use of buffer</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">luaxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_pushresult</code>(<var class="Fa" style="white-space: nowrap;">luaL_Buffer
+    *B</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_pushresult"><code class="Fn" id="luaL_pushresult">luaL_pushresult</code></a>()
+    finishes the use of buffer <var class="Fa">B</var> leaving the final string
+    on the top of the stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_pushresult</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_pushresult</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 22, 2022</td>
blob - cc9d1c81f82d13ac07ce0716097ca677aa583f70
blob + e8d89f1e0995100bf6c6723700f769ec1c3c4de7
--- luaL_ref.3.html
+++ luaL_ref.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_REF(3)</title>
 </head>
@@ -14,50 +15,60 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_ref</code> &#x2014;
-<div class="Nd" title="Nd">creates and returns a reference for the object at the
-  top of the stack and pops the object</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_ref</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  t</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_ref</code>() creates and returns a
-  <i class="Em" title="Em">reference</i>, in the table at index
-  <var class="Fa" title="Fa">t</var>, for the object at the top of the stack
-  (and pops the object).
-<div class="Pp"></div>
-A reference is a unique integer key. As long as you do not manually add integer
-  keys into table <var class="Fa" title="Fa">t</var>,
-  <code class="Nm" title="Nm">luaL_ref</code> ensures the uniqueness of the key
-  it returns. You can retrieve an object referred by reference r by calling
-  <i class="Em" title="Em">lua_rawgeti(L, t, r)</i>. Function
-  <a class="Xr" title="Xr">luaL_unref(3)</a> frees a reference and its
-  associated object.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_ref</code> &#x2014; <span class="Nd">creates
+    and returns a reference for the object at the top of the stack and pops the
+    object</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_ref</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int t</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_ref"><code class="Fn" id="luaL_ref">luaL_ref</code></a>()
+    creates and returns a
+    <a class="permalink" href="#reference"><i class="Em" id="reference">reference</i></a>,
+    in the table at index <var class="Fa">t</var>, for the object at the top of
+    the stack (and pops the object).</p>
+<p class="Pp" id="lua_rawgeti(L,">A reference is a unique integer key. As long
+    as you do not manually add integer keys into table <var class="Fa">t</var>,
+    <code class="Nm">luaL_ref</code> ensures the uniqueness of the key it
+    returns. You can retrieve an object referred by reference r by calling
+    <a class="permalink" href="#lua_rawgeti(L,"><i class="Em">lua_rawgeti(L, t,
+    r)</i></a>. Function <a class="Xr">luaL_unref(3)</a> frees a reference and
+    its associated object.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-If the object at the top of the stack is <code class="Dv" title="Dv">nil</code>,
-  <code class="Nm" title="Nm">luaL_ref returns the constant</code>
-  <code class="Dv" title="Dv">LUA_REFNIL</code>. The constant
-  <code class="Dv" title="Dv">LUA_NOREF</code> is guaranteed to be different
-  from any reference returned by <code class="Nm" title="Nm">luaL_ref</code>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">If the object at the top of the stack is
+    <code class="Dv">nil</code>, <code class="Nm">luaL_ref returns the
+    constant</code> <code class="Dv">LUA_REFNIL</code>. The constant
+    <code class="Dv">LUA_NOREF</code> is guaranteed to be different from any
+    reference returned by <code class="Nm">luaL_ref</code>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_unref(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_ref</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_unref(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_ref</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 21, 2022</td>
blob - 0cfeb40650ac5c4d773155cf924033dcd8900c12
blob + e5546568a4e8d0a51214c5d851e18a66c2125fbb
--- luaL_register.3.html
+++ luaL_register.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_REGISTER(3)</title>
 </head>
@@ -14,50 +15,56 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_register</code> &#x2014;
-<div class="Nd" title="Nd">opens a library</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_register</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *libname</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const
-  luaL_Reg *l</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_register</code>() opens a library.
-<div class="Pp"></div>
-When called with <var class="Fa" title="Fa">libname</var> equal to
-  <code class="Dv" title="Dv">NULL</code>, it simply registers all functions in
-  the list <var class="Fa" title="Fa">l</var> (see
-  <a class="Xr" title="Xr">luaL_Reg(3)</a>) into the table on the top of the
-  stack.
-<div class="Pp"></div>
-When called with a non-null <var class="Fa" title="Fa">libname</var>,
-  <code class="Nm" title="Nm">luaL_register 3</code> creates a new table t, sets
-  it as the value of the global variable
-  <var class="Fa" title="Fa">libname</var>, sets it as the value of
-  <i class="Em" title="Em">package.loaded[libname]</i>, and registers on it all
-  functions in the list <var class="Fa" title="Fa">l</var>. If there is a table
-  in <i class="Em" title="Em">package.loaded[libname]</i> or in variable
-  <var class="Fa" title="Fa">libname</var>, reuses this table instead of
-  creating a new one.
-<div class="Pp"></div>
-In any case the function leaves the table on the top of the stack.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_register</code> &#x2014;
+    <span class="Nd">opens a library</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_register</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *libname</var>, <var class="Fa" style="white-space: nowrap;">const luaL_Reg
+    *l</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_register"><code class="Fn" id="luaL_register">luaL_register</code></a>()
+    opens a library.</p>
+<p class="Pp">When called with <var class="Fa">libname</var> equal to
+    <code class="Dv">NULL</code>, it simply registers all functions in the list
+    <var class="Fa">l</var> (see <a class="Xr">luaL_Reg(3)</a>) into the table
+    on the top of the stack.</p>
+<p class="Pp">When called with a non-null <var class="Fa">libname</var>,
+    <code class="Nm">luaL_register 3</code> creates a new table t, sets it as
+    the value of the global variable <var class="Fa">libname</var>, sets it as
+    the value of <i class="Em">package.loaded[libname]</i>, and registers on it
+    all functions in the list <var class="Fa">l</var>. If there is a table in
+    <i class="Em">package.loaded[libname]</i> or in variable
+    <var class="Fa">libname</var>, reuses this table instead of creating a new
+    one.</p>
+<p class="Pp">In any case the function leaves the table on the top of the
+  stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_Reg(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_register</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_Reg(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_register</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 21, 2022</td>
blob - a1a68528e6fb2f377b51003ed8bdc3caacf09a77
blob + 2153a2b24020782dfef3b0dc0af940942c621e96
--- luaL_typename.3.html
+++ luaL_typename.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_TYPENAME(3)</title>
 </head>
@@ -14,30 +15,39 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_typename</code> &#x2014;
-<div class="Nd" title="Nd">returns the name of the type of the value</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">luaL_typename</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_typename</code>() returns the name of the type
-  of the value at the given index.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_typename</code> &#x2014;
+    <span class="Nd">returns the name of the type of the value</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">luaL_typename</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_typename"><code class="Fn" id="luaL_typename">luaL_typename</code></a>()
+    returns the name of the type of the value at the given index.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_typename</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_typename</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 21, 2022</td>
blob - 8a9caf75d55a589df4e4131e53da4bed88bd9175
blob + 61ba9d2dccd26196bcfd88ff2747d0ccf4af3d5a
--- luaL_typerror.3.html
+++ luaL_typerror.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_TYPERROR(3)</title>
 </head>
@@ -14,41 +15,48 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_typerror</code> &#x2014;
-<div class="Nd" title="Nd">generates an error with a message</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">luaL_typerror</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *tname</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_typerror</code>() generates an error with a
-  message like the following:
-<div class="Pp"></div>
-<i class="Em" title="Em">location</i>: bad argument
-  <var class="Fa" title="Fa">narg to</var> <i class="Em" title="Em">'func'</i> (
-  <var class="Fa" title="Fa">tname</var> expected, got rt)
-<div class="Pp"></div>
-where location is produced by <a class="Xr" title="Xr">luaL_where(3)</a>, func
-  is the name of the current function, and rt is the type name of the actual
-  argument.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_typerror</code> &#x2014;
+    <span class="Nd">generates an error with a message</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">luaL_typerror</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *tname</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_typerror"><code class="Fn" id="luaL_typerror">luaL_typerror</code></a>()
+    generates an error with a message like the following:</p>
+<p class="Pp" id="location"><a class="permalink" href="#location"><i class="Em">location</i></a>:
+    bad argument <var class="Fa">narg to</var>
+    <a class="permalink" href="#'func'"><i class="Em" id="'func'">'func'</i></a>
+    ( <var class="Fa">tname</var> expected, got rt)</p>
+<p class="Pp">where location is produced by <a class="Xr">luaL_where(3)</a>,
+    func is the name of the current function, and rt is the type name of the
+    actual argument.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_where(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_typerror</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_where(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_typerror</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 21, 2022</td>
blob - bc91cf9dc651279629d1fc66a926548599a140ad
blob + dda541e22a88dab0e74fcded11ca23ee7f2a08f4
--- luaL_unref.3.html
+++ luaL_unref.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_UNREF(3)</title>
 </head>
@@ -14,40 +15,47 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_unref</code> &#x2014;
-<div class="Nd" title="Nd">releases reference from the table</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_unref</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int t</var>,
-  <var class="Fa" title="Fa" style="white-space: nowrap;">int ref</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_unref</code>() releases reference
-  <var class="Fa" title="Fa">ref</var> from the table at index
-  <var class="Fa" title="Fa">t</var> (see
-  <a class="Xr" title="Xr">luaL_ref(3)</a>). The entry is removed from the
-  table, so that the referred object can be collected. The reference ref is also
-  freed to be used again.
-<div class="Pp"></div>
-If ref is <code class="Dv" title="Dv">LUA_NOREF</code> or
-  <code class="Dv" title="Dv">LUA_REFNIL</code>,
-  <code class="Nm" title="Nm">luaL_unref</code> does nothing.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_unref</code> &#x2014;
+    <span class="Nd">releases reference from the table</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_unref</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int t</var>,
+    <var class="Fa" style="white-space: nowrap;">int ref</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_unref"><code class="Fn" id="luaL_unref">luaL_unref</code></a>()
+    releases reference <var class="Fa">ref</var> from the table at index
+    <var class="Fa">t</var> (see <a class="Xr">luaL_ref(3)</a>). The entry is
+    removed from the table, so that the referred object can be collected. The
+    reference ref is also freed to be used again.</p>
+<p class="Pp">If ref is <code class="Dv">LUA_NOREF</code> or
+    <code class="Dv">LUA_REFNIL</code>, <code class="Nm">luaL_unref</code> does
+    nothing.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_ref(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_unref</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_ref(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_unref</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 21, 2022</td>
blob - a1f7a9b11e38dd9714177983d379ba7fa9452740
blob + e63167d1eb24edf10927d4bd2a5a1ce9aa495f5f
--- luaL_where.3.html
+++ luaL_where.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUAL_WHERE(3)</title>
 </head>
@@ -14,40 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">luaL_where</code> &#x2014;
-<div class="Nd" title="Nd">pushes onto the stack a string identifying the
-  current position of the control</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lauxlib.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">luaL_where</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  lvl</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">luaL_where</code>() pushes onto the stack a string
-  identifying the current position of the control at level
-  <var class="Fa" title="Fa">lvl</var> in the call stack. Typically this string
-  has the following format:
-<div class="Pp"></div>
-<i class="Em" title="Em">chunkname:currentline</i>:
-<div class="Pp"></div>
-Level 0 is the running function, level 1 is the function that called the running
-  function, etc.
-<div class="Pp"></div>
-This function is used to build a prefix for error messages.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">luaL_where</code> &#x2014;
+    <span class="Nd">pushes onto the stack a string identifying the current
+    position of the control</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+    &lt;<a class="In">lauxlib.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">luaL_where</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int lvl</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#luaL_where"><code class="Fn" id="luaL_where">luaL_where</code></a>()
+    pushes onto the stack a string identifying the current position of the
+    control at level <var class="Fa">lvl</var> in the call stack. Typically this
+    string has the following format:</p>
+<p class="Pp" id="chunkname:currentline"><a class="permalink" href="#chunkname:currentline"><i class="Em">chunkname:currentline</i></a>:</p>
+<p class="Pp">Level 0 is the running function, level 1 is the function that
+    called the running function, etc.</p>
+<p class="Pp">This function is used to build a prefix for error messages.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_where</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_where</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 21, 2022</td>
blob - 84d85ebb5fb7b598d80afe44ddd879e4fc4189a1
blob + 6e6c8ecf142af18fe02fdf18ee793c00e5a10ef5
--- lua_Alloc.3.html
+++ lua_Alloc.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ALLOC(3)</title>
 </head>
@@ -14,84 +15,87 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_Alloc</code> &#x2014;
-<div class="Nd" title="Nd">the type of the memory-allocation function used by
-  Lua states</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">typedef void *</var>
-<br/>
-<code class="Fn" title="Fn">(*lua_Alloc)</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">void
-  *ud</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">void
-  *ptr</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">size_t
-  osize</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">size_t
-  nsize</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-The type of the memory-allocation function used by Lua states. The allocator
-  function must provide a functionality similar to
-  <a class="Xr" title="Xr">realloc(3)</a>, but not exactly the same. Its
-  arguments are <var class="Fa" title="Fa">ud</var>, an opaque pointer passed to
-  <a class="Xr" title="Xr">lua_newstate(3)</a>;
-  <var class="Fa" title="Fa">ptr</var>, a pointer to the block being
-  allocated/reallocated/freed; <var class="Fa" title="Fa">osize</var>, the
-  original size of the block; <var class="Fa" title="Fa">nsize</var>, the new
-  size of the block. <var class="Fa" title="Fa">ptr</var> is
-  <code class="Dv" title="Dv">NULL</code> if and only if
-  <var class="Fa" title="Fa">osize</var> is zero. When
-  <var class="Fa" title="Fa">nsize</var> is not zero and
-  <var class="Fa" title="Fa">osize</var> is zero, the allocator should behave
-  like <a class="Xr" title="Xr">malloc(3)</a>. When
-  <var class="Fa" title="Fa">nsize</var> and
-  <var class="Fa" title="Fa">osize</var> are not zero, the allocator behaves
-  like <a class="Xr" title="Xr">realloc(3)</a>. Lua assumes that the allocator
-  never fails when <var class="Fa" title="Fa">osize</var> &gt;=
-  <var class="Fa" title="Fa">nsize</var>.
-<div class="Pp"></div>
-Here is a simple implementation for the allocator function. It is used in the
-  auxiliary library by <a class="Xr" title="Xr">luaL_newstate(3)</a>.
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-static void *l_alloc (void *ud, void *ptr, size_t osize, 
-                                           size_t nsize) { 
-  (void)ud;  (void)osize;  /* not used */ 
-  if (nsize == 0) { 
-    free(ptr); 
-    return NULL; 
-  } 
-  else 
-    return realloc(ptr, nsize); 
-}
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_Alloc</code> &#x2014; <span class="Nd">the
+    type of the memory-allocation function used by Lua states</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">typedef void *</var>
+  <br/>
+  <code class="Fn">(*lua_Alloc)</code>(<var class="Fa" style="white-space: nowrap;">void
+    *ud</var>, <var class="Fa" style="white-space: nowrap;">void *ptr</var>,
+    <var class="Fa" style="white-space: nowrap;">size_t osize</var>,
+    <var class="Fa" style="white-space: nowrap;">size_t nsize</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp">The type of the memory-allocation function used by Lua states. The
+    allocator function must provide a functionality similar to
+    <a class="Xr">realloc(3)</a>, but not exactly the same. Its arguments are
+    <var class="Fa">ud</var>, an opaque pointer passed to
+    <a class="Xr">lua_newstate(3)</a>; <var class="Fa">ptr</var>, a pointer to
+    the block being allocated/reallocated/freed; <var class="Fa">osize</var>,
+    the original size of the block; <var class="Fa">nsize</var>, the new size of
+    the block. <var class="Fa">ptr</var> is <code class="Dv">NULL</code> if and
+    only if <var class="Fa">osize</var> is zero. When
+    <var class="Fa">nsize</var> is not zero and <var class="Fa">osize</var> is
+    zero, the allocator should behave like <a class="Xr">malloc(3)</a>. When
+    <var class="Fa">nsize</var> and <var class="Fa">osize</var> are not zero,
+    the allocator behaves like <a class="Xr">realloc(3)</a>. Lua assumes that
+    the allocator never fails when <var class="Fa">osize</var> &gt;=
+    <var class="Fa">nsize</var>.</p>
+<p class="Pp">Here is a simple implementation for the allocator function. It is
+    used in the auxiliary library by <a class="Xr">luaL_newstate(3)</a>.</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>static void *l_alloc (void *ud, void *ptr, size_t osize,
+                                           size_t nsize) {
+  (void)ud;  (void)osize;  /* not used */
+  if (nsize == 0) {
+    free(ptr);
+    return NULL;
+  }
+  else
+    return realloc(ptr, nsize);
+}</pre>
 </div>
-<div class="Pp"></div>
-This code assumes that <i class="Em" title="Em">free(NULL)</i> has no effect and
-  that <i class="Em" title="Em">realloc(NULL, size)</i> is equivalent to
-  <i class="Em" title="Em">malloc(size)</i>. ANSI C ensures both behaviors.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<p class="Pp" id="free(NULL)">This code assumes that
+    <a class="permalink" href="#free(NULL)"><i class="Em">free(NULL)</i></a> has
+    no effect and that
+    <a class="permalink" href="#realloc(NULL,"><i class="Em" id="realloc(NULL,">realloc(NULL,
+    size)</i></a> is equivalent to
+    <a class="permalink" href="#malloc(size)"><i class="Em" id="malloc(size)">malloc(size)</i></a>.
+    ANSI C ensures both behaviors.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-When <var class="Fa" title="Fa">nsize</var> is zero, the allocator must return
-  <code class="Dv" title="Dv">NULL</code>; if
-  <var class="Fa" title="Fa">osize</var> is not zero, it should free the block
-  pointed to by <var class="Fa" title="Fa">ptr</var>. When
-  <var class="Fa" title="Fa">nsize</var> is not zero, the allocator returns
-  <code class="Dv" title="Dv">NULL</code> if and only if it cannot fill the
-  request.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">When <var class="Fa">nsize</var> is zero, the allocator must
+    return <code class="Dv">NULL</code>; if <var class="Fa">osize</var> is not
+    zero, it should free the block pointed to by <var class="Fa">ptr</var>. When
+    <var class="Fa">nsize</var> is not zero, the allocator returns
+    <code class="Dv">NULL</code> if and only if it cannot fill the request.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_newstate(3)</a>,
-  <a class="Xr" title="Xr">luaL_newstate(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_Alloc</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_newstate(3)</a>,
+    <a class="Xr">luaL_newstate(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_Alloc</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - 9edbe15877c63edb87e71d02d730f0bf04fcfc2c
blob + 72f0eba1ec81fd24397b1d4d244c8cdf76462e55
--- lua_CFunction.3.html
+++ lua_CFunction.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_CFUNCTION(3)</title>
 </head>
@@ -14,63 +15,70 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_CFunction</code> &#x2014;
-<div class="Nd" title="Nd">type for C functions</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">typedef int *</var>
-<br/>
-<code class="Fn" title="Fn">lua_CFunction</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_CFunction</code>() type for C functions.
-<div class="Pp"></div>
-In order to communicate properly with Lua, a C function must use the following
-  protocol, which defines the way parameters and results are passed: a C
-  function receives its arguments from Lua in its stack in direct order (the
-  first argument is pushed first). So, when the function starts, lua_gettop(L)
-  returns the number of arguments received by the function. The first argument
-  (if any) is at index 1 and its last argument is at index lua_gettop(L). To
-  return values to Lua, a C function just pushes them onto the stack, in direct
-  order (the first result is pushed first), and returns the number of results.
-  Any other value in the stack below the results will be properly discarded by
-  Lua. Like a Lua function, a C function called by Lua can also return many
-  results.
-<div class="Pp"></div>
-As an example, the following function receives a variable number of numerical
-  arguments and returns their average and sum:
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-static int foo (lua_State *L) { 
-  int n = lua_gettop(L);    /* number of arguments */ 
-  lua_Number sum = 0; 
-  int i; 
-  for (i = 1; i &lt;= n; i++) { 
-    if (!lua_isnumber(L, i)) { 
-      lua_pushstring(L, &quot;incorrect argument&quot;); 
-      lua_error(L); 
-    } 
-    sum += lua_tonumber(L, i); 
-  } 
-  lua_pushnumber(L, sum/n);        /* first result */ 
-  lua_pushnumber(L, sum);         /* second result */ 
-  return 2;                   /* number of results */ 
-}
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_CFunction</code> &#x2014;
+    <span class="Nd">type for C functions</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">typedef int *</var>
+  <br/>
+  <code class="Fn">lua_CFunction</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_CFunction"><code class="Fn" id="lua_CFunction">lua_CFunction</code></a>()
+    type for C functions.</p>
+<p class="Pp">In order to communicate properly with Lua, a C function must use
+    the following protocol, which defines the way parameters and results are
+    passed: a C function receives its arguments from Lua in its stack in direct
+    order (the first argument is pushed first). So, when the function starts,
+    lua_gettop(L) returns the number of arguments received by the function. The
+    first argument (if any) is at index 1 and its last argument is at index
+    lua_gettop(L). To return values to Lua, a C function just pushes them onto
+    the stack, in direct order (the first result is pushed first), and returns
+    the number of results. Any other value in the stack below the results will
+    be properly discarded by Lua. Like a Lua function, a C function called by
+    Lua can also return many results.</p>
+<p class="Pp">As an example, the following function receives a variable number
+    of numerical arguments and returns their average and sum:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>static int foo (lua_State *L) {
+  int n = lua_gettop(L);    /* number of arguments */
+  lua_Number sum = 0;
+  int i;
+  for (i = 1; i &lt;= n; i++) {
+    if (!lua_isnumber(L, i)) {
+      lua_pushstring(L, &quot;incorrect argument&quot;);
+      lua_error(L);
+    }
+    sum += lua_tonumber(L, i);
+  }
+  lua_pushnumber(L, sum/n);        /* first result */
+  lua_pushnumber(L, sum);         /* second result */
+  return 2;                   /* number of results */
+}</pre>
 </div>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_CFunction</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_CFunction</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 19, 2022</td>
blob - c6a92d9ace16e3474fb79a313faf7eb71259b166
blob + 12e6d456953c33a54945848ab31f1c19956dd894
--- lua_Debug.3.html
+++ lua_Debug.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_DEBUG(3)</title>
 </head>
@@ -14,99 +15,102 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_Debug</code> &#x2014;
-<div class="Nd" title="Nd">structure used to carry different pieces of
-  information about an active function</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Vt" title="Vt">typedef struct lua_Debug</var>;
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_Debug</code>() a structure used to carry
-  different pieces of information about an active function.
-  <a class="Xr" title="Xr">lua_getstack(3)</a> fills only the private part of
-  this structure, for later use. To fill the other fields of
-  <code class="Nm" title="Nm">lua_Debug</code> with useful information, call
-  <a class="Xr" title="Xr">lua_getinfo(3)</a>.
-<div class="Pp"></div>
-<var class="Vt" title="Vt">lua_Debug</var> is defined as:
-<div class="Pp"></div>
-<div class="Bd">
-<pre class="Li">
-typedef struct lua_Debug { 
-        int event; 
-        const char *name;           /* (n) */ 
-        const char *namewhat;       /* (n) */ 
-        const char *what;           /* (S) */ 
-        const char *source;         /* (S) */ 
-        int currentline;            /* (l) */ 
-        int nups;                   /* (u) number of upvalues */ 
-        int linedefined;            /* (S) */ 
-        int lastlinedefined;        /* (S) */ 
-        char short_src[LUA_IDSIZE]; /* (S) */ 
-        /* private part */ 
-        other fields 
-} lua_Debug;
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_Debug</code> &#x2014;
+    <span class="Nd">structure used to carry different pieces of information
+    about an active function</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Vt">typedef struct lua_Debug</var>;</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_Debug"><code class="Fn" id="lua_Debug">lua_Debug</code></a>()
+    a structure used to carry different pieces of information about an active
+    function. <a class="Xr">lua_getstack(3)</a> fills only the private part of
+    this structure, for later use. To fill the other fields of
+    <code class="Nm">lua_Debug</code> with useful information, call
+    <a class="Xr">lua_getinfo(3)</a>.</p>
+<p class="Pp"><var class="Vt">lua_Debug</var> is defined as:</p>
+<div class="Bd Pp Li">
+<pre>typedef struct lua_Debug {
+        int event;
+        const char *name;           /* (n) */
+        const char *namewhat;       /* (n) */
+        const char *what;           /* (S) */
+        const char *source;         /* (S) */
+        int currentline;            /* (l) */
+        int nups;                   /* (u) number of upvalues */
+        int linedefined;            /* (S) */
+        int lastlinedefined;        /* (S) */
+        char short_src[LUA_IDSIZE]; /* (S) */
+        /* private part */
+        other fields
+} lua_Debug;</pre>
 </div>
-<div class="Pp"></div>
-The fields of <code class="Nm" title="Nm">lua_Debug</code> have the following
-  meaning:
-<div class="Pp"></div>
+<p class="Pp">The fields of <code class="Nm">lua_Debug</code> have the following
+    meaning:</p>
+<p class="Pp"></p>
 <div class="Bd-indent">
 <dl class="Bl-tag Bl-compact">
-  <dt><b class="Sy" title="Sy">source</b>:</dt>
+  <dt id="source"><a class="permalink" href="#source"><b class="Sy">source</b></a>:</dt>
   <dd>If the function was defined in a string, then source is that string. If
       the function was defined in a file, then source starts with a '@' followed
       by the file name.</dd>
-  <dt><b class="Sy" title="Sy">short_src</b>:</dt>
+  <dt id="short_src"><a class="permalink" href="#short_src"><b class="Sy">short_src</b></a>:</dt>
   <dd>a &quot;printable&quot; version of source, to be used in error
     messages.</dd>
-  <dt><b class="Sy" title="Sy">linedefined</b>:</dt>
+  <dt id="linedefined"><a class="permalink" href="#linedefined"><b class="Sy">linedefined</b></a>:</dt>
   <dd>the line number where the definition of the function starts.</dd>
-  <dt><b class="Sy" title="Sy">lastlinedefined</b>:</dt>
+  <dt id="lastlinedefined"><a class="permalink" href="#lastlinedefined"><b class="Sy">lastlinedefined</b></a>:</dt>
   <dd>the line number where the definition of the function ends.</dd>
-  <dt><b class="Sy" title="Sy">what</b>:</dt>
+  <dt id="what"><a class="permalink" href="#what"><b class="Sy">what</b></a>:</dt>
   <dd>the string &quot;Lua&quot; if the function is a Lua function,
       &quot;C&quot; if it is a C function, &quot;main&quot; if it is the main
       part of a chunk, and &quot;tail&quot; if it was a function that did a tail
       call. In the latter case, Lua has no other information about the
     function.</dd>
-  <dt><b class="Sy" title="Sy">currentline</b>:</dt>
+  <dt id="currentline"><a class="permalink" href="#currentline"><b class="Sy">currentline</b></a>:</dt>
   <dd>the current line where the given function is executing. When no line
       information is available, currentline is set to -1.</dd>
-  <dt><b class="Sy" title="Sy">name</b>:</dt>
+  <dt id="name"><a class="permalink" href="#name"><b class="Sy">name</b></a>:</dt>
   <dd>a reasonable name for the given function. Because functions in Lua are
       first-class values, they do not have a fixed name: some functions can be
       the value of multiple global variables, while others can be stored only in
-      a table field. The <a class="Xr" title="Xr">lua_getinfo(3)</a> function
-      checks how the function was called to find a suitable name. If it cannot
-      find a name, then name is set to
-    <code class="Dv" title="Dv">NULL</code>.</dd>
-  <dt><b class="Sy" title="Sy">namewhat</b>:</dt>
+      a table field. The <a class="Xr">lua_getinfo(3)</a> function checks how
+      the function was called to find a suitable name. If it cannot find a name,
+      then name is set to <code class="Dv">NULL</code>.</dd>
+  <dt id="namewhat"><a class="permalink" href="#namewhat"><b class="Sy">namewhat</b></a>:</dt>
   <dd>explains the name field. The value of namewhat can be &quot;global&quot;,
       &quot;local&quot;, &quot;method&quot;, &quot;field&quot;,
       &quot;upvalue&quot;, or &quot;&quot; (the empty string), according to how
       the function was called. (Lua uses the empty string when no other option
       seems to apply.)</dd>
-  <dt><b class="Sy" title="Sy">nups</b>:</dt>
+  <dt id="nups"><a class="permalink" href="#nups"><b class="Sy">nups</b></a>:</dt>
   <dd>the number of upvalues of the function.</dd>
 </dl>
 </div>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_getinfo(3)</a>,
-  <a class="Xr" title="Xr">lua_getstack(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_Debug</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_getinfo(3)</a>,
+    <a class="Xr">lua_getstack(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_Debug</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 19, 2022</td>
blob - ffbed084881cddb186f5a67778649f1757416471
blob + 02a52282de11aea3c713493c0e96e05162b44d46
--- lua_Hook.3.html
+++ lua_Hook.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_HOOK(3)</title>
 </head>
@@ -14,50 +15,57 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_Hook</code> &#x2014;
-<div class="Nd" title="Nd">type for debugging hook functions</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">typedef void *</var>
-<br/>
-<code class="Fn" title="Fn">lua_Hook</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Debug
-  *ar</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_Hook</code>() type for debugging hook functions.
-<div class="Pp"></div>
-Whenever a hook is called, its ar argument has its field event set to the
-  specific event that triggered the hook. Lua identifies these events with the
-  following constants: <code class="Dv" title="Dv">LUA_HOOKCALL</code>,
-  <code class="Dv" title="Dv">LUA_HOOKRET</code>,
-  <code class="Dv" title="Dv">LUA_HOOKTAILRET</code>,
-  <code class="Dv" title="Dv">LUA_HOOKLINE</code>, and
-  <code class="Dv" title="Dv">LUA_HOOKCOUNT</code>. Moreover, for line events,
-  the field currentline is also set. To get the value of any other field in ar,
-  the hook must call <a class="Xr" title="Xr">lua_getinfo(3)</a>. For return
-  events, event can be <code class="Dv" title="Dv">LUA_HOOKRET</code>, the
-  normal value, or <code class="Dv" title="Dv">LUA_HOOKTAILRET</code>. In the
-  latter case, Lua is simulating a return from a function that did a tail call;
-  in this case, it is useless to call
-  <a class="Xr" title="Xr">lua_getinfo(3)</a>.
-<div class="Pp"></div>
-While Lua is running a hook, it disables other calls to hooks. Therefore, if a
-  hook calls back Lua to execute a function or a chunk, this execution occurs
-  without any calls to hooks.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_Hook</code> &#x2014; <span class="Nd">type
+    for debugging hook functions</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">typedef void *</var>
+  <br/>
+  <code class="Fn">lua_Hook</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_Debug
+  *ar</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_Hook"><code class="Fn" id="lua_Hook">lua_Hook</code></a>()
+    type for debugging hook functions.</p>
+<p class="Pp">Whenever a hook is called, its ar argument has its field event set
+    to the specific event that triggered the hook. Lua identifies these events
+    with the following constants: <code class="Dv">LUA_HOOKCALL</code>,
+    <code class="Dv">LUA_HOOKRET</code>,
+    <code class="Dv">LUA_HOOKTAILRET</code>,
+    <code class="Dv">LUA_HOOKLINE</code>, and
+    <code class="Dv">LUA_HOOKCOUNT</code>. Moreover, for line events, the field
+    currentline is also set. To get the value of any other field in ar, the hook
+    must call <a class="Xr">lua_getinfo(3)</a>. For return events, event can be
+    <code class="Dv">LUA_HOOKRET</code>, the normal value, or
+    <code class="Dv">LUA_HOOKTAILRET</code>. In the latter case, Lua is
+    simulating a return from a function that did a tail call; in this case, it
+    is useless to call <a class="Xr">lua_getinfo(3)</a>.</p>
+<p class="Pp">While Lua is running a hook, it disables other calls to hooks.
+    Therefore, if a hook calls back Lua to execute a function or a chunk, this
+    execution occurs without any calls to hooks.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_getinfo(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_Hook</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_getinfo(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_Hook</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - d0a48d99fe94f54a685632c093f8ff81b8dd65d0
blob + 9f40703fc5f827c407616eebfd0e6b155d467386
--- lua_Integer.3.html
+++ lua_Integer.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_INTEGER(3)</title>
 </head>
@@ -14,28 +15,38 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_Integer</code> &#x2014;
-<div class="Nd" title="Nd">type to represent integral values</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Vt" title="Vt">typedef ptrdiff_t lua_Integer</var>;
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<var class="Vt" title="Vt">lua_Integer</var> the type used by the Lua API to
-  represent integral values. By default it is a
-  <code class="Dv" title="Dv">ptrdiff_t</code>, which is usually the largest
-  signed integral type the machine handles &#x201C;comfortably&#x201D;.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_Integer</code> &#x2014; <span class="Nd">type
+    to represent integral values</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Vt">typedef ptrdiff_t lua_Integer</var>;</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><var class="Vt">lua_Integer</var> the type used by the Lua API to
+    represent integral values. By default it is a
+    <code class="Dv">ptrdiff_t</code>, which is usually the largest signed
+    integral type the machine handles &quot;comfortably&quot;.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_Integer</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_Integer</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 48df890f4eda76ea6d566f2e2dec2f392840f783
blob + 56a52f3b179a8cccfea9ad48f4de101f36a624a3
--- lua_Number.3.html
+++ lua_Number.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_NUMBER(3)</title>
 </head>
@@ -14,29 +15,39 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_Number</code> &#x2014;
-<div class="Nd" title="Nd">type of numbers in Lua</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Vt" title="Vt">typedef double lua_Number</var>;
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-The type of numbers in Lua. By default, it is double, but that can be changed in
-  <code class="In" title="In">&lt;<a class="In" title="In">luaconf.h</a>&gt;</code>.
-<div class="Pp"></div>
-Through the configuration file you can change Lua to operate with another type
-  for numbers (e.g., float or long).
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_Number</code> &#x2014; <span class="Nd">type
+    of numbers in Lua</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Vt">typedef double lua_Number</var>;</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp">The type of numbers in Lua. By default, it is double, but that can
+    be changed in
+  <code class="In">&lt;<a class="In">luaconf.h</a>&gt;</code>.</p>
+<p class="Pp">Through the configuration file you can change Lua to operate with
+    another type for numbers (e.g., float or long).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <var class="Vt" title="Vt">lua_Number</var> manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <var class="Vt">lua_Number</var> manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - 598abfbb97ff74396685ab90f1cbd71d24ca4b6f
blob + 747ae369a4b14cb646cb56e26c3c0ec9b140a0ce
--- lua_Reader.3.html
+++ lua_Reader.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_READER(3)</title>
 </head>
@@ -14,41 +15,49 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_Reader</code> &#x2014;
-<div class="Nd" title="Nd">reader function used by
-  <a class="Xr" title="Xr">lua_load(3)</a></div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">typedef const char *</var>
-<br/>
-<code class="Fn" title="Fn">(*lua_Reader)</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">void
-  *data</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">size_t
-  *size</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-The reader function <code class="Fn" title="Fn">lua_Reader</code>() used by
-  <a class="Xr" title="Xr">lua_load(3)</a>. Every time it needs another piece of
-  the chunk, <a class="Xr" title="Xr">lua_load(3)</a> calls the reader, passing
-  along its data parameter. The reader must return a pointer to a block of
-  memory with a new piece of the chunk and set size to the block size. The block
-  must exist until the reader function is called again. To signal the end of the
-  chunk, the reader must return <code class="Dv" title="Dv">NULL</code> or set
-  size to zero. The reader function may return pieces of any size greater than
-  zero.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_Reader</code> &#x2014;
+    <span class="Nd">reader function used by
+    <a class="Xr">lua_load(3)</a></span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">typedef const char *</var>
+  <br/>
+  <code class="Fn">(*lua_Reader)</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">void *data</var>,
+    <var class="Fa" style="white-space: nowrap;">size_t *size</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp">The reader function
+    <a class="permalink" href="#lua_Reader"><code class="Fn" id="lua_Reader">lua_Reader</code></a>()
+    used by <a class="Xr">lua_load(3)</a>. Every time it needs another piece of
+    the chunk, <a class="Xr">lua_load(3)</a> calls the reader, passing along its
+    data parameter. The reader must return a pointer to a block of memory with a
+    new piece of the chunk and set size to the block size. The block must exist
+    until the reader function is called again. To signal the end of the chunk,
+    the reader must return <code class="Dv">NULL</code> or set size to zero. The
+    reader function may return pieces of any size greater than zero.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_load(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_Reader</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_load(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_Reader</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - 880fcd474afb284659ac0fbf6debbd8a8707e75b
blob + 57bb4929baeb2ca9cfe91226f64c761c6f7c6101
--- lua_State.3.html
+++ lua_State.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_STATE(3)</title>
 </head>
@@ -14,33 +15,41 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_State</code> &#x2014;
-<div class="Nd" title="Nd">opaque structure that keeps the whole state of a Lua
-  interpreter</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Vt" title="Vt">typedef struct lua_State lua_State</var>;
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<var class="Vt" title="Vt">lua_State</var> opaque structure that keeps the whole
-  state of a Lua interpreter. The Lua library is fully reentrant: it has no
-  global variables. All information about a state is kept in this structure. A
-  pointer to this state must be passed as the first argument to every function
-  in the library, except to <a class="Xr" title="Xr">lua_newstate(3)</a>, which
-  creates a Lua state from scratch.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_State</code> &#x2014; <span class="Nd">opaque
+    structure that keeps the whole state of a Lua interpreter</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Vt">typedef struct lua_State lua_State</var>;</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><var class="Vt">lua_State</var> opaque structure that keeps the
+    whole state of a Lua interpreter. The Lua library is fully reentrant: it has
+    no global variables. All information about a state is kept in this
+    structure. A pointer to this state must be passed as the first argument to
+    every function in the library, except to <a class="Xr">lua_newstate(3)</a>,
+    which creates a Lua state from scratch.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_newstate(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <var class="Vt" title="Vt">lua_State</var> manual page was written by Sergey
-  Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_newstate(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <var class="Vt">lua_State</var> manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - d95d6256293d77fec2803cf89e3ab3ebbfbbbdd0
blob + fd344fc364c88e7190344b9e59258c94fd09a731
--- lua_Writer.3.html
+++ lua_Writer.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_WRITER(3)</title>
 </head>
@@ -14,42 +15,52 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_Writer</code> &#x2014;
-<div class="Nd" title="Nd">type of the writer function used by
-  <a class="Xr" title="Xr">lua_dump(3)</a></div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">typedef int *</var>
-<br/>
-<code class="Fn" title="Fn">lua_Writer</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const void*
-  p</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">size_t
-  sz</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">void*
-  ud</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<var class="Vt" title="Vt">lua_Writer</var> type of the writer function used by
-  <a class="Xr" title="Xr">lua_dump(3)</a>. Every time it produces another piece
-  of chunk, <a class="Xr" title="Xr">lua_dump(3)</a> calls the writer, passing
-  along the buffer to be written (<var class="Fa" title="Fa">p</var>), its size
-  (<var class="Fa" title="Fa">sz</var>), and the data parameter supplied to
-  <a class="Xr" title="Xr">lua_dump(3)</a>.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_Writer</code> &#x2014; <span class="Nd">type
+    of the writer function used by <a class="Xr">lua_dump(3)</a></span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">typedef int *</var>
+  <br/>
+  <code class="Fn">lua_Writer</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const void* p</var>,
+    <var class="Fa" style="white-space: nowrap;">size_t sz</var>,
+    <var class="Fa" style="white-space: nowrap;">void* ud</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><var class="Vt">lua_Writer</var> type of the writer function used
+    by <a class="Xr">lua_dump(3)</a>. Every time it produces another piece of
+    chunk, <a class="Xr">lua_dump(3)</a> calls the writer, passing along the
+    buffer to be written (<var class="Fa">p</var>), its size
+    (<var class="Fa">sz</var>), and the data parameter supplied to
+    <a class="Xr">lua_dump(3)</a>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-The writer returns an error code: 0 means no errors; any other value means an
-  error and stops <a class="Xr" title="Xr">lua_dump(3)</a> from calling the
-  writer again.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">The writer returns an error code: 0 means no errors; any other
+    value means an error and stops <a class="Xr">lua_dump(3)</a> from calling
+    the writer again.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <var class="Vt" title="Vt">lua_Writer</var> manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <var class="Vt">lua_Writer</var> manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - b6dc11ee668a7301759f5c8b0170798b2073a4ab
blob + a7e37095257514449f0e59f05c53e29357562835
--- lua_atpanic.3.html
+++ lua_atpanic.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ATPANIC(3)</title>
 </head>
@@ -14,39 +15,47 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_atpanic</code> &#x2014;
-<div class="Nd" title="Nd">sets a new panic function and returns the old
-  one</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_CFunction</var>
-<br/>
-<code class="Fn" title="Fn">lua_atpanic</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>,
-  <var class="Fa" title="Fa" style="white-space: nowrap;">lua_CFunction
-  panicf</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_atpanic</code>() sets a new panic function and
-  returns the old one.
-<div class="Pp"></div>
-If an error happens outside any protected environment, Lua calls a panic
-  function and then calls <i class="Em" title="Em">exit(EXIT_FAILURE)</i>, thus
-  exiting the host application. Your panic function can avoid this exit by never
-  returning (e.g., doing a long jump).
-<div class="Pp"></div>
-The panic function can access the error message at the top of the stack.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_atpanic</code> &#x2014; <span class="Nd">sets
+    a new panic function and returns the old one</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_CFunction</var>
+  <br/>
+  <code class="Fn">lua_atpanic</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_CFunction
+    panicf</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_atpanic"><code class="Fn" id="lua_atpanic">lua_atpanic</code></a>()
+    sets a new panic function and returns the old one.</p>
+<p class="Pp" id="exit(EXIT_FAILURE)">If an error happens outside any protected
+    environment, Lua calls a panic function and then calls
+    <a class="permalink" href="#exit(EXIT_FAILURE)"><i class="Em">exit(EXIT_FAILURE)</i></a>,
+    thus exiting the host application. Your panic function can avoid this exit
+    by never returning (e.g., doing a long jump).</p>
+<p class="Pp">The panic function can access the error message at the top of the
+    stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_atpanic</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_atpanic</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 47a768503ae52150c4798545917265972bf38249
blob + 1e68c2912253b041a2899cea0e07a14c6a7f8aec
--- lua_call.3.html
+++ lua_call.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_CALL(3)</title>
 </head>
@@ -14,73 +15,76 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_call</code> &#x2014;
-<div class="Nd" title="Nd">calls a function</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_call</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  nargs</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  nresults</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_call</code>() calls a function.
-<div class="Pp"></div>
-To call a function you must use the following protocol: first, the function to
-  be called is pushed onto the stack; then, the arguments to the function are
-  pushed in direct order; that is, the first argument is pushed first. Finally
-  you call <code class="Nm" title="Nm">lua_call</code>;
-  <var class="Fa" title="Fa">nargs</var> is the number of arguments that you
-  pushed onto the stack. All arguments and the function value are popped from
-  the stack when the function is called. The function results are pushed onto
-  the stack when the function returns. The number of results is adjusted to
-  nresults, unless nresults is <code class="Dv" title="Dv">LUA_MULTRET</code>.
-  In this case, all results from the function are pushed. Lua takes care that
-  the returned values fit into the stack space. The function results are pushed
-  onto the stack in direct order (the first result is pushed first), so that
-  after the call the last result is on the top of the stack.
-<div class="Pp"></div>
-Any error inside the called function is propagated upwards (with a longjmp).
-<div class="Pp"></div>
-The following example shows how the host program can do the equivalent to this
-  Lua code:
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-a = f(&quot;how&quot;, t.x, 14)
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_call</code> &#x2014; <span class="Nd">calls a
+    function</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_call</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int nargs</var>,
+    <var class="Fa" style="white-space: nowrap;">int nresults</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_call"><code class="Fn" id="lua_call">lua_call</code></a>()
+    calls a function.</p>
+<p class="Pp">To call a function you must use the following protocol: first, the
+    function to be called is pushed onto the stack; then, the arguments to the
+    function are pushed in direct order; that is, the first argument is pushed
+    first. Finally you call <code class="Nm">lua_call</code>;
+    <var class="Fa">nargs</var> is the number of arguments that you pushed onto
+    the stack. All arguments and the function value are popped from the stack
+    when the function is called. The function results are pushed onto the stack
+    when the function returns. The number of results is adjusted to nresults,
+    unless nresults is <code class="Dv">LUA_MULTRET</code>. In this case, all
+    results from the function are pushed. Lua takes care that the returned
+    values fit into the stack space. The function results are pushed onto the
+    stack in direct order (the first result is pushed first), so that after the
+    call the last result is on the top of the stack.</p>
+<p class="Pp">Any error inside the called function is propagated upwards (with a
+    longjmp).</p>
+<p class="Pp">The following example shows how the host program can do the
+    equivalent to this Lua code:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>a = f(&quot;how&quot;, t.x, 14)</pre>
 </div>
-<div class="Pp"></div>
-Here it is in C:
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-lua_getfield(L, LUA_GLOBALSINDEX, &quot;f&quot;); /* function to be called */ 
-lua_pushstring(L, &quot;how&quot;);                        /* 1st argument */ 
-lua_getfield(L, LUA_GLOBALSINDEX, &quot;t&quot;);   /* table to be indexed */ 
-lua_getfield(L, -1, &quot;x&quot;);        /* push result of t.x (2nd arg) */ 
-lua_remove(L, -2);                  /* remove 't' from the stack */ 
-lua_pushinteger(L, 14);                          /* 3rd argument */ 
-lua_call(L, 3, 1);     /* call 'f' with 3 arguments and 1 result */ 
-lua_setfield(L, LUA_GLOBALSINDEX, &quot;a&quot;);        /* set global 'a' */
-</pre>
+<p class="Pp">Here it is in C:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>lua_getfield(L, LUA_GLOBALSINDEX, &quot;f&quot;); /* function to be called */
+lua_pushstring(L, &quot;how&quot;);                        /* 1st argument */
+lua_getfield(L, LUA_GLOBALSINDEX, &quot;t&quot;);   /* table to be indexed */
+lua_getfield(L, -1, &quot;x&quot;);        /* push result of t.x (2nd arg) */
+lua_remove(L, -2);                  /* remove 't' from the stack */
+lua_pushinteger(L, 14);                          /* 3rd argument */
+lua_call(L, 3, 1);     /* call 'f' with 3 arguments and 1 result */
+lua_setfield(L, LUA_GLOBALSINDEX, &quot;a&quot;);        /* set global 'a' */</pre>
 </div>
-<div class="Pp"></div>
-Note that the code above is &quot;balanced&quot;: at its end, the stack is back
-  to its original configuration. This is considered good programming practice.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Note that the code above is &quot;balanced&quot;: at its end, the
+    stack is back to its original configuration. This is considered good
+    programming practice.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_call</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_call</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 19, 2022</td>
blob - a7fdebeb02aba577bb93d9d31aa6f8d0cea89eb4
blob + 929e777d9c6ccd6a0f074700eaddc4bd722e4ba5
--- lua_checkstack.3.html
+++ lua_checkstack.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_CHECKSTACK(3)</title>
 </head>
@@ -14,33 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_checkstack</code> &#x2014;
-<div class="Nd" title="Nd">ensures that there are at least extra free stack
-  slots in the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_checkstack</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  extra</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_checkstack</code>() ensures that there are at
-  least extra free stack slots in the stack. It returns false if it cannot grow
-  the stack to that size. This function never shrinks the stack; if the stack is
-  already larger than the new size, it is left unchanged.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_checkstack</code> &#x2014;
+    <span class="Nd">ensures that there are at least extra free stack slots in
+    the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_checkstack</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int extra</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_checkstack"><code class="Fn" id="lua_checkstack">lua_checkstack</code></a>()
+    ensures that there are at least extra free stack slots in the stack. It
+    returns false if it cannot grow the stack to that size. This function never
+    shrinks the stack; if the stack is already larger than the new size, it is
+    left unchanged.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_checkstack</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_checkstack</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 68b1806d2df96c352c14b6d51ab16b410543f829
blob + 62e5a9ce793f747129ad2923ea40d0225fbfe3d1
--- lua_close.3.html
+++ lua_close.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_CLOSE(3)</title>
 </head>
@@ -14,32 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_close</code> &#x2014;
-<div class="Nd" title="Nd">ensures that there are at least extra free stack
-  slots in the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_close</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_close</code>() ensures that there are at least
-  extra free stack slots in the stack. It returns false if it cannot grow the
-  stack to that size. This function never shrinks the stack; if the stack is
-  already larger than the new size, it is left unchanged.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_close</code> &#x2014;
+    <span class="Nd">ensures that there are at least extra free stack slots in
+    the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_close</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_close"><code class="Fn" id="lua_close">lua_close</code></a>()
+    ensures that there are at least extra free stack slots in the stack. It
+    returns false if it cannot grow the stack to that size. This function never
+    shrinks the stack; if the stack is already larger than the new size, it is
+    left unchanged.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_close</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_close</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 947925929b0a9197c1ac852e5157cea78fc20288
blob + f9393b170e07716ee775a5540bfedaae19ef7647
--- lua_concat.3.html
+++ lua_concat.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_CONCAT(3)</title>
 </head>
@@ -14,38 +15,49 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_concat</code> &#x2014;
-<div class="Nd" title="Nd">concatenates the values at the top of the stack, pops
-  them, and leaves the result at the top</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_concat</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_concat</code>() concatenates the
-  <var class="Fa" title="Fa">n</var> values at the top of the stack, pops them,
-  and leaves the result at the top. Concatenation is performed following the
-  usual semantics of Lua.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_concat</code> &#x2014;
+    <span class="Nd">concatenates the values at the top of the stack, pops them,
+    and leaves the result at the top</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_concat</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_concat"><code class="Fn" id="lua_concat">lua_concat</code></a>()
+    concatenates the <var class="Fa">n</var> values at the top of the stack,
+    pops them, and leaves the result at the top. Concatenation is performed
+    following the usual semantics of Lua.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-If <var class="Fa" title="Fa">n</var> is 1, the result is the single value on
-  the stack (that is, the function does nothing); if
-  <var class="Fa" title="Fa">n</var> is 0, the result is the empty string.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">If <var class="Fa">n</var> is 1, the result is the single value on
+    the stack (that is, the function does nothing); if <var class="Fa">n</var>
+    is 0, the result is the empty string.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_concat</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_concat</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 458443985b920ff03ed8b111397796ec2998defe
blob + 3a1c4896384e4c4836f1ae28e2be031f0f2d1dab
--- lua_cpcall.3.html
+++ lua_cpcall.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_CPCALL(3)</title>
 </head>
@@ -14,43 +15,53 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_cpcall</code> &#x2014;
-<div class="Nd" title="Nd">calls the C function in protected mode</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_cpcall</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>,
-  <var class="Fa" title="Fa" style="white-space: nowrap;">lua_CFunction
-  func</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">void
-  *ud</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_cpcall</code>() calls the C function
-  <var class="Fa" title="Fa">func</var> in protected mode.
-  <var class="Fa" title="Fa">func</var> starts with only one element in its
-  stack, a light userdata containing <var class="Fa" title="Fa">ud</var>.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_cpcall</code> &#x2014; <span class="Nd">calls
+    the C function in protected mode</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_cpcall</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_CFunction
+    func</var>, <var class="Fa" style="white-space: nowrap;">void
+  *ud</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_cpcall"><code class="Fn" id="lua_cpcall">lua_cpcall</code></a>()
+    calls the C function <var class="Fa">func</var> in protected mode.
+    <var class="Fa">func</var> starts with only one element in its stack, a
+    light userdata containing <var class="Fa">ud</var>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-In case of errors, <code class="Fn" title="Fn">lua_cpcall</code>() returns the
-  same error codes as <a class="Xr" title="Xr">lua_pcall(3)</a>, plus the error
-  object on the top of the stack; otherwise, it returns zero, and does not
-  change the stack. All values returned by <var class="Fa" title="Fa">func</var>
-  are discarded.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">In case of errors, <code class="Fn">lua_cpcall</code>() returns
+    the same error codes as <a class="Xr">lua_pcall(3)</a>, plus the error
+    object on the top of the stack; otherwise, it returns zero, and does not
+    change the stack. All values returned by <var class="Fa">func</var> are
+    discarded.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_pcall(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_cpcall</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_pcall(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_cpcall</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - d5d73720b906c1ce9393fd47c0d5eb7c7faac4c4
blob + bb6167570df3c6d16f206373266d204c57999192
--- lua_createtable.3.html
+++ lua_createtable.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_CREATETABLE(3)</title>
 </head>
@@ -14,39 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_createtable</code> &#x2014;
-<div class="Nd" title="Nd">creates a new empty table and pushes it onto the
-  stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_createtable</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narr</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  nrec</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_createtable</code>() creates a new empty table
-  and pushes it onto the stack. The new table has space pre-allocated for
-  <var class="Fa" title="Fa">narr</var> array elements and
-  <var class="Fa" title="Fa">nrec</var> non-array elements. This pre-allocation
-  is useful when you know exactly how many elements the table will have.
-  Otherwise you can use the function
-  <a class="Xr" title="Xr">lua_newtable(3)</a>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_createtable</code> &#x2014;
+    <span class="Nd">creates a new empty table and pushes it onto the
+    stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_createtable</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narr</var>,
+    <var class="Fa" style="white-space: nowrap;">int nrec</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_createtable"><code class="Fn" id="lua_createtable">lua_createtable</code></a>()
+    creates a new empty table and pushes it onto the stack. The new table has
+    space pre-allocated for <var class="Fa">narr</var> array elements and
+    <var class="Fa">nrec</var> non-array elements. This pre-allocation is useful
+    when you know exactly how many elements the table will have. Otherwise you
+    can use the function <a class="Xr">lua_newtable(3)</a>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_newtable(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_createtable</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_newtable(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_createtable</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - fc19a34767ec9b68b80e9c120804325fa2a7f170
blob + 62891e9d4699e8784afde19914ac5d47a0a9f8cd
--- lua_dump.3.html
+++ lua_dump.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_DUMP(3)</title>
 </head>
@@ -14,43 +15,53 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_dump</code> &#x2014;
-<div class="Nd" title="Nd">dumps a function as a binary chunk</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_dump</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Writer
-  writer</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">void
-  *data</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_dump</code>() dumps a function as a binary
-  chunk. Receives a Lua function on the top of the stack and produces a binary
-  chunk that, if loaded again, results in a function equivalent to the one
-  dumped. As it produces parts of the chunk,
-  <code class="Fn" title="Fn">lua_dump</code>() calls function writer (see
-  <a class="Xr" title="Xr">lua_Writer(3)</a>) with the given data to write them.
-<div class="Pp"></div>
-This function does not pop the Lua function from the stack.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_dump</code> &#x2014; <span class="Nd">dumps a
+    function as a binary chunk</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_dump</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_Writer
+    writer</var>, <var class="Fa" style="white-space: nowrap;">void
+    *data</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_dump"><code class="Fn" id="lua_dump">lua_dump</code></a>()
+    dumps a function as a binary chunk. Receives a Lua function on the top of
+    the stack and produces a binary chunk that, if loaded again, results in a
+    function equivalent to the one dumped. As it produces parts of the chunk,
+    <code class="Fn">lua_dump</code>() calls function writer (see
+    <a class="Xr">lua_Writer(3)</a>) with the given data to write them.</p>
+<p class="Pp">This function does not pop the Lua function from the stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-The value returned is the error code returned by the last call to the writer; 0
-  means no errors.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">The value returned is the error code returned by the last call to
+    the writer; 0 means no errors.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_Writer(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_dump</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_Writer(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_dump</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - de32c2c76b8f9e24e6098aee55789e869522ef8c
blob + ea10ffea4e5bc78698ac324684feff0da539f30a
--- lua_equal.3.html
+++ lua_equal.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_EQUAL(3)</title>
 </head>
@@ -14,38 +15,49 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_equal</code> &#x2014;
-<div class="Nd" title="Nd">compare two values for equality</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_equal</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index1</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index2</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_equal</code>()
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_equal</code> &#x2014;
+    <span class="Nd">compare two values for equality</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_equal</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index1</var>,
+    <var class="Fa" style="white-space: nowrap;">int index2</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_equal"><code class="Fn" id="lua_equal">lua_equal</code></a>()</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the two values in acceptable indices
-  <var class="Fa" title="Fa">index1</var> and
-  <var class="Fa" title="Fa">index2</var> are equal, following the semantics of
-  the Lua <i class="Em" title="Em">==</i> operator (that is, may call
-  metamethods). Otherwise returns 0. Also returns 0 if any of the indices is non
-  valid.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the two values in acceptable indices
+    <var class="Fa">index1</var> and <var class="Fa">index2</var> are equal,
+    following the semantics of the Lua
+    <a class="permalink" href="#=="><i class="Em" id="==">==</i></a> operator
+    (that is, may call metamethods). Otherwise returns 0. Also returns 0 if any
+    of the indices is non valid.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_equal</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_equal</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 215c608ad3ec3471a6abd3759b6eca24a92f49f3
blob + 50232b0745cde7d79741e76e67f277527acafe1a
--- lua_error.3.html
+++ lua_error.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ERROR(3)</title>
 </head>
@@ -14,35 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_error</code> &#x2014;
-<div class="Nd" title="Nd">generates a Lua error</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_error</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_error</code>() generates a Lua error. The error
-  message (which can actually be a Lua value of any type) must be on the stack
-  top.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_error</code> &#x2014;
+    <span class="Nd">generates a Lua error</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_error</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_error"><code class="Fn" id="lua_error">lua_error</code></a>()
+    generates a Lua error. The error message (which can actually be a Lua value
+    of any type) must be on the stack top.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-This function does a long jump, and therefore never returns.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">This function does a long jump, and therefore never returns.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luaL_error(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">luaL_error</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luaL_error(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">luaL_error</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - de4074efa11f156d5d7f4f1ff62ea451706dccbb
blob + e58dc3b0473b054ffebd9edfe6fcd9a4438388f9
--- lua_gc.3.html
+++ lua_gc.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GC(3)</title>
 </head>
@@ -14,61 +15,70 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_gc</code> &#x2014;
-<div class="Nd" title="Nd">controls the garbage collector</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_gc</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  what</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  data</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_gc</code>() controls the garbage collector.
-<div class="Pp"></div>
-This function performs several tasks, according to the value of the parameter
-  what:
-<div class="Pp"></div>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_gc</code> &#x2014; <span class="Nd">controls
+    the garbage collector</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_gc</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int what</var>,
+    <var class="Fa" style="white-space: nowrap;">int data</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_gc"><code class="Fn" id="lua_gc">lua_gc</code></a>()
+    controls the garbage collector.</p>
+<p class="Pp">This function performs several tasks, according to the value of
+    the parameter what:</p>
+<p class="Pp"></p>
 <div class="Bd-indent">
 <dl class="Bl-tag Bl-compact">
-  <dt><a class="permalink" href="#LUA_GCSTOP"><code class="Dv" title="Dv" id="LUA_GCSTOP">LUA_GCSTOP</code></a>:</dt>
+  <dt id="LUA_GCSTOP"><a class="permalink" href="#LUA_GCSTOP"><code class="Dv">LUA_GCSTOP</code></a>:</dt>
   <dd>stops the garbage collector.</dd>
-  <dt><a class="permalink" href="#LUA_GCRESTART"><code class="Dv" title="Dv" id="LUA_GCRESTART">LUA_GCRESTART</code></a>:</dt>
+  <dt id="LUA_GCRESTART"><a class="permalink" href="#LUA_GCRESTART"><code class="Dv">LUA_GCRESTART</code></a>:</dt>
   <dd>restarts the garbage collector.</dd>
-  <dt><a class="permalink" href="#LUA_GCCOLLECT"><code class="Dv" title="Dv" id="LUA_GCCOLLECT">LUA_GCCOLLECT</code></a>:</dt>
+  <dt id="LUA_GCCOLLECT"><a class="permalink" href="#LUA_GCCOLLECT"><code class="Dv">LUA_GCCOLLECT</code></a>:</dt>
   <dd>performs a full garbage-collection cycle.</dd>
-  <dt><a class="permalink" href="#LUA_GCCOUNT"><code class="Dv" title="Dv" id="LUA_GCCOUNT">LUA_GCCOUNT</code></a>:</dt>
+  <dt id="LUA_GCCOUNT"><a class="permalink" href="#LUA_GCCOUNT"><code class="Dv">LUA_GCCOUNT</code></a>:</dt>
   <dd>returns the current amount of memory (in Kbytes) in use by Lua.</dd>
-  <dt><a class="permalink" href="#LUA_GCCOUNTB"><code class="Dv" title="Dv" id="LUA_GCCOUNTB">LUA_GCCOUNTB</code></a>:</dt>
+  <dt id="LUA_GCCOUNTB"><a class="permalink" href="#LUA_GCCOUNTB"><code class="Dv">LUA_GCCOUNTB</code></a>:</dt>
   <dd>returns the remainder of dividing the current amount of bytes of memory in
       use by Lua by 1024.</dd>
-  <dt><a class="permalink" href="#LUA_GCSTEP"><code class="Dv" title="Dv" id="LUA_GCSTEP">LUA_GCSTEP</code></a>:</dt>
+  <dt id="LUA_GCSTEP"><a class="permalink" href="#LUA_GCSTEP"><code class="Dv">LUA_GCSTEP</code></a>:</dt>
   <dd>performs an incremental step of garbage collection. The step
       &quot;size&quot; is controlled by data (larger values mean more steps) in
       a non-specified way. If you want to control the step size you must
       experimentally tune the value of data. The function returns 1 if the step
       finished a garbage-collection cycle.</dd>
-  <dt><a class="permalink" href="#LUA_GCSETPAUSE"><code class="Dv" title="Dv" id="LUA_GCSETPAUSE">LUA_GCSETPAUSE</code></a>:</dt>
+  <dt id="LUA_GCSETPAUSE"><a class="permalink" href="#LUA_GCSETPAUSE"><code class="Dv">LUA_GCSETPAUSE</code></a>:</dt>
   <dd>sets data as the new value for the pause of the collector. The function
       returns the previous value of the pause.</dd>
-  <dt><a class="permalink" href="#LUA_GCSETSTEPMUL"><code class="Dv" title="Dv" id="LUA_GCSETSTEPMUL">LUA_GCSETSTEPMUL</code></a>:</dt>
+  <dt id="LUA_GCSETSTEPMUL"><a class="permalink" href="#LUA_GCSETSTEPMUL"><code class="Dv">LUA_GCSETSTEPMUL</code></a>:</dt>
   <dd>sets data as the new value for the step multiplier of the collector. The
       function returns the previous value of the step multiplier.</dd>
 </dl>
 </div>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_gc</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_gc</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - ebd44b4d4f039b6862f6a3c03fff20bc5e4e09da
blob + e8c568570387c7b7832e520f7b3fc733ccea2a61
--- lua_getallocf.3.html
+++ lua_getallocf.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETALLOCF(3)</title>
 </head>
@@ -14,39 +15,48 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_getallocf</code> &#x2014;
-<div class="Nd" title="Nd">returns the memory-allocation function of a given
-  state</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_Alloc</var>
-<br/>
-<code class="Fn" title="Fn">lua_getallocf</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">void
-  **ud</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_getallocf</code>() returns the memory-allocation
-  function of a given state.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_getallocf</code> &#x2014;
+    <span class="Nd">returns the memory-allocation function of a given
+    state</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_Alloc</var>
+  <br/>
+  <code class="Fn">lua_getallocf</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">void **ud</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_getallocf"><code class="Fn" id="lua_getallocf">lua_getallocf</code></a>()
+    returns the memory-allocation function of a given state.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-If <var class="Fa" title="Fa">ud</var> is not
-  <code class="Dv" title="Dv">NULL</code>, Lua stores in
-  <var class="Fa" title="Fa">*ud</var> the opaque pointer passed to
-  <a class="Xr" title="Xr">lua_newstate(3)</a>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">If <var class="Fa">ud</var> is not <code class="Dv">NULL</code>,
+    Lua stores in <var class="Fa">*ud</var> the opaque pointer passed to
+    <a class="Xr">lua_newstate(3)</a>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_newstate(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_getallocf</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_newstate(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_getallocf</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 4aed2ea83f0217c18d85dfbb9e2d699d4a927fce
blob + d2909e8f521e164c71e08c0875793596018fb20b
--- lua_getfenv.3.html
+++ lua_getfenv.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETFENV(3)</title>
 </head>
@@ -14,31 +15,41 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_getfenv</code> &#x2014;
-<div class="Nd" title="Nd">pushes onto the stack the environment table of the
-  value at the given index</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_getfenv</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_getfenv</code>() pushes onto the stack the
-  environment table of the value at the given index.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_getfenv</code> &#x2014;
+    <span class="Nd">pushes onto the stack the environment table of the value at
+    the given index</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_getfenv</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_getfenv"><code class="Fn" id="lua_getfenv">lua_getfenv</code></a>()
+    pushes onto the stack the environment table of the value at the given
+  index.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_getfenv</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_getfenv</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 2d975a9f8311db2f9f4ead996dd494df4bb4b14f
blob + 179d275a3332e1392c512a3c8e5f2ef16bbc92a2
--- lua_getfield.3.html
+++ lua_getfield.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETFIELD(3)</title>
 </head>
@@ -14,33 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_getfield</code> &#x2014;
-<div class="Nd" title="Nd">pushes onto the stack the value t[k], where t is the
-  value at the given valid index</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_getfield</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const
-  char *k</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_getfield</code>() pushes onto the stack the
-  value t[k], where t is the value at the given valid index. As in Lua, this
-  function may trigger a metamethod for the &#x201C;index&#x201D; event.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_getfield</code> &#x2014;
+    <span class="Nd">pushes onto the stack the value t[k], where t is the value
+    at the given valid index</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_getfield</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *k</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_getfield"><code class="Fn" id="lua_getfield">lua_getfield</code></a>()
+    pushes onto the stack the value t[k], where t is the value at the given
+    valid index. As in Lua, this function may trigger a metamethod for the
+    &quot;index&quot; event.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_getfield</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_getfield</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 1f8ff9f72b36b66f8bb553fedcad0017833d1bdd
blob + 857744a7d760dad5a8e006022cbe701a6b704169
--- lua_getglobal.3.html
+++ lua_getglobal.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETGLOBAL(3)</title>
 </head>
@@ -14,34 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_getglobal</code> &#x2014;
-<div class="Nd" title="Nd">pushes onto the stack the value of the global
-  name</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_getglobal</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *name</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_getglobal</code>() pushes onto the stack the
-  value of the global name. It is defined as a macro:
-<div class="Pp"></div>
-<code class="Fd" title="Fd">#define lua_getglobal(L,s) lua_getfield(L,
-  LUA_GLOBALSINDEX, s)</code>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_getglobal</code> &#x2014;
+    <span class="Nd">pushes onto the stack the value of the global
+  name</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_getglobal</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *name</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_getglobal"><code class="Fn" id="lua_getglobal">lua_getglobal</code></a>()
+    pushes onto the stack the value of the global name. It is defined as a
+    macro:</p>
+<p class="Pp"><code class="Fd">#define lua_getglobal(L,s) lua_getfield(L,
+    LUA_GLOBALSINDEX, s)</code></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_getglobal</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_getglobal</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 19, 2022</td>
blob - d60549a47e88e352fec7358501377cea6dc773ff
blob + a57b4813fa94e736a69f8587c9d798ed7b074bab
--- lua_gethook.3.html
+++ lua_gethook.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETHOOK(3)</title>
 </head>
@@ -14,32 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_gethook</code> &#x2014;
-<div class="Nd" title="Nd">returns the current hook function</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_Hook</var>
-<br/>
-<code class="Fn" title="Fn">lua_gethook</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_gethook</code>() returns the current hook
-  function.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_gethook</code> &#x2014;
+    <span class="Nd">returns the current hook function</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_Hook</var>
+  <br/>
+  <code class="Fn">lua_gethook</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_gethook"><code class="Fn" id="lua_gethook">lua_gethook</code></a>()
+    returns the current hook function.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns the current hook function.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns the current hook function.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_gethook</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_gethook</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - d9429750b76735aa7e0b7c604b5c9c6916284b2a
blob + 4cc898065a8265f9d107b2210e10b1e32182e683
--- lua_gethookcount.3
+++ lua_gethookcount.3
@@ -9,7 +9,7 @@
 .Ft int
 .Fn lua_gethookcount "lua_State *L"
 .Sh DESCRIPTION
-.Fn lua_gethookmask
+.Fn lua_gethookcount
 returns the current hook count.
 .Sh RETURN VALUES
 Returns the current hook count.
blob - 5545522c77e7d96a67167cd7605f75e462a7fbc2
blob + 7b99476827899c1b53b52b19d7560ce90868e3a3
--- lua_gethookcount.3.html
+++ lua_gethookcount.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETHOOKCOUNT(3)</title>
 </head>
@@ -14,32 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_gethookcount</code> &#x2014;
-<div class="Nd" title="Nd">returns the current hook count</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_gethookcount</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_gethookmask</code>() returns the current hook
-  count.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_gethookcount</code> &#x2014;
+    <span class="Nd">returns the current hook count</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_gethookcount</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_gethookcount"><code class="Fn" id="lua_gethookcount">lua_gethookcount</code></a>()
+    returns the current hook count.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns the current hook count.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns the current hook count.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_gethookcount</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_gethookcount</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - 79efa13251b5297c85310561e4ec83d1aa7daf23
blob + 44aaa9f061acff78a4a616b08005946966258148
--- lua_gethookmask.3.html
+++ lua_gethookmask.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETHOOKMASK(3)</title>
 </head>
@@ -14,32 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_gethookmask</code> &#x2014;
-<div class="Nd" title="Nd">returns the current hook mask</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_gethookmask</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_gethookmask</code>() returns the current hook
-  mask.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_gethookmask</code> &#x2014;
+    <span class="Nd">returns the current hook mask</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_gethookmask</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_gethookmask"><code class="Fn" id="lua_gethookmask">lua_gethookmask</code></a>()
+    returns the current hook mask.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns the current hook mask.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns the current hook mask.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_gethookmask</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_gethookmask</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - 5878650304f5294eff16e9f68ffc4a45c882e3df
blob + 290c9da24431f80ab77969881c9240ec620c445f
--- lua_getinfo.3.html
+++ lua_getinfo.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETINFO(3)</title>
 </head>
@@ -14,78 +15,82 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_getinfo</code> &#x2014;
-<div class="Nd" title="Nd">returns information about a specific function or
-  function invocation</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_getinfo</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *what</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Debug
-  *ar</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_getinfo</code>() returns information about a
-  specific function or function invocation.
-<div class="Pp"></div>
-To get information about a function invocation, the parameter ar must be a valid
-  activation record that was filled by a previous call to lua_getstack or given
-  as argument to a hook (see <a class="Xr" title="Xr">lua_Hook(3)</a>).
-<div class="Pp"></div>
-To get information about a function you push it onto the stack and start the
-  what string with the character '&gt;'. (In that case,
-  <code class="Nm" title="Nm">lua_getinfo</code> pops the function in the top of
-  the stack.) For instance, to know in which line a function
-  <var class="Fa" title="Fa">f</var> was defined, you can write the following
-  code:
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-lua_Debug ar; 
-lua_getfield(L, LUA_GLOBALSINDEX, &quot;f&quot;);  /* get global 'f' */ 
-lua_getinfo(L, &quot;&gt;S&quot;, &amp;ar); 
-printf(&quot;%d0, ar.linedefined);
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_getinfo</code> &#x2014;
+    <span class="Nd">returns information about a specific function or function
+    invocation</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_getinfo</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *what</var>, <var class="Fa" style="white-space: nowrap;">lua_Debug
+    *ar</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_getinfo"><code class="Fn" id="lua_getinfo">lua_getinfo</code></a>()
+    returns information about a specific function or function invocation.</p>
+<p class="Pp">To get information about a function invocation, the parameter ar
+    must be a valid activation record that was filled by a previous call to
+    lua_getstack or given as argument to a hook (see
+    <a class="Xr">lua_Hook(3)</a>).</p>
+<p class="Pp">To get information about a function you push it onto the stack and
+    start the what string with the character '&gt;'. (In that case,
+    <code class="Nm">lua_getinfo</code> pops the function in the top of the
+    stack.) For instance, to know in which line a function
+    <var class="Fa">f</var> was defined, you can write the following code:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>lua_Debug ar;
+lua_getfield(L, LUA_GLOBALSINDEX, &quot;f&quot;);  /* get global 'f' */
+lua_getinfo(L, &quot;&gt;S&quot;, &amp;ar);
+printf(&quot;%d0, ar.linedefined);</pre>
 </div>
-<div class="Pp"></div>
-Each character in the string what selects some fields of the structure ar to be
-  filled or a value to be pushed on the stack:
-<div class="Pp"></div>
+<p class="Pp">Each character in the string what selects some fields of the
+    structure ar to be filled or a value to be pushed on the stack:</p>
+<p class="Pp"></p>
 <dl class="Bl-tag Bl-compact">
-  <dt><b class="Sy" title="Sy">'n'</b></dt>
+  <dt id="'n'"><a class="permalink" href="#'n'"><b class="Sy">'n'</b></a></dt>
   <dd>fills in the field name and namewhat;</dd>
-  <dt><b class="Sy" title="Sy">'S'</b></dt>
+  <dt id="'S'"><a class="permalink" href="#'S'"><b class="Sy">'S'</b></a></dt>
   <dd>fills in the fields source, short_src, linedefined, lastlinedefined, and
       what;</dd>
-  <dt><b class="Sy" title="Sy">'l'</b></dt>
+  <dt id="'l'"><a class="permalink" href="#'l'"><b class="Sy">'l'</b></a></dt>
   <dd>fills in the field currentline;</dd>
-  <dt><b class="Sy" title="Sy">'u'</b></dt>
+  <dt id="'u'"><a class="permalink" href="#'u'"><b class="Sy">'u'</b></a></dt>
   <dd>fills in the field nups;</dd>
-  <dt><b class="Sy" title="Sy">'f'</b></dt>
+  <dt id="'f'"><a class="permalink" href="#'f'"><b class="Sy">'f'</b></a></dt>
   <dd>pushes onto the stack the function that is running at the given
     level;</dd>
-  <dt><b class="Sy" title="Sy">'L'</b></dt>
+  <dt id="'L'"><a class="permalink" href="#'L'"><b class="Sy">'L'</b></a></dt>
   <dd>pushes onto the stack a table whose indices are the numbers of the lines
       that are valid on the function. (A valid line is a line with some
       associated code, that is, a line where you can put a break point.
       Non-valid lines include empty lines and comments.) This function returns 0
       on error (for instance, an invalid option in what).</dd>
 </dl>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_Hook(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_getinfo</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_Hook(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_getinfo</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 19, 2022</td>
blob - 8b4cddb9a7536e86dc8c0733e5d2e5ac5dd3da7b
blob + e9aa3a2b94a9b51ee6db6a1e2356f97443bfc9be
--- lua_getlocal.3.html
+++ lua_getlocal.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETLOCAL(3)</title>
 </head>
@@ -14,49 +15,59 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_getlocal</code> &#x2014;
-<div class="Nd" title="Nd">gets information about a local variable of a given
-  activation record</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">lua_getlocal</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Debug
-  *ar</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_getlocal</code>() gets information about a local
-  variable of a given activation record. The parameter
-  <var class="Fa" title="Fa">ar</var> must be a valid activation record that was
-  filled by a previous call to <code class="Fn" title="Fn">lua_getstack</code>()
-  or given as argument to a hook (see <a class="Xr" title="Xr">lua_Hook(3)</a>
-  ). The index <var class="Fa" title="Fa">n</var> selects which local variable
-  to inspect (1 is the first parameter or active local variable, and so on,
-  until the last active local variable).
-  <code class="Fn" title="Fn">lua_getlocal</code>() pushes the variable's value
-  onto the stack and returns its name.
-<div class="Pp"></div>
-Variable names starting with '(' (open parentheses) represent internal variables
-  (loop control variables, temporaries, and C function locals).
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_getlocal</code> &#x2014;
+    <span class="Nd">gets information about a local variable of a given
+    activation record</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">lua_getlocal</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_Debug *ar</var>,
+    <var class="Fa" style="white-space: nowrap;">int n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_getlocal"><code class="Fn" id="lua_getlocal">lua_getlocal</code></a>()
+    gets information about a local variable of a given activation record. The
+    parameter <var class="Fa">ar</var> must be a valid activation record that
+    was filled by a previous call to
+    <a class="permalink" href="#lua_getstack"><code class="Fn" id="lua_getstack">lua_getstack</code></a>()
+    or given as argument to a hook (see <a class="Xr">lua_Hook(3)</a> ). The
+    index <var class="Fa">n</var> selects which local variable to inspect (1 is
+    the first parameter or active local variable, and so on, until the last
+    active local variable). <code class="Fn">lua_getlocal</code>() pushes the
+    variable's value onto the stack and returns its name.</p>
+<p class="Pp">Variable names starting with '(' (open parentheses) represent
+    internal variables (loop control variables, temporaries, and C function
+    locals).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns <code class="Dv" title="Dv">NULL</code> (and pushes nothing) when the
-  index is greater than the number of active local variables.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns <code class="Dv">NULL</code> (and pushes nothing) when the
+    index is greater than the number of active local variables.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_Hook(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_getlocal</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_Hook(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_getlocal</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - 29f00e333eac26ec6e3d4a1a5bbb83f7b38c2c64
blob + b74bb6cf94e3bb5e2653d13579d4bf386bd1f623
--- lua_getmetatable.3.html
+++ lua_getmetatable.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETMETATABLE(3)</title>
 </head>
@@ -14,35 +15,48 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_getmetatable</code> &#x2014;
-<div class="Nd" title="Nd">pushes onto the stack the metatable of the value at
-  the given acceptable index</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_getmetatable</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_getmetatable</code>() pushes onto the stack the
-  metatable of the value at the given acceptable index.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_getmetatable</code> &#x2014;
+    <span class="Nd">pushes onto the stack the metatable of the value at the
+    given acceptable index</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_getmetatable</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_getmetatable"><code class="Fn" id="lua_getmetatable">lua_getmetatable</code></a>()
+    pushes onto the stack the metatable of the value at the given acceptable
+    index.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-If the <var class="Fa" title="Fa">index</var> is not valid, or if the value does
-  not have a metatable, the function returns 0 and pushes nothing on the stack.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">If the <var class="Fa">index</var> is not valid, or if the value
+    does not have a metatable, the function returns 0 and pushes nothing on the
+    stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_getmetatable</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_getmetatable</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - a8a48f3ffbd35ba84884bbbf152346ba88e08e40
blob + 62cb1a939b22f4cc652a85f7d739504bd0e38e2f
--- lua_getstack.3.html
+++ lua_getstack.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETSTACK(3)</title>
 </head>
@@ -14,45 +15,52 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_getstack</code> &#x2014;
-<div class="Nd" title="Nd">get information about the interpreter runtime
-  stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_getstack</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  level</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Debug
-  *ar</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_getstack</code>() get information about the
-  interpreter runtime stack.
-<div class="Pp"></div>
-This function fills parts of a <a class="Xr" title="Xr">lua_Debug(3)</a>
-  structure with an identification of the activation record of the function
-  executing at a given level. Level 0 is the current running function, whereas
-  level n+1 is the function that has called level
-  <var class="Fa" title="Fa">n</var>.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_getstack</code> &#x2014; <span class="Nd">get
+    information about the interpreter runtime stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_getstack</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int level</var>,
+    <var class="Fa" style="white-space: nowrap;">lua_Debug *ar</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_getstack"><code class="Fn" id="lua_getstack">lua_getstack</code></a>()
+    get information about the interpreter runtime stack.</p>
+<p class="Pp">This function fills parts of a <a class="Xr">lua_Debug(3)</a>
+    structure with an identification of the activation record of the function
+    executing at a given level. Level 0 is the current running function, whereas
+    level n+1 is the function that has called level <var class="Fa">n</var>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-When there are no errors, <code class="Fn" title="Fn">lua_getstack</code>()
-  returns 1; when called with a level greater than the stack depth, it returns
-  0.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">When there are no errors, <code class="Fn">lua_getstack</code>()
+    returns 1; when called with a level greater than the stack depth, it returns
+    0.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_Debug(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_getstack</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_Debug(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_getstack</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - e0f185b666fc04a043cfbd5ae8becc5dec8f6e96
blob + 251f3432c64d806c13115da8e4c40e889754d70d
--- lua_gettable.3.html
+++ lua_gettable.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETTABLE(3)</title>
 </head>
@@ -14,37 +15,45 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_gettable</code> &#x2014;
-<div class="Nd" title="Nd">pushes onto the stack the value t[k], where t is the
-  value at the given valid index and k is the value at the top of the
-  stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_gettable</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_gettable</code>() pushes onto the stack the
-  value t[k], where t is the value at the given valid index and k is the value
-  at the top of the stack.
-<div class="Pp"></div>
-This function pops the key from the stack (putting the resulting value in its
-  place). As in Lua, this function may trigger a metamethod for the
-  &#x201C;index&#x201D; event.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_gettable</code> &#x2014;
+    <span class="Nd">pushes onto the stack the value t[k], where t is the value
+    at the given valid index and k is the value at the top of the
+  stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_gettable</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_gettable"><code class="Fn" id="lua_gettable">lua_gettable</code></a>()
+    pushes onto the stack the value t[k], where t is the value at the given
+    valid index and k is the value at the top of the stack.</p>
+<p class="Pp">This function pops the key from the stack (putting the resulting
+    value in its place). As in Lua, this function may trigger a metamethod for
+    the &quot;index&quot; event.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_gettable</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_gettable</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 512c99558f7140d0e2c5f4e2db919f5f5e5cf8fc
blob + c1959333d17172e2fadc2bb1509316ec90d27726
--- lua_gettop.3.html
+++ lua_gettop.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETTOP(3)</title>
 </head>
@@ -14,34 +15,47 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_gettop</code> &#x2014;
-<div class="Nd" title="Nd">returns the index of the top element in the
-  stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_gettop</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_gettop</code>() returns the index of the top
-  element in the stack. Because indices start at 1, this result is equal to the
-  number of elements in the stack (and so 0 means an empty stack).
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_gettop</code> &#x2014;
+    <span class="Nd">returns the index of the top element in the
+  stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_gettop</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_gettop"><code class="Fn" id="lua_gettop">lua_gettop</code></a>()
+    returns the index of the top element in the stack. Because indices start at
+    1, this result is equal to the number of elements in the stack (and so 0
+    means an empty stack).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns the index of the top element in the stack.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns the index of the top element in the stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_gettop</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_gettop</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 3c418bd5fad88808a722ddc52f2f8398934aee92
blob + 26c719a3247362817ecef8eb6c832cd1be7c1c5f
--- lua_getupvalue.3.html
+++ lua_getupvalue.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_GETUPVALUE(3)</title>
 </head>
@@ -14,43 +15,55 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_getupvalue</code> &#x2014;
-<div class="Nd" title="Nd">gets information about a closure's upvalue</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">lua_getupvalue</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  funcindex</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_getupvalue</code>() gets information about a
-  closure's upvalue. (For Lua functions, upvalues are the external local
-  variables that the function uses, and that are consequently included in its
-  closure.) <code class="Fn" title="Fn">lua_getupvalue</code>() gets the index
-  <var class="Fa" title="Fa">n</var> of an upvalue, pushes the upvalue's value
-  onto the stack, and returns its name.
-  <var class="Fa" title="Fa">funcindex</var> points to the closure in the stack.
-  (Upvalues have no particular order, as they are active through the whole
-  function. So, they are numbered in an arbitrary order.)
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_getupvalue</code> &#x2014;
+    <span class="Nd">gets information about a closure's upvalue</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">lua_getupvalue</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int funcindex</var>,
+    <var class="Fa" style="white-space: nowrap;">int n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_getupvalue"><code class="Fn" id="lua_getupvalue">lua_getupvalue</code></a>()
+    gets information about a closure's upvalue. (For Lua functions, upvalues are
+    the external local variables that the function uses, and that are
+    consequently included in its closure.)
+    <code class="Fn">lua_getupvalue</code>() gets the index
+    <var class="Fa">n</var> of an upvalue, pushes the upvalue's value onto the
+    stack, and returns its name. <var class="Fa">funcindex</var> points to the
+    closure in the stack. (Upvalues have no particular order, as they are active
+    through the whole function. So, they are numbered in an arbitrary
+  order.)</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns <code class="Dv" title="Dv">NULL</code> (and pushes nothing) when the
-  index is greater than the number of upvalues. For C functions, this function
-  uses the empty string &quot;&quot; as a name for all upvalues.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns <code class="Dv">NULL</code> (and pushes nothing) when the
+    index is greater than the number of upvalues. For C functions, this function
+    uses the empty string &quot;&quot; as a name for all upvalues.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_getupvalue</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_getupvalue</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - 45a2166ec6e94296eda888efdf3c61bba287a0bf
blob + dcb335bc08242e402b00b68fe2f9dfeb36fa329c
--- lua_insert.3.html
+++ lua_insert.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_INSERT(3)</title>
 </head>
@@ -14,33 +15,42 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_insert</code> &#x2014;
-<div class="Nd" title="Nd">moves the top element into the given valid index,
-  shifting up the elements above this index to open space</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_insert</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_insert</code>() moves the top element into the
-  given valid index, shifting up the elements above this index to open space.
-  Cannot be called with a pseudo-index, because a pseudo-index is not an actual
-  stack position.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_insert</code> &#x2014; <span class="Nd">moves
+    the top element into the given valid index, shifting up the elements above
+    this index to open space</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_insert</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_insert"><code class="Fn" id="lua_insert">lua_insert</code></a>()
+    moves the top element into the given valid index, shifting up the elements
+    above this index to open space. Cannot be called with a pseudo-index,
+    because a pseudo-index is not an actual stack position.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_insert</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_insert</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - e0cbd81a443f34d0a93b1b68531c91a8c04d8995
blob + 3d7b9fbe813205dcb2124d59ba2ad09a149038ff
--- lua_isboolean.3.html
+++ lua_isboolean.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ISBOOLEAN(3)</title>
 </head>
@@ -14,34 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_isboolean</code> &#x2014;
-<div class="Nd" title="Nd">check whether a value is a boolean</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_isboolean</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_isboolean</code>() returns 1 if the value at the
-  given acceptable index has type boolean, and 0 otherwise.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_isboolean</code> &#x2014;
+    <span class="Nd">check whether a value is a boolean</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_isboolean</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_isboolean"><code class="Fn" id="lua_isboolean">lua_isboolean</code></a>()
+    returns 1 if the value at the given acceptable index has type boolean, and 0
+    otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the value at the given acceptable index has type boolean, and 0
-  otherwise.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the value at the given acceptable index has type
+    boolean, and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_isboolean</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_isboolean</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 4d69edd2a64464a5c8db038d912c4d440c8bbaed
blob + 0b5e18ee4c70e6c42b6d56fce99fb5ca31b478a1
--- lua_iscfunction.3.html
+++ lua_iscfunction.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ISCFUNCTION(3)</title>
 </head>
@@ -14,34 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_iscfunction</code> &#x2014;
-<div class="Nd" title="Nd">check whether a value is a C function</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_iscfunction</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_iscfunction</code>() returns 1 if the value at
-  the given acceptable index is a C function, and 0 otherwise.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_iscfunction</code> &#x2014;
+    <span class="Nd">check whether a value is a C function</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_iscfunction</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_iscfunction"><code class="Fn" id="lua_iscfunction">lua_iscfunction</code></a>()
+    returns 1 if the value at the given acceptable index is a C function, and 0
+    otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the value at the given acceptable index is a C function, and 0
-  otherwise.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the value at the given acceptable index is a C
+    function, and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_iscfunction</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_iscfunction</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - d51c4611da2003784754cbe0671c32f9a3a900d8
blob + 7c269aaf8d8bde603b2f3d86af8991a0ba44d8e1
--- lua_isfunction.3.html
+++ lua_isfunction.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ISFUNCTION(3)</title>
 </head>
@@ -14,34 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_isfunction</code> &#x2014;
-<div class="Nd" title="Nd">check whether a value is a function</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_isfunction</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_isfunction</code>() returns 1 if the value at
-  the given acceptable index is a function (either C or Lua), and 0 otherwise.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_isfunction</code> &#x2014;
+    <span class="Nd">check whether a value is a function</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_isfunction</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_isfunction"><code class="Fn" id="lua_isfunction">lua_isfunction</code></a>()
+    returns 1 if the value at the given acceptable index is a function (either C
+    or Lua), and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the value at the given acceptable index is a function (either C or
-  Lua), and 0 otherwise.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the value at the given acceptable index is a function
+    (either C or Lua), and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_isfunction</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_isfunction</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 0040013c558c08093c7041a86161948069d1dce5
blob + 538d5b4cf9dcc64851e9309724751eb15703ad17
--- lua_islightuserdata.3.html
+++ lua_islightuserdata.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ISLIGHTUSERDATA(3)</title>
 </head>
@@ -14,34 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_islightuserdata</code> &#x2014;
-<div class="Nd" title="Nd">check whether a value is a light userdata</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_islightuserdata</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_islightuserdata</code>() returns 1 if the value
-  at the given acceptable index is a light userdata, and 0 otherwise.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_islightuserdata</code> &#x2014;
+    <span class="Nd">check whether a value is a light userdata</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_islightuserdata</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_islightuserdata"><code class="Fn" id="lua_islightuserdata">lua_islightuserdata</code></a>()
+    returns 1 if the value at the given acceptable index is a light userdata,
+    and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the value at the given acceptable index is a light userdata, and 0
-  otherwise.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the value at the given acceptable index is a light
+    userdata, and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_islightuserdata</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_islightuserdata</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - bb9227a6f6fe11518fb0b3e921ce2fea84665d6c
blob + d26db645e63039db4a3bddc403a958ffa0bdfdf4
--- lua_isnil.3.html
+++ lua_isnil.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ISNIL(3)</title>
 </head>
@@ -14,33 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_isnil</code> &#x2014;
-<div class="Nd" title="Nd">check whether a value is a nil</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_isnil</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_isnil</code>() returns 1 if the value at the
-  given acceptable index is nil, and 0 otherwise.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_isnil</code> &#x2014; <span class="Nd">check
+    whether a value is a nil</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_isnil</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_isnil"><code class="Fn" id="lua_isnil">lua_isnil</code></a>()
+    returns 1 if the value at the given acceptable index is nil, and 0
+    otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the value at the given acceptable index is nil, and 0 otherwise.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the value at the given acceptable index is nil, and 0
+    otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_isnil</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_isnil</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 717893064edd0912d59f3d075941271a3e947508
blob + f4dd28aec3ffcab310629187598a98203663da49
--- lua_isnone.3.html
+++ lua_isnone.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ISNONE(3)</title>
 </head>
@@ -14,34 +15,45 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_isnone</code> &#x2014;
-<div class="Nd" title="Nd">check whether a value is not valid</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_isnone</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_isnone</code>() returns 1 if the given
-  acceptable index is not valid, and 0 otherwise.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_isnone</code> &#x2014; <span class="Nd">check
+    whether a value is not valid</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_isnone</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_isnone"><code class="Fn" id="lua_isnone">lua_isnone</code></a>()
+    returns 1 if the given acceptable index is not valid, and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the given acceptable index is not valid (that is, it refers to an
-  element outside the current stack), and 0 otherwise.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the given acceptable index is not valid (that is, it
+    refers to an element outside the current stack), and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_isnone</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_isnone</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 07f6c4b36e6aac6e42f3dd9148b0c134305a4636
blob + 0d3cd88ceae8e683357916dd266280123e1c203b
--- lua_isnoneornil.3.html
+++ lua_isnoneornil.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ISNONEORNIL(3)</title>
 </head>
@@ -14,37 +15,48 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_isnoneornil</code> &#x2014;
-<div class="Nd" title="Nd">check whether a value is not valid or if the value is
-  nil</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_isnoneornil</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_isnoneornil</code>() returns 1 if the given
-  acceptable index is not valid or if the value at this index is nil, and 0
-  otherwise.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_isnoneornil</code> &#x2014;
+    <span class="Nd">check whether a value is not valid or if the value is
+    nil</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_isnoneornil</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_isnoneornil"><code class="Fn" id="lua_isnoneornil">lua_isnoneornil</code></a>()
+    returns 1 if the given acceptable index is not valid or if the value at this
+    index is nil, and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the given acceptable index is not valid (that is, it refers to an
-  element outside the current stack) or if the value at this index is nil, and 0
-  otherwise.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the given acceptable index is not valid (that is, it
+    refers to an element outside the current stack) or if the value at this
+    index is nil, and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_isnoneornil</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_isnoneornil</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 3f4549d0691396798300229c404d2722e67f85d3
blob + 48c0b16dbade302d273dcd3f8636ee172027d5b3
--- lua_isnumber.3.html
+++ lua_isnumber.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ISNUMBER(3)</title>
 </head>
@@ -14,35 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_isnumber</code> &#x2014;
-<div class="Nd" title="Nd">check whether a value is a number</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_isnumber</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_isnumber</code>() returns 1 if the value at the
-  given acceptable index is a number or a string convertible to a number, and 0
-  otherwise.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_isnumber</code> &#x2014;
+    <span class="Nd">check whether a value is a number</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_isnumber</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_isnumber"><code class="Fn" id="lua_isnumber">lua_isnumber</code></a>()
+    returns 1 if the value at the given acceptable index is a number or a string
+    convertible to a number, and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the value at the given acceptable index is a number or a string
-  convertible to a number, and 0 otherwise.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the value at the given acceptable index is a number
+    or a string convertible to a number, and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_isnumber</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_isnumber</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - ffa6a8811792cdc342ecec6d9ee76622a58e6119
blob + a41bb7e4836540c1b7fd68f99fa5d020c71a3773
--- lua_isstring.3.html
+++ lua_isstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ISSTRING(3)</title>
 </head>
@@ -14,35 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_isstring</code> &#x2014;
-<div class="Nd" title="Nd">check whether a value is a string or a number</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_isstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_isstring</code>() returns 1 if the value at the
-  given acceptable index is a string or a number (which is always convertible to
-  a string), and 0 otherwise.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_isstring</code> &#x2014;
+    <span class="Nd">check whether a value is a string or a number</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_isstring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_isstring"><code class="Fn" id="lua_isstring">lua_isstring</code></a>()
+    returns 1 if the value at the given acceptable index is a string or a number
+    (which is always convertible to a string), and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the value at the given acceptable index is a string or a number
-  (which is always convertible to a string), and 0 otherwise.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the value at the given acceptable index is a string
+    or a number (which is always convertible to a string), and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_isstring</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_isstring</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - e39117a711dd4025854d373dba1d61eb321e0d41
blob + 9eb0069fcd5ed270761de16be14b3582b68ea230
--- lua_istable.3.html
+++ lua_istable.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ISTABLE(3)</title>
 </head>
@@ -14,33 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_istable</code> &#x2014;
-<div class="Nd" title="Nd">check whether a value is a table</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_istable</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_istable</code>()
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_istable</code> &#x2014;
+    <span class="Nd">check whether a value is a table</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_istable</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_istable"><code class="Fn" id="lua_istable">lua_istable</code></a>()</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the value at the given acceptable index is a table, and 0
-  otherwise.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the value at the given acceptable index is a table,
+    and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_istable</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_istable</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - ddfab492915454a0d87db1a5891cbc1d12c54e70
blob + 1c59a236a36d5b4eeb0c3b920ce4a90d5c5cb5a0
--- lua_isthread.3.html
+++ lua_isthread.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ISTHREAD(3)</title>
 </head>
@@ -14,34 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_isthread</code> &#x2014;
-<div class="Nd" title="Nd">check whether a value is a thread</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_isthread</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_isthread</code>() returns 1 if the value at the
-  given acceptable index is a thread, and 0 otherwise.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_isthread</code> &#x2014;
+    <span class="Nd">check whether a value is a thread</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_isthread</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_isthread"><code class="Fn" id="lua_isthread">lua_isthread</code></a>()
+    returns 1 if the value at the given acceptable index is a thread, and 0
+    otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the value at the given acceptable index is a thread, and 0
-  otherwise.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the value at the given acceptable index is a thread,
+    and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_isthread</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_isthread</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - 01e2c8e7455f05f9acbba7f0daaaffbebae17bcb
blob + 7ccbda664025f834cc741d358f4351d429117ef1
--- lua_isuserdata.3.html
+++ lua_isuserdata.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_ISUSERDATA(3)</title>
 </head>
@@ -14,35 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_isuserdata</code> &#x2014;
-<div class="Nd" title="Nd">check whether a value is a userdata</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_isuserdata</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_isuserdata</code>() returns 1 if the value at
-  the given acceptable index is a userdata (either full or light), and 0
-  otherwise.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_isuserdata</code> &#x2014;
+    <span class="Nd">check whether a value is a userdata</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_isuserdata</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_isuserdata"><code class="Fn" id="lua_isuserdata">lua_isuserdata</code></a>()
+    returns 1 if the value at the given acceptable index is a userdata (either
+    full or light), and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the value at the given acceptable index is a userdata (either full
-  or light), and 0 otherwise.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the value at the given acceptable index is a userdata
+    (either full or light), and 0 otherwise.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_isuserdata</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_isuserdata</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - bb2e312d20407d408c350cdbfdc7a2c59dcc145c
blob + f4e2e338c190d1f426be66d4e5bd17d652d8b534
--- lua_lessthan.3.html
+++ lua_lessthan.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_LESSTHAN(3)</title>
 </head>
@@ -14,37 +15,48 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_lessthan</code> &#x2014;
-<div class="Nd" title="Nd">compares two values</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_lessthan</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index1</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index2</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_lessthan</code>()
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_lessthan</code> &#x2014;
+    <span class="Nd">compares two values</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_lessthan</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index1</var>,
+    <var class="Fa" style="white-space: nowrap;">int index2</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_lessthan"><code class="Fn" id="lua_lessthan">lua_lessthan</code></a>()</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns 1 if the value at acceptable index
-  <var class="Fa" title="Fa">index1</var> is smaller than the value at
-  acceptable index <var class="Fa" title="Fa">index2</var> , following the
-  semantics of the Lua &lt; operator (that is, may call metamethods). Otherwise
-  returns 0. Also returns 0 if any of the indices is non valid.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns 1 if the value at acceptable index
+    <var class="Fa">index1</var> is smaller than the value at acceptable index
+    <var class="Fa">index2</var> , following the semantics of the Lua &lt;
+    operator (that is, may call metamethods). Otherwise returns 0. Also returns
+    0 if any of the indices is non valid.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_lessthan</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_lessthan</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - a978645f548f0c08940315516008e4372c483c44
blob + db5eaed4acf6c1e5f467033d5eb412626f08b29e
--- lua_load.3.html
+++ lua_load.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_LOAD(3)</title>
 </head>
@@ -14,64 +15,72 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_load</code> &#x2014;
-<div class="Nd" title="Nd">loads a Lua chunk</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_load</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Reader
-  reader</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">void
-  *data</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const
-  char *chunkname</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_load</code>() loads a Lua chunk. If there are no
-  errors, <code class="Fn" title="Fn">lua_load</code>() pushes the compiled
-  chunk as a Lua function on top of the stack. Otherwise, it pushes an error
-  message.
-<div class="Pp"></div>
-This function only loads a chunk; it does not run it.
-<div class="Pp"></div>
-<code class="Fn" title="Fn">lua_load</code>() automatically detects whether the
-  chunk is text or binary, and loads it accordingly, see
-  <a class="Xr" title="Xr">luac(1)</a>.
-<div class="Pp"></div>
-The <code class="Fn" title="Fn">lua_load</code>() function uses a user-supplied
-  reader function to read the chunk, see
-  <a class="Xr" title="Xr">lua_Reader(3)</a>. The data argument is an opaque
-  value passed to the reader function.
-<div class="Pp"></div>
-The chunkname argument gives a name to the chunk, which is used for error
-  messages and in debug information.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_load</code> &#x2014; <span class="Nd">loads a
+    Lua chunk</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_load</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_Reader
+    reader</var>, <var class="Fa" style="white-space: nowrap;">void *data</var>,
+    <var class="Fa" style="white-space: nowrap;">const char
+  *chunkname</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_load"><code class="Fn" id="lua_load">lua_load</code></a>()
+    loads a Lua chunk. If there are no errors,
+    <code class="Fn">lua_load</code>() pushes the compiled chunk as a Lua
+    function on top of the stack. Otherwise, it pushes an error message.</p>
+<p class="Pp">This function only loads a chunk; it does not run it.</p>
+<p class="Pp" id="lua_load~2"><a class="permalink" href="#lua_load~2"><code class="Fn">lua_load</code></a>()
+    automatically detects whether the chunk is text or binary, and loads it
+    accordingly, see <a class="Xr">luac(1)</a>.</p>
+<p class="Pp" id="lua_load~3">The
+    <a class="permalink" href="#lua_load~3"><code class="Fn">lua_load</code></a>()
+    function uses a user-supplied reader function to read the chunk, see
+    <a class="Xr">lua_Reader(3)</a>. The data argument is an opaque value passed
+    to the reader function.</p>
+<p class="Pp">The chunkname argument gives a name to the chunk, which is used
+    for error messages and in debug information.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-The return values of <code class="Fn" title="Fn">lua_load</code>() are:
-<div class="Pp"></div>
+<p class="Pp">The return values of <code class="Fn">lua_load</code>() are:</p>
+<p class="Pp"></p>
 <div class="Bd-indent">
 <dl class="Bl-tag Bl-compact">
-  <dt><a class="permalink" href="#0"><code class="Dv" title="Dv" id="0">0</code></a>:</dt>
+  <dt id="0"><a class="permalink" href="#0"><code class="Dv">0</code></a>:</dt>
   <dd>no errors;</dd>
-  <dt><a class="permalink" href="#LUA_ERRSYNTAX"><code class="Dv" title="Dv" id="LUA_ERRSYNTAX">LUA_ERRSYNTAX</code></a>:</dt>
+  <dt id="LUA_ERRSYNTAX"><a class="permalink" href="#LUA_ERRSYNTAX"><code class="Dv">LUA_ERRSYNTAX</code></a>:</dt>
   <dd>syntax error during pre-compilation;</dd>
-  <dt><a class="permalink" href="#LUA_ERRMEM"><code class="Dv" title="Dv" id="LUA_ERRMEM">LUA_ERRMEM</code></a>:</dt>
+  <dt id="LUA_ERRMEM"><a class="permalink" href="#LUA_ERRMEM"><code class="Dv">LUA_ERRMEM</code></a>:</dt>
   <dd>memory allocation error.</dd>
 </dl>
 </div>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">luac(1)</a>, <a class="Xr" title="Xr">lua_Reader(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_load</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">luac(1)</a>, <a class="Xr">lua_Reader(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_load</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - f34c2c29b20d17a80a740a05c62fb838de96e703
blob + 080d4a565bc93a3013e1e72bf6763d41709b5d4b
--- lua_newstate.3.html
+++ lua_newstate.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_NEWSTATE(3)</title>
 </head>
@@ -14,37 +15,48 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_newstate</code> &#x2014;
-<div class="Nd" title="Nd">creates a new, independent state</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_State *</var>
-<br/>
-<code class="Fn" title="Fn">lua_newstate</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_Alloc
-  f</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">void
-  *ud</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_newstate</code>() creates a new, independent
-  state. The argument <var class="Fa" title="Fa">f</var> is the allocator
-  function; Lua does all memory allocation for this state through this function.
-  The second argument, <var class="Fa" title="Fa">ud</var>, is an opaque pointer
-  that Lua simply passes to the allocator in every call.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_newstate</code> &#x2014;
+    <span class="Nd">creates a new, independent state</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_State *</var>
+  <br/>
+  <code class="Fn">lua_newstate</code>(<var class="Fa" style="white-space: nowrap;">lua_Alloc
+    f</var>, <var class="Fa" style="white-space: nowrap;">void *ud</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_newstate"><code class="Fn" id="lua_newstate">lua_newstate</code></a>()
+    creates a new, independent state. The argument <var class="Fa">f</var> is
+    the allocator function; Lua does all memory allocation for this state
+    through this function. The second argument, <var class="Fa">ud</var>, is an
+    opaque pointer that Lua simply passes to the allocator in every call.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns <code class="Dv" title="Dv">NULL</code> if cannot create the state (due
-  to lack of memory).
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns <code class="Dv">NULL</code> if cannot create the state
+    (due to lack of memory).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_newstate</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_newstate</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 7403955b7ff523efd094110880d6ea5c3193d036
blob + 42824895e167b14e7ae0322038caedfd382efd4b
--- lua_newtable.3.html
+++ lua_newtable.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_NEWTABLE(3)</title>
 </head>
@@ -14,31 +15,42 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_newtable</code> &#x2014;
-<div class="Nd" title="Nd">creates a new empty table and pushes it onto the
-  stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_newtable</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_newtable</code>() creates a new empty table and
-  pushes it onto the stack. It is equivalent to
-  <i class="Em" title="Em">lua_createtable(L, 0, 0)</i>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_newtable</code> &#x2014;
+    <span class="Nd">creates a new empty table and pushes it onto the
+    stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_newtable</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_newtable"><code class="Fn" id="lua_newtable">lua_newtable</code></a>()
+    creates a new empty table and pushes it onto the stack. It is equivalent to
+    <a class="permalink" href="#lua_createtable(L,"><i class="Em" id="lua_createtable(L,">lua_createtable(L,
+    0, 0)</i></a>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_newtable</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_newtable</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - b54d4fe6e650c3078385c62318d5083a4ce4b43d
blob + fd82a65abd638cf4cf34f89ea6e701b01a2da7fe
--- lua_newthread.3.html
+++ lua_newthread.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_NEWTHREAD(3)</title>
 </head>
@@ -14,41 +15,51 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_newthread</code> &#x2014;
-<div class="Nd" title="Nd">creates a new thread</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_State *</var>
-<br/>
-<code class="Fn" title="Fn">lua_newthread</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_newthread</code>() creates a new thread, pushes
-  it on the stack, and returns a pointer to a
-  <a class="Xr" title="Xr">lua_State(3)</a> that represents this new thread. The
-  new state returned by this function shares with the original state all global
-  objects (such as tables), but has an independent execution stack.
-<div class="Pp"></div>
-There is no explicit function to close or to destroy a thread. Threads are
-  subject to garbage collection, like any Lua object.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_newthread</code> &#x2014;
+    <span class="Nd">creates a new thread</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_State *</var>
+  <br/>
+  <code class="Fn">lua_newthread</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_newthread"><code class="Fn" id="lua_newthread">lua_newthread</code></a>()
+    creates a new thread, pushes it on the stack, and returns a pointer to a
+    <a class="Xr">lua_State(3)</a> that represents this new thread. The new
+    state returned by this function shares with the original state all global
+    objects (such as tables), but has an independent execution stack.</p>
+<p class="Pp">There is no explicit function to close or to destroy a thread.
+    Threads are subject to garbage collection, like any Lua object.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-<code class="Fn" title="Fn">lua_newthread</code>() returns a pointer to a
-  <a class="Xr" title="Xr">lua_State(3)</a> that represents this new thread.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp"><code class="Fn">lua_newthread</code>() returns a pointer to a
+    <a class="Xr">lua_State(3)</a> that represents this new thread.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_State(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_newthread</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_State(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_newthread</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - c8ecebcde1af644c9f4ab59ced1615574dfa425d
blob + 4f53c1823356c4dbc14a0f9428ab20c654fde287
--- lua_newuserdata.3.html
+++ lua_newuserdata.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_NEWUSERDATA(3)</title>
 </head>
@@ -14,41 +15,51 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_newuserdata</code> &#x2014;
-<div class="Nd" title="Nd">allocates a new block of memory with the given
-  size</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void *</var>
-<br/>
-<code class="Fn" title="Fn">lua_newuserdata</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">size_t
-  size</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_newuserdata</code>() allocates a new block of
-  memory with the given size, pushes onto the stack a new full userdata with the
-  block address, and returns this address.
-<div class="Pp"></div>
-Userdata represent C values in Lua. A <i class="Em" title="Em">full</i> userdata
-  represents a block of memory. It is an object (like a table): you must create
-  it, it can have its own metatable, and you can detect when it is being
-  collected. A full userdata is only equal to itself (under raw equality).
-<div class="Pp"></div>
-When Lua collects a full userdata with a gc metamethod, Lua calls the metamethod
-  and marks the userdata as finalized. When this userdata is collected again
-  then Lua frees its corresponding memory.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_newuserdata</code> &#x2014;
+    <span class="Nd">allocates a new block of memory with the given
+  size</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void *</var>
+  <br/>
+  <code class="Fn">lua_newuserdata</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">size_t
+  size</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_newuserdata"><code class="Fn" id="lua_newuserdata">lua_newuserdata</code></a>()
+    allocates a new block of memory with the given size, pushes onto the stack a
+    new full userdata with the block address, and returns this address.</p>
+<p class="Pp" id="full">Userdata represent C values in Lua. A
+    <a class="permalink" href="#full"><i class="Em">full</i></a> userdata
+    represents a block of memory. It is an object (like a table): you must
+    create it, it can have its own metatable, and you can detect when it is
+    being collected. A full userdata is only equal to itself (under raw
+    equality).</p>
+<p class="Pp">When Lua collects a full userdata with a gc metamethod, Lua calls
+    the metamethod and marks the userdata as finalized. When this userdata is
+    collected again then Lua frees its corresponding memory.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_newuserdata</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_newuserdata</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - dcaa27caf94fddc44347e1b5c960495099c7f6db
blob + c70323d87269ca543b787caed6822068c69d09a4
--- lua_next.3.html
+++ lua_next.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_NEXT(3)</title>
 </head>
@@ -14,60 +15,62 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_next</code> &#x2014;
-<div class="Nd" title="Nd">pops a key from the stack, and pushes a key-value
-  pair from the table</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_next</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_next</code>() pops a key from the stack, and
-  pushes a key-value pair from the table at the given index (the
-  &quot;next&quot; pair after the given key). If there are no more elements in
-  the table, then <code class="Nm" title="Nm">lua_next</code> returns 0 (and
-  pushes nothing).
-<div class="Pp"></div>
-A typical traversal looks like this:
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-/* table is in the stack at index 't' */ 
-lua_pushnil(L);  /* first key */ 
-while (lua_next(L, t) != 0) { 
-  /* uses 'key' (at index -2) and 'value' (at index -1) */ 
-  printf(&quot;%s - %s0, 
-         lua_typename(L, lua_type(L, -2)), 
-         lua_typename(L, lua_type(L, -1))); 
-  /* removes 'value'; keeps 'key' for next iteration */ 
-  lua_pop(L, 1); 
-}
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_next</code> &#x2014; <span class="Nd">pops a
+    key from the stack, and pushes a key-value pair from the table</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_next</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_next"><code class="Fn" id="lua_next">lua_next</code></a>()
+    pops a key from the stack, and pushes a key-value pair from the table at the
+    given index (the &quot;next&quot; pair after the given key). If there are no
+    more elements in the table, then <code class="Nm">lua_next</code> returns 0
+    (and pushes nothing).</p>
+<p class="Pp">A typical traversal looks like this:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>/* table is in the stack at index 't' */
+lua_pushnil(L);  /* first key */
+while (lua_next(L, t) != 0) {
+  /* uses 'key' (at index -2) and 'value' (at index -1) */
+  printf(&quot;%s - %s0,
+         lua_typename(L, lua_type(L, -2)),
+         lua_typename(L, lua_type(L, -1)));
+  /* removes 'value'; keeps 'key' for next iteration */
+  lua_pop(L, 1);
+}</pre>
 </div>
-<div class="Pp"></div>
-While traversing a table, do not call
-  <a class="Xr" title="Xr">lua_tolstring(3)</a> directly on a key, unless you
-  know that the key is actually a string. Recall that
-  <a class="Xr" title="Xr">lua_tolstring(3)</a> changes the value at the given
-  index; this confuses the next call to
-  <code class="Nm" title="Nm">lua_next</code>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">While traversing a table, do not call
+    <a class="Xr">lua_tolstring(3)</a> directly on a key, unless you know that
+    the key is actually a string. Recall that <a class="Xr">lua_tolstring(3)</a>
+    changes the value at the given index; this confuses the next call to
+    <code class="Nm">lua_next</code>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_tolstring(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_next</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_tolstring(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_next</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 20, 2022</td>
blob - 0887d3133b0d7332f851c83e94ee3c8b6e1a7ac5
blob + 53767cbb829253eb400e407777c3f54d56aa7b24
--- lua_objlen.3.html
+++ lua_objlen.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_OBJLEN(3)</title>
 </head>
@@ -14,33 +15,42 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_objlen</code> &#x2014;
-<div class="Nd" title="Nd">returns the length of the value</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">size_t</var>
-<br/>
-<code class="Fn" title="Fn">lua_objlen</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_objlen</code>() returns the
-  &#x201C;length&#x201D; of the value at the given acceptable index: for
-  strings, this is the string length; for tables, this is the result of the
-  length operator ('#'); for userdata, this is the size of the block of memory
-  allocated for the userdata; for other values, it is 0.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_objlen</code> &#x2014;
+    <span class="Nd">returns the length of the value</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">size_t</var>
+  <br/>
+  <code class="Fn">lua_objlen</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_objlen"><code class="Fn" id="lua_objlen">lua_objlen</code></a>()
+    returns the &quot;length&quot; of the value at the given acceptable index:
+    for strings, this is the string length; for tables, this is the result of
+    the length operator ('#'); for userdata, this is the size of the block of
+    memory allocated for the userdata; for other values, it is 0.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_objlen</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_objlen</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - bafe33cf98adfb21bd26330ed5534dfc7fdde3cf
blob + 4b005ef4b483875a16e05f2c938dda053464c068
--- lua_pcall.3.html
+++ lua_pcall.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PCALL(3)</title>
 </head>
@@ -14,76 +15,82 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pcall</code> &#x2014;
-<div class="Nd" title="Nd">calls a function in protected mode</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_pcall</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  nargs</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  nresults</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  errfunc</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pcall</code>() calls a function in protected
-  mode.
-<div class="Pp"></div>
-Both <var class="Fa" title="Fa">nargs</var> and
-  <var class="Fa" title="Fa">nresults</var> have the same meaning as in
-  <a class="Xr" title="Xr">lua_call(3)</a>. If there are no errors during the
-  call, <code class="Nm" title="Nm">lua_pcall</code> behaves exactly like
-  <a class="Xr" title="Xr">lua_call(3)</a>. However, if there is any error,
-  <code class="Nm" title="Nm">lua_pcall</code> catches it, pushes a single value
-  on the stack (the error message), and returns an error code. Like
-  <a class="Xr" title="Xr">lua_call(3)</a>,
-  <code class="Nm" title="Nm">lua_pcall</code> always removes the function and
-  its arguments from the stack.
-<div class="Pp"></div>
-If <var class="Fa" title="Fa">errfunc</var> is 0, then the error message
-  returned on the stack is exactly the original error message. Otherwise,
-  <var class="Fa" title="Fa">errfunc</var> is the stack index of an
-  <i class="Em" title="Em">error handler function</i>. (In the current
-  implementation, this index cannot be a pseudo-index.) In case of runtime
-  errors, this function will be called with the error message and its return
-  value will be the message returned on the stack by
-  <code class="Nm" title="Nm">lua_pcall</code>.
-<div class="Pp"></div>
-Typically, the error handler function is used to add more debug information to
-  the error message, such as a stack traceback. Such information cannot be
-  gathered after the return of <code class="Nm" title="Nm">lua_pcall</code>,
-  since by then the stack has unwound.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pcall</code> &#x2014; <span class="Nd">calls
+    a function in protected mode</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_pcall</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int nargs</var>,
+    <var class="Fa" style="white-space: nowrap;">int nresults</var>,
+    <var class="Fa" style="white-space: nowrap;">int errfunc</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pcall"><code class="Fn" id="lua_pcall">lua_pcall</code></a>()
+    calls a function in protected mode.</p>
+<p class="Pp">Both <var class="Fa">nargs</var> and
+    <var class="Fa">nresults</var> have the same meaning as in
+    <a class="Xr">lua_call(3)</a>. If there are no errors during the call,
+    <code class="Nm">lua_pcall</code> behaves exactly like
+    <a class="Xr">lua_call(3)</a>. However, if there is any error,
+    <code class="Nm">lua_pcall</code> catches it, pushes a single value on the
+    stack (the error message), and returns an error code. Like
+    <a class="Xr">lua_call(3)</a>, <code class="Nm">lua_pcall</code> always
+    removes the function and its arguments from the stack.</p>
+<p class="Pp" id="error">If <var class="Fa">errfunc</var> is 0, then the error
+    message returned on the stack is exactly the original error message.
+    Otherwise, <var class="Fa">errfunc</var> is the stack index of an
+    <a class="permalink" href="#error"><i class="Em">error handler
+    function</i></a>. (In the current implementation, this index cannot be a
+    pseudo-index.) In case of runtime errors, this function will be called with
+    the error message and its return value will be the message returned on the
+    stack by <code class="Nm">lua_pcall</code>.</p>
+<p class="Pp">Typically, the error handler function is used to add more debug
+    information to the error message, such as a stack traceback. Such
+    information cannot be gathered after the return of
+    <code class="Nm">lua_pcall</code>, since by then the stack has unwound.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-The <code class="Nm" title="Nm">lua_pcall</code> function returns 0 in case of
-  success or one of the following error codes (defined in
-  <code class="In" title="In">&lt;<a class="In" title="In">lua.h</a>&gt;</code>):
-<div class="Pp"></div>
+<p class="Pp">The <code class="Nm">lua_pcall</code> function returns 0 in case
+    of success or one of the following error codes (defined in
+    <code class="In">&lt;<a class="In">lua.h</a>&gt;</code>):</p>
+<p class="Pp"></p>
 <div class="Bd-indent">
 <dl class="Bl-tag Bl-compact">
-  <dt><a class="permalink" href="#LUA_ERRRUN"><code class="Dv" title="Dv" id="LUA_ERRRUN">LUA_ERRRUN</code></a>:</dt>
+  <dt id="LUA_ERRRUN"><a class="permalink" href="#LUA_ERRRUN"><code class="Dv">LUA_ERRRUN</code></a>:</dt>
   <dd>a runtime error.</dd>
-  <dt><a class="permalink" href="#LUA_ERRMEM"><code class="Dv" title="Dv" id="LUA_ERRMEM">LUA_ERRMEM</code></a>:</dt>
+  <dt id="LUA_ERRMEM"><a class="permalink" href="#LUA_ERRMEM"><code class="Dv">LUA_ERRMEM</code></a>:</dt>
   <dd>memory allocation error. For such errors, Lua does not call the error
       handler function.</dd>
-  <dt><a class="permalink" href="#LUA_ERRERR"><code class="Dv" title="Dv" id="LUA_ERRERR">LUA_ERRERR</code></a>:</dt>
+  <dt id="LUA_ERRERR"><a class="permalink" href="#LUA_ERRERR"><code class="Dv">LUA_ERRERR</code></a>:</dt>
   <dd>error while running the error handler function.</dd>
 </dl>
 </div>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_call(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pcall</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_call(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pcall</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 20, 2022</td>
blob - 0f7297c88965d2c9a9f5487051f8f9f19f331879
blob + 38f6a5e06caf725836700091966a371a5b32eec1
--- lua_pop.3.html
+++ lua_pop.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_POP(3)</title>
 </head>
@@ -14,30 +15,39 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pop</code> &#x2014;
-<div class="Nd" title="Nd">pops n elements from the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_pop</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pop</code>() pops
-  <var class="Fa" title="Fa">n</var> elements from the stack.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pop</code> &#x2014; <span class="Nd">pops n
+    elements from the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_pop</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pop"><code class="Fn" id="lua_pop">lua_pop</code></a>()
+    pops <var class="Fa">n</var> elements from the stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pop</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pop</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 35833874179d3c4ad0c96e8ab5781d3902e241b8
blob + ad66eb002cc5699d3454113b223fc0474e37b1f9
--- lua_pushboolean.3.html
+++ lua_pushboolean.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHBOOLEAN(3)</title>
 </head>
@@ -14,30 +15,40 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushboolean</code> &#x2014;
-<div class="Nd" title="Nd">pushes a boolean value onto the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushboolean</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  b</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushboolean</code>() pushes a boolean value with
-  value <var class="Fa" title="Fa">b</var> onto the stack.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushboolean</code> &#x2014;
+    <span class="Nd">pushes a boolean value onto the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_pushboolean</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int b</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushboolean"><code class="Fn" id="lua_pushboolean">lua_pushboolean</code></a>()
+    pushes a boolean value with value <var class="Fa">b</var> onto the
+  stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushboolean</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushboolean</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 117e6037055ded599add48311fc819f673d13164
blob + 1b91e27fd4f687cb63ff04806f5920756f8e3f55
--- lua_pushcclosure.3.html
+++ lua_pushcclosure.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHCCLOSURE(3)</title>
 </head>
@@ -14,46 +15,52 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushcclosure</code> &#x2014;
-<div class="Nd" title="Nd">pushes a new C closure onto the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushcclosure</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>,
-  <var class="Fa" title="Fa" style="white-space: nowrap;">lua_CFunction
-  fn</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushcclosure</code>() pushes a new C closure
-  onto the stack.
-<div class="Pp"></div>
-When a C function is created, it is possible to associate some values with it,
-  thus creating a C closure; these values are then accessible to the function
-  whenever it is called. To associate values with a C function, first these
-  values should be pushed onto the stack (when there are multiple values, the
-  first value is pushed first). Then
-  <code class="Fn" title="Fn">lua_pushcclosure</code>() is called to create and
-  push the C function onto the stack, with the argument
-  <var class="Fa" title="Fa">n</var> telling how many values should be
-  associated with the function.
-  <code class="Fn" title="Fn">lua_pushcclosure</code>() also pops these values
-  from the stack.
-<div class="Pp"></div>
-The maximum value for <var class="Fa" title="Fa">n</var> is 255.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushcclosure</code> &#x2014;
+    <span class="Nd">pushes a new C closure onto the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_pushcclosure</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_CFunction
+    fn</var>, <var class="Fa" style="white-space: nowrap;">int n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushcclosure"><code class="Fn" id="lua_pushcclosure">lua_pushcclosure</code></a>()
+    pushes a new C closure onto the stack.</p>
+<p class="Pp" id="lua_pushcclosure~2">When a C function is created, it is
+    possible to associate some values with it, thus creating a C closure; these
+    values are then accessible to the function whenever it is called. To
+    associate values with a C function, first these values should be pushed onto
+    the stack (when there are multiple values, the first value is pushed first).
+    Then
+    <a class="permalink" href="#lua_pushcclosure~2"><code class="Fn">lua_pushcclosure</code></a>()
+    is called to create and push the C function onto the stack, with the
+    argument <var class="Fa">n</var> telling how many values should be
+    associated with the function. <code class="Fn">lua_pushcclosure</code>()
+    also pops these values from the stack.</p>
+<p class="Pp">The maximum value for <var class="Fa">n</var> is 255.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushcclosure</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushcclosure</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - afae11a1640c6415c64f3eef253ee47139792a58
blob + d2f3619935c580aed4a340853e1ffa8dfea4539d
--- lua_pushcfunction.3.html
+++ lua_pushcfunction.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHCFUNCTION(3)</title>
 </head>
@@ -14,47 +15,52 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushcfunction</code> &#x2014;
-<div class="Nd" title="Nd">pushes a C function onto the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushcfunction</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>,
-  <var class="Fa" title="Fa" style="white-space: nowrap;">lua_CFunction
-  f</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushcfunction</code>() pushes a C function onto
-  the stack. This function receives a pointer to a C function and pushes onto
-  the stack a Lua value of type function that, when called, invokes the
-  corresponding C function.
-<div class="Pp"></div>
-Any function to be registered in Lua must follow the correct protocol to receive
-  its parameters and return its results (see
-  <a class="Xr" title="Xr">lua_CFunction(3)</a>).
-<div class="Pp"></div>
-<code class="Nm" title="Nm">lua_pushcfunction</code> is defined as a macro:
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-#define lua_pushcfunction(L,f)  lua_pushcclosure(L,f,0)
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushcfunction</code> &#x2014;
+    <span class="Nd">pushes a C function onto the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_pushcfunction</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_CFunction
+    f</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushcfunction"><code class="Fn" id="lua_pushcfunction">lua_pushcfunction</code></a>()
+    pushes a C function onto the stack. This function receives a pointer to a C
+    function and pushes onto the stack a Lua value of type function that, when
+    called, invokes the corresponding C function.</p>
+<p class="Pp">Any function to be registered in Lua must follow the correct
+    protocol to receive its parameters and return its results (see
+    <a class="Xr">lua_CFunction(3)</a>).</p>
+<p class="Pp"><code class="Nm">lua_pushcfunction</code> is defined as a
+  macro:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>#define lua_pushcfunction(L,f)  lua_pushcclosure(L,f,0)</pre>
 </div>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_CFunction(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushcfunction</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_CFunction(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushcfunction</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 20, 2022</td>
blob - bc912fa9e8dd7be08fbc72674e34fa583e59bfda
blob + ea8aedd1e20323b79e2c81ad44b9f0abd7b3dd61
--- lua_pushfstring.3.html
+++ lua_pushfstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHFSTRING(3)</title>
 </head>
@@ -14,25 +15,28 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushfstring</code> &#x2014;
-<div class="Nd" title="Nd">pushes onto the stack a formatted string and returns
-  a pointer to this string</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushfstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *fmt</var>,
-  <var class="Fa" title="Fa" style="white-space: nowrap;">...</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushfstring</code>() pushes onto the stack a
-  formatted string and returns a pointer to this string. It is similar to the C
-  function <a class="Xr" title="Xr">sprintf(3)</a>, but has some important
-  differences:
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushfstring</code> &#x2014;
+    <span class="Nd">pushes onto the stack a formatted string and returns a
+    pointer to this string</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">lua_pushfstring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *fmt</var>, <var class="Fa" style="white-space: nowrap;">...</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushfstring"><code class="Fn" id="lua_pushfstring">lua_pushfstring</code></a>()
+    pushes onto the stack a formatted string and returns a pointer to this
+    string. It is similar to the C function <a class="Xr">sprintf(3)</a>, but
+    has some important differences:</p>
 <ul class="Bl-dash">
   <li>You do not have to allocate space for the result: the result is a Lua
       string and Lua takes care of memory allocation (and deallocation, through
@@ -41,22 +45,27 @@
       widths, or precisions. The conversion specifiers can only be
       &#x2018;%%&#x2019; (inserts a '%' in the string), &#x2018;%s&#x2019;
       (inserts a zero-terminated string, with no size restrictions),
-      &#x2018;%f&#x2019; (inserts a <a class="Xr" title="Xr">lua_Number(3)</a>),
+      &#x2018;%f&#x2019; (inserts a <a class="Xr">lua_Number(3)</a>),
       &#x2018;%p&#x2019; (inserts a pointer as a hexadecimal numeral),
       &#x2018;%d&#x2019; (inserts an int), and &#x2018;%c&#x2019; (inserts an
       int as a character).</li>
 </ul>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_Number(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushfstring</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_Number(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushfstring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 20, 2022</td>
blob - 7336ba7b1369dd09045687bfede86d0eea184649
blob + 35463db4706837ba6f87333fe001dda87b086948
--- lua_pushinteger.3.html
+++ lua_pushinteger.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHINTEGER(3)</title>
 </head>
@@ -14,30 +15,40 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushinteger</code> &#x2014;
-<div class="Nd" title="Nd">pushes a number with value</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushinteger</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Integer
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushinteger</code>() pushes a number with value
-  <var class="Fa" title="Fa">n</var> onto the stack.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushinteger</code> &#x2014;
+    <span class="Nd">pushes a number with value</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_pushinteger</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_Integer
+  n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushinteger"><code class="Fn" id="lua_pushinteger">lua_pushinteger</code></a>()
+    pushes a number with value <var class="Fa">n</var> onto the stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushinteger</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushinteger</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 5baef8d0656b61dae693063d6aa179beb987a303
blob + 495fa16060db6934569dc96e1947d69e4c365605
--- lua_pushlightuserdata.3.html
+++ lua_pushlightuserdata.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHLIGHTUSERDATA(3)</title>
 </head>
@@ -14,36 +15,45 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushlightuserdata</code> &#x2014;
-<div class="Nd" title="Nd">pushes a light userdata onto the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushlightuserdata</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">void
-  *p</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushlightuserdata</code>() pushes a light
-  userdata onto the stack.
-<div class="Pp"></div>
-Userdata represent C values in Lua. A <i class="Em" title="Em">light
-  userdata</i> represents a pointer. It is a value (like a number): you do not
-  create it, it has no individual metatable, and it is not collected (as it was
-  never created). A light userdata is equal to &quot;any&quot; light userdata
-  with the same C address.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushlightuserdata</code> &#x2014;
+    <span class="Nd">pushes a light userdata onto the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_pushlightuserdata</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">void *p</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushlightuserdata"><code class="Fn" id="lua_pushlightuserdata">lua_pushlightuserdata</code></a>()
+    pushes a light userdata onto the stack.</p>
+<p class="Pp" id="light">Userdata represent C values in Lua. A
+    <a class="permalink" href="#light"><i class="Em">light userdata</i></a>
+    represents a pointer. It is a value (like a number): you do not create it,
+    it has no individual metatable, and it is not collected (as it was never
+    created). A light userdata is equal to &quot;any&quot; light userdata with
+    the same C address.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushlightuserdata</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushlightuserdata</code>() manual page
+    was written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 7b1e2cb76bac3a4d92fcf08250450e0058052525
blob + 8f21b6dce7ed5f8c5950d93fb4c783f5e03746c3
--- lua_pushliteral.3.html
+++ lua_pushliteral.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHLITERAL(3)</title>
 </head>
@@ -14,35 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushliteral</code> &#x2014;
-<div class="Nd" title="Nd">pushes the string onto the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushliteral</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *s</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushliteral</code>() pushes the string pointed
-  to by <var class="Fa" title="Fa">s</var> onto the stack. This macro is
-  equivalent to <a class="Xr" title="Xr">lua_pushlstring(3)</a>, but can be used
-  only when <var class="Fa" title="Fa">s</var> is a literal string. In these
-  cases, it automatically provides the string length.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushliteral</code> &#x2014;
+    <span class="Nd">pushes the string onto the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_pushliteral</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+  *s</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushliteral"><code class="Fn" id="lua_pushliteral">lua_pushliteral</code></a>()
+    pushes the string pointed to by <var class="Fa">s</var> onto the stack. This
+    macro is equivalent to <a class="Xr">lua_pushlstring(3)</a>, but can be used
+    only when <var class="Fa">s</var> is a literal string. In these cases, it
+    automatically provides the string length.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_pushlstring(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushliteral</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_pushlstring(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushliteral</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 4f84b751f7e68ca94c9e98372a202c007a7424dd
blob + 3d266217acb8eb46e789a9b63997aa92f3a40225
--- lua_pushlstring.3.html
+++ lua_pushlstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHLSTRING(3)</title>
 </head>
@@ -14,36 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushlstring</code> &#x2014;
-<div class="Nd" title="Nd">pushes the string onto the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushlstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *s</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">size_t
-  len</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushlstring</code>() pushes the string pointed
-  to by <var class="Fa" title="Fa">s</var> with size
-  <var class="Fa" title="Fa">len</var> onto the stack.
-<div class="Pp"></div>
-Lua makes (or reuses) an internal copy of the given string, so the memory at
-  <var class="Fa" title="Fa">s</var> can be freed or reused immediately after
-  the function returns. The string can contain embedded zeros.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushlstring</code> &#x2014;
+    <span class="Nd">pushes the string onto the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_pushlstring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char *s</var>,
+    <var class="Fa" style="white-space: nowrap;">size_t len</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushlstring"><code class="Fn" id="lua_pushlstring">lua_pushlstring</code></a>()
+    pushes the string pointed to by <var class="Fa">s</var> with size
+    <var class="Fa">len</var> onto the stack.</p>
+<p class="Pp">Lua makes (or reuses) an internal copy of the given string, so the
+    memory at <var class="Fa">s</var> can be freed or reused immediately after
+    the function returns. The string can contain embedded zeros.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushlstring</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushlstring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 20, 2022</td>
blob - 81e9b09fa43c8f15742019051dd4858f0279a0d0
blob + 5495062c1504019f3091ea5fda6594a0bce19351
--- lua_pushnil.3.html
+++ lua_pushnil.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHNIL(3)</title>
 </head>
@@ -14,29 +15,39 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushnil</code> &#x2014;
-<div class="Nd" title="Nd">pushes a nil value onto the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushnil</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushnil</code>() pushes a nil value onto the
-  stack.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushnil</code> &#x2014;
+    <span class="Nd">pushes a nil value onto the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_pushnil</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushnil"><code class="Fn" id="lua_pushnil">lua_pushnil</code></a>()
+    pushes a nil value onto the stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushnil</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushnil</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - dc90e96cb382e3b6c74e985cf543c51118989fd2
blob + d893fa1f8a3f1efed4fd743bb2bf83a94c9bc71f
--- lua_pushnumber.3.html
+++ lua_pushnumber.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHNUMBER(3)</title>
 </head>
@@ -14,30 +15,40 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushnumber</code> &#x2014;
-<div class="Nd" title="Nd">pushes a number onto the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushnumber</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Number
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushnumber</code>() pushes a number with value
-  <var class="Fa" title="Fa">n</var> onto the stack.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushnumber</code> &#x2014;
+    <span class="Nd">pushes a number onto the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_pushnumber</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_Number
+  n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushnumber"><code class="Fn" id="lua_pushnumber">lua_pushnumber</code></a>()
+    pushes a number with value <var class="Fa">n</var> onto the stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushnumber</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushnumber</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 786cb95ba70b1f0e5cd2f020dcc7ece978a3c4b8
blob + 8ca3e69f4a62193265b4926f9fb9969fd9363158
--- lua_pushstring.3.html
+++ lua_pushstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHSTRING(3)</title>
 </head>
@@ -14,35 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushstring</code> &#x2014;
-<div class="Nd" title="Nd">pushes the zero-terminated string onto the
-  stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *s</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushstring</code>() pushes the zero-terminated
-  string pointed to by <var class="Fa" title="Fa">s</var> onto the stack. Lua
-  makes (or reuses) an internal copy of the given string, so the memory at
-  <var class="Fa" title="Fa">s</var> can be freed or reused immediately after
-  the function returns. The string cannot contain embedded zeros; it is assumed
-  to end at the first zero.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushstring</code> &#x2014;
+    <span class="Nd">pushes the zero-terminated string onto the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_pushstring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+  *s</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushstring"><code class="Fn" id="lua_pushstring">lua_pushstring</code></a>()
+    pushes the zero-terminated string pointed to by <var class="Fa">s</var> onto
+    the stack. Lua makes (or reuses) an internal copy of the given string, so
+    the memory at <var class="Fa">s</var> can be freed or reused immediately
+    after the function returns. The string cannot contain embedded zeros; it is
+    assumed to end at the first zero.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushstring</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushstring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - f7846e7b49ce4cb31ee723001ff382ff7a432b3c
blob + 745981c8fe9f22d0c77b7922f58b54626d64692a
--- lua_pushthread.3.html
+++ lua_pushthread.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHTHREAD(3)</title>
 </head>
@@ -14,30 +15,40 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushthread</code> &#x2014;
-<div class="Nd" title="Nd">pushes the thread onto the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushthread</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushthread</code>() pushes the thread
-  represented by <var class="Fa" title="Fa">L</var> onto the stack. Returns 1 if
-  this thread is the main thread of its state.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushthread</code> &#x2014;
+    <span class="Nd">pushes the thread onto the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_pushthread</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushthread"><code class="Fn" id="lua_pushthread">lua_pushthread</code></a>()
+    pushes the thread represented by <var class="Fa">L</var> onto the stack.
+    Returns 1 if this thread is the main thread of its state.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushthread</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushthread</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - e6836c9f9fccb5854620582bf10c600f6ac824e9
blob + 09513dc90db71f80e94ef47180d2e62f270b197b
--- lua_pushvalue.3.html
+++ lua_pushvalue.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHVALUE(3)</title>
 </head>
@@ -14,30 +15,39 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushvalue</code> &#x2014;
-<div class="Nd" title="Nd">pushes a copy of the element onto the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushvalue</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushvalue</code>() pushes a copy of the element
-  at the given valid index onto the stack.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushvalue</code> &#x2014;
+    <span class="Nd">pushes a copy of the element onto the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_pushvalue</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushvalue"><code class="Fn" id="lua_pushvalue">lua_pushvalue</code></a>()
+    pushes a copy of the element at the given valid index onto the stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushvalue</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushvalue</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - ccb21a45e1f345829fd7f5ee691778bbcd9fe4f1
blob + 88e86629d1aa7b8148197ac1770336a06cf0fa2b
--- lua_pushvfstring.3.html
+++ lua_pushvfstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_PUSHVFSTRING(3)</title>
 </head>
@@ -14,37 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_pushvfstring</code> &#x2014;
-<div class="Nd" title="Nd">pushes onto the stack a formatted string and returns
-  a pointer to this string</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">lua_pushvfstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *fmt</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">va_list
-  argp</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_pushvfstring</code>() pushes onto the stack a
-  formatted string and returns a pointer to this string. Equivalent to
-  <a class="Xr" title="Xr">lua_pushfstring(3)</a>, except that it receives a
-  <var class="Fa" title="Fa">va_list</var> instead of a variable number of
-  arguments.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_pushvfstring</code> &#x2014;
+    <span class="Nd">pushes onto the stack a formatted string and returns a
+    pointer to this string</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">lua_pushvfstring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *fmt</var>, <var class="Fa" style="white-space: nowrap;">va_list
+    argp</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_pushvfstring"><code class="Fn" id="lua_pushvfstring">lua_pushvfstring</code></a>()
+    pushes onto the stack a formatted string and returns a pointer to this
+    string. Equivalent to <a class="Xr">lua_pushfstring(3)</a>, except that it
+    receives a <var class="Fa">va_list</var> instead of a variable number of
+    arguments.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_pushfstring(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_pushvfstring</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_pushfstring(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_pushvfstring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 08148ee26876b25f1aa0037fe6bc0858413bc224
blob + 1c6feac9232ec6ea8481db891992e54f74f96f0c
--- lua_rawequal.3.html
+++ lua_rawequal.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_RAWEQUAL(3)</title>
 </head>
@@ -14,35 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_rawequal</code> &#x2014;
-<div class="Nd" title="Nd">compare two values for equality without calling
-  metamethods</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_rawequal</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index1</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index2</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_rawequal</code>() returns 1 if the two values in
-  acceptable indices <var class="Fa" title="Fa">index1</var> and
-  <var class="Fa" title="Fa">index2</var> are primitively equal (that is,
-  without calling metamethods). Otherwise returns 0. Also returns 0 if any of
-  the indices are non valid.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_rawequal</code> &#x2014;
+    <span class="Nd">compare two values for equality without calling
+    metamethods</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_rawequal</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index1</var>,
+    <var class="Fa" style="white-space: nowrap;">int index2</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_rawequal"><code class="Fn" id="lua_rawequal">lua_rawequal</code></a>()
+    returns 1 if the two values in acceptable indices
+    <var class="Fa">index1</var> and <var class="Fa">index2</var> are
+    primitively equal (that is, without calling metamethods). Otherwise returns
+    0. Also returns 0 if any of the indices are non valid.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_rawequal</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_rawequal</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - c64320a743c39859e628cec980a0ccea8c47e0ec
blob + b7d1c470a279ff6f23aad279da2be9fb6842d780
--- lua_rawget.3.html
+++ lua_rawget.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_RAWGET(3)</title>
 </head>
@@ -14,35 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_rawget</code> &#x2014;
-<div class="Nd" title="Nd">pops the key from the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_rawget</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_rawget</code>() pops the key from the stack
-  (putting the resulting value in its place). As in Lua, this function may
-  trigger a metamethod for the &#x201C;index&#x201D; event. Similar to
-  <a class="Xr" title="Xr">lua_gettable(3)</a>, but does a raw access (i.e.,
-  without metamethods).
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_rawget</code> &#x2014; <span class="Nd">pops
+    the key from the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_rawget</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_rawget"><code class="Fn" id="lua_rawget">lua_rawget</code></a>()
+    pops the key from the stack (putting the resulting value in its place). As
+    in Lua, this function may trigger a metamethod for the &quot;index&quot;
+    event. Similar to <a class="Xr">lua_gettable(3)</a>, but does a raw access
+    (i.e., without metamethods).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_gettable(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_rawget</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_gettable(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_rawget</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - 08c93585a730669a4a10d07c1a16d3fdf9c6ce75
blob + b89cd3bb0bdb3bad4617cb821403d05e4e6a1519
--- lua_rawgeti.3.html
+++ lua_rawgeti.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_RAWGETI(3)</title>
 </head>
@@ -14,33 +15,42 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_rawgeti</code> &#x2014;
-<div class="Nd" title="Nd">pushes onto the stack the value t[n], where t is the
-  value at the given valid index</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_rawgeti</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_rawgeti</code>() pushes onto the stack the value
-  t[n], where t is the value at the given valid index. The access is raw; that
-  is, it does not invoke metamethods.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_rawgeti</code> &#x2014;
+    <span class="Nd">pushes onto the stack the value t[n], where t is the value
+    at the given valid index</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_rawgeti</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>,
+    <var class="Fa" style="white-space: nowrap;">int n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_rawgeti"><code class="Fn" id="lua_rawgeti">lua_rawgeti</code></a>()
+    pushes onto the stack the value t[n], where t is the value at the given
+    valid index. The access is raw; that is, it does not invoke metamethods.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_rawgeti</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_rawgeti</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - a65ed0bd0ffc8611062ee5bf3f235da7ff628e84
blob + 11c26c047fe0b74c6c6336504a1ae592be0fbb27
--- lua_rawset.3.html
+++ lua_rawset.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_RAWSET(3)</title>
 </head>
@@ -14,35 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_rawset</code> &#x2014;
-<div class="Nd" title="Nd">pops both the key and the value from the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_rawset</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_rawset</code>() pops both the key and the value
-  from the stack. As in Lua, this function may trigger a metamethod for the
-  &quot;newindex&quot; event. Similar to
-  <a class="Xr" title="Xr">lua_settable(3)</a>, but does a raw assignment (i.e.,
-  without metamethods).
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_rawset</code> &#x2014; <span class="Nd">pops
+    both the key and the value from the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_rawset</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_rawset"><code class="Fn" id="lua_rawset">lua_rawset</code></a>()
+    pops both the key and the value from the stack. As in Lua, this function may
+    trigger a metamethod for the &quot;newindex&quot; event. Similar to
+    <a class="Xr">lua_settable(3)</a>, but does a raw assignment (i.e., without
+    metamethods).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_settable(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_rawset</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_settable(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_rawset</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - 4b0132f7add25926a3e83ab2762ccac40e703611
blob + 3f75cb6b945759ff813b29b32a1fe397800cb7b3
--- lua_rawseti.3.html
+++ lua_rawseti.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_RAWSETI(3)</title>
 </head>
@@ -14,35 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_rawseti</code> &#x2014;
-<div class="Nd" title="Nd">pops the value from the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_rawseti</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_rawseti</code>() does the equivalent of t[n] =
-  v, where t is the value at the given valid index and v is the value at the top
-  of the stack.
-<div class="Pp"></div>
-This function pops the value from the stack. The assignment is raw; that is, it
-  does not invoke metamethods.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_rawseti</code> &#x2014; <span class="Nd">pops
+    the value from the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_rawseti</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>,
+    <var class="Fa" style="white-space: nowrap;">int n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_rawseti"><code class="Fn" id="lua_rawseti">lua_rawseti</code></a>()
+    does the equivalent of t[n] = v, where t is the value at the given valid
+    index and v is the value at the top of the stack.</p>
+<p class="Pp">This function pops the value from the stack. The assignment is
+    raw; that is, it does not invoke metamethods.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_rawseti</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_rawseti</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - bde49108c7e1fa362d6e7a17697214a6989cace9
blob + af9298e07e43da98e5f2d9d9f4839ca6782e632d
--- lua_register.3.html
+++ lua_register.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_REGISTER(3)</title>
 </head>
@@ -14,40 +15,47 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_register</code> &#x2014;
-<div class="Nd" title="Nd">sets the C function as the new value of global
-  name</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_register</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *name</var>,
-  <var class="Fa" title="Fa" style="white-space: nowrap;">lua_CFunction
-  f</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_register</code>() sets the C function
-  <var class="Fa" title="Fa">f</var> as the new value of global name. It is
-  defined as a macro:
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-#define lua_register(L,n,f) (lua_pushcfunction(L, f), lua_setglobal(L, n))
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_register</code> &#x2014;
+    <span class="Nd">sets the C function as the new value of global
+  name</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_register</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *name</var>, <var class="Fa" style="white-space: nowrap;">lua_CFunction
+    f</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_register"><code class="Fn" id="lua_register">lua_register</code></a>()
+    sets the C function <var class="Fa">f</var> as the new value of global name.
+    It is defined as a macro:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>#define lua_register(L,n,f) (lua_pushcfunction(L, f), lua_setglobal(L, n))</pre>
 </div>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_register</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_register</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 5e9a5529279fb0da4ed0e470333e49bc14d52c9d
blob + fc2a15cf0acf63610d303904194a4c2c4bf67ba1
--- lua_remove.3.html
+++ lua_remove.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_REMOVE(3)</title>
 </head>
@@ -14,32 +15,41 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_remove</code> &#x2014;
-<div class="Nd" title="Nd">removes the element at the given index</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_remove</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_remove</code>() removes the element at the given
-  valid index, shifting down the elements above this index to fill the gap.
-  Cannot be called with a pseudo-index, because a pseudo-index is not an actual
-  stack position.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_remove</code> &#x2014;
+    <span class="Nd">removes the element at the given index</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_remove</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_remove"><code class="Fn" id="lua_remove">lua_remove</code></a>()
+    removes the element at the given valid index, shifting down the elements
+    above this index to fill the gap. Cannot be called with a pseudo-index,
+    because a pseudo-index is not an actual stack position.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_remove</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_remove</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - 1d646ed5c7e44b94a4195ebd2ae4ce169c121aa3
blob + 06a84fab6300edd0f52ffbe6d4f0d7523c56afbe
--- lua_replace.3.html
+++ lua_replace.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_REPLACE(3)</title>
 </head>
@@ -14,31 +15,41 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_replace</code> &#x2014;
-<div class="Nd" title="Nd">moves the top element into the given position</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_replace</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_replace</code>() moves the top element into the
-  given position (and pops it), without shifting any element (therefore
-  replacing the value at the given position).
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_replace</code> &#x2014;
+    <span class="Nd">moves the top element into the given position</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_replace</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_replace"><code class="Fn" id="lua_replace">lua_replace</code></a>()
+    moves the top element into the given position (and pops it), without
+    shifting any element (therefore replacing the value at the given
+  position).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_replace</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_replace</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - dcd711db2c4ab3550b103c7680d2716b0c467c94
blob + 1247b36e8e78b7f9cf908c4e03d558a537d6b953
--- lua_resume.3.html
+++ lua_resume.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_RESUME(3)</title>
 </head>
@@ -14,52 +15,59 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_resume</code> &#x2014;
-<div class="Nd" title="Nd">starts and resumes a coroutine in a given
-  thread</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_resume</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  narg</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_resume</code>() starts and resumes a coroutine
-  in a given thread.
-<div class="Pp"></div>
-To start a coroutine, you first create a new thread (see
-  <a class="Xr" title="Xr">lua_newthread(3)</a> ); then you push onto its stack
-  the main function plus any arguments; then you call lua_resume, with narg
-  being the number of arguments. This call returns when the coroutine suspends
-  or finishes its execution. When it returns, the stack contains all values
-  passed to <a class="Xr" title="Xr">lua_yield(3)</a>, or all values returned by
-  the body function. In case of errors, the stack is not unwound, so you can use
-  the debug API over it. The error message is on the top of the stack. To
-  restart a coroutine, you put on its stack only the values to be passed as
-  results from yield, and then call lua_resume.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_resume</code> &#x2014;
+    <span class="Nd">starts and resumes a coroutine in a given thread</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_resume</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int narg</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_resume"><code class="Fn" id="lua_resume">lua_resume</code></a>()
+    starts and resumes a coroutine in a given thread.</p>
+<p class="Pp">To start a coroutine, you first create a new thread (see
+    <a class="Xr">lua_newthread(3)</a> ); then you push onto its stack the main
+    function plus any arguments; then you call lua_resume, with narg being the
+    number of arguments. This call returns when the coroutine suspends or
+    finishes its execution. When it returns, the stack contains all values
+    passed to <a class="Xr">lua_yield(3)</a>, or all values returned by the body
+    function. In case of errors, the stack is not unwound, so you can use the
+    debug API over it. The error message is on the top of the stack. To restart
+    a coroutine, you put on its stack only the values to be passed as results
+    from yield, and then call lua_resume.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-<code class="Fn" title="Fn">lua_resume</code>() returns
-  <code class="Dv" title="Dv">LUA_YIELD</code> if the coroutine yields, 0 if the
-  coroutine finishes its execution without errors, or an error code in case of
-  errors (see <a class="Xr" title="Xr">lua_pcall(3)</a> ).
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp"><code class="Fn">lua_resume</code>() returns
+    <code class="Dv">LUA_YIELD</code> if the coroutine yields, 0 if the
+    coroutine finishes its execution without errors, or an error code in case of
+    errors (see <a class="Xr">lua_pcall(3)</a> ).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_newthread(3)</a>,
-  <a class="Xr" title="Xr">lua_pcall(3)</a>,
-  <a class="Xr" title="Xr">lua_yield(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_resume</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_newthread(3)</a>,
+    <a class="Xr">lua_pcall(3)</a>, <a class="Xr">lua_yield(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_resume</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - 7be37995f23efeb2681e11fd104ecd85ef20800a
blob + ba5f63f0f7fa1e65e0f25d9ce7fac1a2bc179006
--- lua_setallocf.3.html
+++ lua_setallocf.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_SETALLOCF(3)</title>
 </head>
@@ -14,32 +15,41 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_setallocf</code> &#x2014;
-<div class="Nd" title="Nd">changes the allocator function</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_setallocf</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Alloc
-  f</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">void
-  *ud</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_setallocf</code>() changes the allocator
-  function of a given state to <var class="Fa" title="Fa">f</var> with user data
-  <var class="Fa" title="Fa">ud</var>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_setallocf</code> &#x2014;
+    <span class="Nd">changes the allocator function</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_setallocf</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_Alloc f</var>,
+    <var class="Fa" style="white-space: nowrap;">void *ud</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_setallocf"><code class="Fn" id="lua_setallocf">lua_setallocf</code></a>()
+    changes the allocator function of a given state to <var class="Fa">f</var>
+    with user data <var class="Fa">ud</var>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_setallocf</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_setallocf</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - 07a08b3f68a7c3dea30f1485a09cdda6e827b07f
blob + 7a24aad602e6cef23d8f393e1ee0860bc31c46ac
--- lua_setfenv.3.html
+++ lua_setfenv.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_SETFENV(3)</title>
 </head>
@@ -14,36 +15,48 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_setfenv</code> &#x2014;
-<div class="Nd" title="Nd">pops a table from the stack and sets it as the new
-  environment for the value</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_setfenv</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_setfenv</code>() pops a table from the stack and
-  sets it as the new environment for the value at the given index.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_setfenv</code> &#x2014; <span class="Nd">pops
+    a table from the stack and sets it as the new environment for the
+    value</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_setfenv</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_setfenv"><code class="Fn" id="lua_setfenv">lua_setfenv</code></a>()
+    pops a table from the stack and sets it as the new environment for the value
+    at the given index.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-If the value at the given index is neither a function nor a thread nor a
-  userdata, <code class="Fn" title="Fn">lua_setfenv</code>() returns 0.
-  Otherwise it returns 1.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">If the value at the given index is neither a function nor a thread
+    nor a userdata, <code class="Fn">lua_setfenv</code>() returns 0. Otherwise
+    it returns 1.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_setfenv</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_setfenv</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - 83fdeb6b4e746db5b5a349c1f16d5efb51c74a39
blob + 723fee038558434fa63622573799104437e9dd1d
--- lua_setfield.3.html
+++ lua_setfield.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_SETFIELD(3)</title>
 </head>
@@ -14,35 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_setfield</code> &#x2014;
-<div class="Nd" title="Nd">pops the value from the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_setfield</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const
-  char *k</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_setfield</code>() does the equivalent to t[k] =
-  v, where t is the value at the given valid index and v is the value at the top
-  of the stack.
-<div class="Pp"></div>
-This function pops the value from the stack. As in Lua, this function may
-  trigger a metamethod for the &#x201C;newindex&#x201D; event.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_setfield</code> &#x2014;
+    <span class="Nd">pops the value from the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_setfield</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>,
+    <var class="Fa" style="white-space: nowrap;">const char *k</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_setfield"><code class="Fn" id="lua_setfield">lua_setfield</code></a>()
+    does the equivalent to t[k] = v, where t is the value at the given valid
+    index and v is the value at the top of the stack.</p>
+<p class="Pp">This function pops the value from the stack. As in Lua, this
+    function may trigger a metamethod for the &quot;newindex&quot; event.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_setfield</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_setfield</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - 3fb204ea1639a67066b2d47fd6267d25b261687f
blob + 9f4725bc512fff407b0f3fcc9db1c44d640f850d
--- lua_setglobal.3.html
+++ lua_setglobal.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_SETGLOBAL(3)</title>
 </head>
@@ -14,34 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_setglobal</code> &#x2014;
-<div class="Nd" title="Nd">pops a value from the stack and sets it as the new
-  value of global name</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_setglobal</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">const char
-  *name</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_setglobal</code>() pops a value from the stack
-  and sets it as the new value of global name. It is defined as a macro:
-<div class="Pp"></div>
-<code class="Fd" title="Fd">#define lua_setglobal(L,s) lua_setfield(L,
-  LUA_GLOBALSINDEX, s)</code>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_setglobal</code> &#x2014;
+    <span class="Nd">pops a value from the stack and sets it as the new value of
+    global name</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_setglobal</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">const char
+    *name</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_setglobal"><code class="Fn" id="lua_setglobal">lua_setglobal</code></a>()
+    pops a value from the stack and sets it as the new value of global name. It
+    is defined as a macro:</p>
+<p class="Pp"><code class="Fd">#define lua_setglobal(L,s) lua_setfield(L,
+    LUA_GLOBALSINDEX, s)</code></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_setglobal</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_setglobal</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 20, 2022</td>
blob - 798851f82d85a07efe66cfd7362c9f6954533d58
blob + 35aa1ff8dc80867ee2dc1283038f7d935eea1099
--- lua_sethook.3.html
+++ lua_sethook.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_SETHOOK(3)</title>
 </head>
@@ -14,69 +15,70 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_sethook</code> &#x2014;
-<div class="Nd" title="Nd">sets the debugging hook function</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">fcntl.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_sethook</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Hook
-  f</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  mask</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  count</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_sethook</code>() sets the debugging hook
-  function.
-<div class="Pp"></div>
-Argument f is the hook function. mask specifies on which events the hook will be
-  called: it is formed by a bitwise or of the constants
-  <code class="Dv" title="Dv">LUA_MASKCALL</code>,
-  <code class="Dv" title="Dv">LUA_MASKRET</code>,
-  <code class="Dv" title="Dv">LUA_MASKLINE</code>, and
-  <code class="Dv" title="Dv">LUA_MASKCOUNT</code>. The count argument is only
-  meaningful when the mask includes
-  <code class="Dv" title="Dv">LUA_MASKCOUNT</code>. For each event, the hook is
-  called as explained below:
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_sethook</code> &#x2014; <span class="Nd">sets
+    the debugging hook function</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">fcntl.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_sethook</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_Hook f</var>,
+    <var class="Fa" style="white-space: nowrap;">int mask</var>,
+    <var class="Fa" style="white-space: nowrap;">int count</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_sethook"><code class="Fn" id="lua_sethook">lua_sethook</code></a>()
+    sets the debugging hook function.</p>
+<p class="Pp">Argument f is the hook function. mask specifies on which events
+    the hook will be called: it is formed by a bitwise or of the constants
+    <code class="Dv">LUA_MASKCALL</code>, <code class="Dv">LUA_MASKRET</code>,
+    <code class="Dv">LUA_MASKLINE</code>, and
+    <code class="Dv">LUA_MASKCOUNT</code>. The count argument is only meaningful
+    when the mask includes <code class="Dv">LUA_MASKCOUNT</code>. For each
+    event, the hook is called as explained below:</p>
 <dl class="Bl-tag">
-  <dt>&#x00A0;</dt>
-  <dd>&#x00A0;</dd>
-  <dt><b class="Sy" title="Sy">The call hook:</b></dt>
+  <dt id="The"><a class="permalink" href="#The"><b class="Sy">The call
+    hook:</b></a></dt>
   <dd>is called when the interpreter calls a function. The hook is called just
       after Lua enters the new function, before the function gets its
     arguments.</dd>
-  <dt>&#x00A0;</dt>
-  <dd>&#x00A0;</dd>
-  <dt><b class="Sy" title="Sy">The return hook:</b></dt>
+  <dt id="The~2"><a class="permalink" href="#The~2"><b class="Sy">The return
+    hook:</b></a></dt>
   <dd>is called when the interpreter returns from a function. The hook is called
       just before Lua leaves the function. You have no access to the values to
       be returned by the function.</dd>
-  <dt>&#x00A0;</dt>
-  <dd>&#x00A0;</dd>
-  <dt><b class="Sy" title="Sy">The line hook:</b></dt>
+  <dt id="The~3"><a class="permalink" href="#The~3"><b class="Sy">The line
+    hook:</b></a></dt>
   <dd>is called when the interpreter is about to start the execution of a new
       line of code, or when it jumps back in the code (even to the same line).
       (This event only happens while Lua is executing a Lua function.)</dd>
-  <dt>&#x00A0;</dt>
-  <dd>&#x00A0;</dd>
-  <dt><b class="Sy" title="Sy">The count hook:</b></dt>
+  <dt id="The~4"><a class="permalink" href="#The~4"><b class="Sy">The count
+    hook:</b></a></dt>
   <dd>is called after the interpreter executes every count instructions. (This
       event only happens while Lua is executing a Lua function.)</dd>
 </dl>
-<div class="Pp"></div>
-A hook is disabled by setting mask to zero.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">A hook is disabled by setting mask to zero.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_sethook</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_sethook</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 4461427693b95a9d62a75ee6b1540f5cbdeea150
blob + 87b2f19abb48eb95969c5f105f13a3cf1e312a72
--- lua_setlocal.3.html
+++ lua_setlocal.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_SETLOCAL(3)</title>
 </head>
@@ -14,41 +15,51 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_setlocal</code> &#x2014;
-<div class="Nd" title="Nd">sets the value of a local variable of a given
-  activation record</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">lua_setlocal</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_Debug
-  *ar</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_setlocal</code>() sets the value of a local
-  variable of a given activation record. Parameters
-  <var class="Fa" title="Fa">ar</var> and <var class="Fa" title="Fa">n</var> are
-  as in <a class="Xr" title="Xr">lua_getlocal(3)</a>.
-  <code class="Fn" title="Fn">lua_setlocal</code>() assigns the value at the top
-  of the stack to the variable and returns its name. It also pops the value from
-  the stack.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_setlocal</code> &#x2014;
+    <span class="Nd">sets the value of a local variable of a given activation
+    record</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">lua_setlocal</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">lua_Debug *ar</var>,
+    <var class="Fa" style="white-space: nowrap;">int n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_setlocal"><code class="Fn" id="lua_setlocal">lua_setlocal</code></a>()
+    sets the value of a local variable of a given activation record. Parameters
+    <var class="Fa">ar</var> and <var class="Fa">n</var> are as in
+    <a class="Xr">lua_getlocal(3)</a>. <code class="Fn">lua_setlocal</code>()
+    assigns the value at the top of the stack to the variable and returns its
+    name. It also pops the value from the stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns <code class="Dv" title="Dv">NULL</code> (and pops nothing) when the
-  index is greater than the number of active local variables.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns <code class="Dv">NULL</code> (and pops nothing) when the
+    index is greater than the number of active local variables.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_setlocal</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_setlocal</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - e18229e41275ac16d7134af06abf4605e0ae84fd
blob + 51e599e1aaad76767c594064928e92dcd1fb2ea0
--- lua_setmetatable.3.html
+++ lua_setmetatable.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_SETMETATABLE(3)</title>
 </head>
@@ -14,32 +15,41 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_setmetatable</code> &#x2014;
-<div class="Nd" title="Nd">pops a table from the stack and sets it as the new
-  metatable for the value</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_setmetatable</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_setmetatable</code>() pops a table from the
-  stack and sets it as the new metatable for the value at the given acceptable
-  index.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_setmetatable</code> &#x2014;
+    <span class="Nd">pops a table from the stack and sets it as the new
+    metatable for the value</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_setmetatable</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_setmetatable"><code class="Fn" id="lua_setmetatable">lua_setmetatable</code></a>()
+    pops a table from the stack and sets it as the new metatable for the value
+    at the given acceptable index.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_setmetatable</code>() manual page was
-  written by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_setmetatable</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - de6b8ba98ccd0be1583e948fa10de3e4ce43a709
blob + 990dd15715a933de95e481233cc604c5b86e9d9c
--- lua_settable.3.html
+++ lua_settable.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_SETTABLE(3)</title>
 </head>
@@ -14,34 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_settable</code> &#x2014;
-<div class="Nd" title="Nd">pops both the key and the value from the stack</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_settable</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_settable</code>() does the equivalent to t[k] =
-  v, where t is the value at the given valid index, v is the value at the top of
-  the stack, and k is the value just below the top.
-<div class="Pp"></div>
-This function pops both the key and the value from the stack. As in Lua, this
-  function may trigger a metamethod for the &#x201C;newindex&#x201D; event.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_settable</code> &#x2014;
+    <span class="Nd">pops both the key and the value from the stack</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_settable</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_settable"><code class="Fn" id="lua_settable">lua_settable</code></a>()
+    does the equivalent to t[k] = v, where t is the value at the given valid
+    index, v is the value at the top of the stack, and k is the value just below
+    the top.</p>
+<p class="Pp">This function pops both the key and the value from the stack. As
+    in Lua, this function may trigger a metamethod for the &quot;newindex&quot;
+    event.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_settable</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_settable</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - bd328f28c2866512f68a7774cd7349bd35fcef04
blob + 0c7b9e5f365cedb18f6070c4b8de7047943cd1b1
--- lua_settop.3.html
+++ lua_settop.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_SETTOP(3)</title>
 </head>
@@ -14,33 +15,42 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_settop</code> &#x2014;
-<div class="Nd" title="Nd">sets the stack top to the index</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_settop</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_settop</code>() accepts any acceptable index, or
-  0, and sets the stack top to this index. If the new top is larger than the old
-  one, then the new elements are filled with
-  <code class="Dv" title="Dv">nil</code>. If index is 0, then all stack elements
-  are removed.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_settop</code> &#x2014; <span class="Nd">sets
+    the stack top to the index</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_settop</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_settop"><code class="Fn" id="lua_settop">lua_settop</code></a>()
+    accepts any acceptable index, or 0, and sets the stack top to this index. If
+    the new top is larger than the old one, then the new elements are filled
+    with <code class="Dv">nil</code>. If index is 0, then all stack elements are
+    removed.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_settop</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_settop</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - 0053db79e2a421a64802c94e7c04bd9cd5ecd163
blob + b2e6fa303aae657b54cb7ed5ab605173fc8bfa8a
--- lua_setupvalue.3.html
+++ lua_setupvalue.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_SETUPVALUE(3)</title>
 </head>
@@ -14,39 +15,50 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_setupvalue</code> &#x2014;
-<div class="Nd" title="Nd">sets the value of a closure's upvalue</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">lua_setupvalue</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  funcindex</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_setupvalue</code>() sets the value of a
-  closure's upvalue. It assigns the value at the top of the stack to the upvalue
-  and returns its name. It also pops the value from the stack. Parameters
-  <var class="Fa" title="Fa">funcindex</var> and
-  <var class="Fa" title="Fa">n</var> are as in the
-  <a class="Xr" title="Xr">lua_getupvalue(3)</a>.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_setupvalue</code> &#x2014;
+    <span class="Nd">sets the value of a closure's upvalue</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">lua_setupvalue</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int funcindex</var>,
+    <var class="Fa" style="white-space: nowrap;">int n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_setupvalue"><code class="Fn" id="lua_setupvalue">lua_setupvalue</code></a>()
+    sets the value of a closure's upvalue. It assigns the value at the top of
+    the stack to the upvalue and returns its name. It also pops the value from
+    the stack. Parameters <var class="Fa">funcindex</var> and
+    <var class="Fa">n</var> are as in the
+  <a class="Xr">lua_getupvalue(3)</a>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns <code class="Dv" title="Dv">NULL</code> (and pops nothing) when the
-  index is greater than the number of upvalues.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns <code class="Dv">NULL</code> (and pops nothing) when the
+    index is greater than the number of upvalues.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_setupvalue</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_setupvalue</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - bfedf774065b128c7fdf122b063953548f031832
blob + d09fe5194bb4f5b4ceef4738b1dda1b48f758b95
--- lua_status.3.html
+++ lua_status.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_STATUS(3)</title>
 </head>
@@ -14,34 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_status</code> &#x2014;
-<div class="Nd" title="Nd">returns the status of the thread L</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_status</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_status</code>() returns the status of the thread
-  L.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_status</code> &#x2014;
+    <span class="Nd">returns the status of the thread L</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_status</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_status"><code class="Fn" id="lua_status">lua_status</code></a>()
+    returns the status of the thread L.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-The status can be 0 for a normal thread, an error code if the thread finished
-  its execution with an error, or <code class="Dv" title="Dv">LUA_YIELD</code>
-  if the thread is suspended.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">The status can be 0 for a normal thread, an error code if the
+    thread finished its execution with an error, or
+    <code class="Dv">LUA_YIELD</code> if the thread is suspended.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_status</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_status</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 2ad766fc1eee3a5eef43b1ba93f9132d8fe2a345
blob + 7bb125cd458f1c8b91f838ecc022021319b94b41
--- lua_toboolean.3.html
+++ lua_toboolean.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_TOBOOLEAN(3)</title>
 </head>
@@ -14,40 +15,52 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_toboolean</code> &#x2014;
-<div class="Nd" title="Nd">converts the Lua value to a C boolean value</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_toboolean</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_toboolean</code>() converts the Lua value at the
-  given acceptable index to a C boolean value (0 or 1).
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_toboolean</code> &#x2014;
+    <span class="Nd">converts the Lua value to a C boolean value</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_toboolean</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_toboolean"><code class="Fn" id="lua_toboolean">lua_toboolean</code></a>()
+    converts the Lua value at the given acceptable index to a C boolean value (0
+    or 1).</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Like all tests in Lua, <code class="Fn" title="Fn">lua_toboolean</code>()
-  returns 1 for any Lua value different from <b class="Sy" title="Sy">false</b>
-  and <b class="Sy" title="Sy">nil</b>; otherwise it returns 0. It also returns
-  0 when called with a non-valid index. (If you want to accept only actual
-  boolean values, use <a class="Xr" title="Xr">lua_isboolean(3)</a> to test the
-  value's type.)
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Like all tests in Lua, <code class="Fn">lua_toboolean</code>()
+    returns 1 for any Lua value different from
+    <a class="permalink" href="#false"><b class="Sy" id="false">false</b></a>
+    and <a class="permalink" href="#nil"><b class="Sy" id="nil">nil</b></a>;
+    otherwise it returns 0. It also returns 0 when called with a non-valid
+    index. (If you want to accept only actual boolean values, use
+    <a class="Xr">lua_isboolean(3)</a> to test the value's type.)</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_isboolean(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_toboolean</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_isboolean(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_toboolean</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 61e7b2d122fd2ab37d9f453633b6266eb87bd4ca
blob + f94968879d120d81c6cb39970d79ee9f56a59050
--- lua_tocfunction.3.html
+++ lua_tocfunction.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_TOCFUNCTION(3)</title>
 </head>
@@ -14,34 +15,45 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_tocfunction</code> &#x2014;
-<div class="Nd" title="Nd">converts a value to a C function</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_CFunction</var>
-<br/>
-<code class="Fn" title="Fn">lua_tocfunction</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_tocfunction</code>() converts a value at the
-  given acceptable index to a C function.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_tocfunction</code> &#x2014;
+    <span class="Nd">converts a value to a C function</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_CFunction</var>
+  <br/>
+  <code class="Fn">lua_tocfunction</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_tocfunction"><code class="Fn" id="lua_tocfunction">lua_tocfunction</code></a>()
+    converts a value at the given acceptable index to a C function.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-That value must be a C function; otherwise, returns
-  <code class="Dv" title="Dv">NULL</code>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">That value must be a C function; otherwise, returns
+    <code class="Dv">NULL</code>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_tocfunction</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_tocfunction</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 12d64c44201435af5c114c875c8d0bbe7ea2b1b1
blob + e07fbeb5165d55655a8b6aebec721af452490d1d
--- lua_tointeger.3.html
+++ lua_tointeger.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_TOINTEGER(3)</title>
 </head>
@@ -14,40 +15,50 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_tointeger</code> &#x2014;
-<div class="Nd" title="Nd">converts the Lua value to the signed integral
-  type</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_Integer</var>
-<br/>
-<code class="Fn" title="Fn">lua_tointeger</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_tointeger</code>() converts the Lua value at the
-  given acceptable index to the signed integral type
-  <a class="Xr" title="Xr">lua_Integer(3)</a>.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_tointeger</code> &#x2014;
+    <span class="Nd">converts the Lua value to the signed integral
+  type</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_Integer</var>
+  <br/>
+  <code class="Fn">lua_tointeger</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_tointeger"><code class="Fn" id="lua_tointeger">lua_tointeger</code></a>()
+    converts the Lua value at the given acceptable index to the signed integral
+    type <a class="Xr">lua_Integer(3)</a>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-The Lua value must be a number or a string convertible to a number; otherwise,
-  <code class="Fn" title="Fn">lua_tointeger</code>() returns 0.
-<div class="Pp"></div>
-If the number is not an integer, it is truncated in some non-specified way.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">The Lua value must be a number or a string convertible to a
+    number; otherwise, <code class="Fn">lua_tointeger</code>() returns 0.</p>
+<p class="Pp">If the number is not an integer, it is truncated in some
+    non-specified way.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_Integer(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_tointeger</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_Integer(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_tointeger</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 074505e00093a2ef598e6f2e2aae8c22f250960d
blob + a47c16aaa0b18b9907d8389cbe08bf7a835258cc
--- lua_tolstring.3.html
+++ lua_tolstring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_TOLSTRING(3)</title>
 </head>
@@ -14,50 +15,59 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_tolstring</code> &#x2014;
-<div class="Nd" title="Nd">converts the Lua value to a C string</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">lua_tolstring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">size_t
-  *len</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_tolstring</code>() converts the Lua value at the
-  given acceptable index to a C string. If <var class="Fa" title="Fa">len</var>
-  is not <code class="Dv" title="Dv">NULL</code>, it also sets
-  <var class="Fa" title="Fa">*len</var> with the string length. The Lua value
-  must be a string or a number; otherwise, the function returns
-  <code class="Dv" title="Dv">NULL</code>. If the value is a number, then
-  <code class="Fn" title="Fn">lua_tolstring</code>() also changes the actual
-  value in the stack to a string. (This change confuses
-  <a class="Xr" title="Xr">lua_next(3)</a> when
-  <code class="Fn" title="Fn">lua_tolstring</code>() is applied to keys during a
-  table traversal.)
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_tolstring</code> &#x2014;
+    <span class="Nd">converts the Lua value to a C string</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">lua_tolstring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>,
+    <var class="Fa" style="white-space: nowrap;">size_t *len</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_tolstring"><code class="Fn" id="lua_tolstring">lua_tolstring</code></a>()
+    converts the Lua value at the given acceptable index to a C string. If
+    <var class="Fa">len</var> is not <code class="Dv">NULL</code>, it also sets
+    <var class="Fa">*len</var> with the string length. The Lua value must be a
+    string or a number; otherwise, the function returns
+    <code class="Dv">NULL</code>. If the value is a number, then
+    <code class="Fn">lua_tolstring</code>() also changes the actual value in the
+    stack to a string. (This change confuses <a class="Xr">lua_next(3)</a> when
+    <code class="Fn">lua_tolstring</code>() is applied to keys during a table
+    traversal.)</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-<code class="Fn" title="Fn">lua_tolstring</code>() returns a fully aligned
-  pointer to a string inside the Lua state. This string always has a zero ('\0')
-  after its last character (as in C), but can contain other zeros in its body.
-  Because Lua has garbage collection, there is no guarantee that the pointer
-  returned by <code class="Fn" title="Fn">lua_tolstring</code>() will be valid
-  after the corresponding value is removed from the stack.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp"><code class="Fn">lua_tolstring</code>() returns a fully aligned
+    pointer to a string inside the Lua state. This string always has a zero
+    ('\0') after its last character (as in C), but can contain other zeros in
+    its body. Because Lua has garbage collection, there is no guarantee that the
+    pointer returned by <code class="Fn">lua_tolstring</code>() will be valid
+    after the corresponding value is removed from the stack.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_next(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_tolstring</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_next(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_tolstring</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 14, 2022</td>
blob - 09460919092c4811bc4e476c12d3e47146a2e09f
blob + 71d0fce94e6c2edb2bf60d20c9a9c924b2e22a1b
--- lua_tonumber.3.html
+++ lua_tonumber.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_TONUMBER(3)</title>
 </head>
@@ -14,36 +15,44 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_tonumber</code> &#x2014;
-<div class="Nd" title="Nd">converts the Lua value to the C type
-  <a class="Xr" title="Xr">lua_Number(3)</a></div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_Number</var>
-<br/>
-<code class="Fn" title="Fn">lua_tonumber</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_tonumber</code>() converts the Lua value at the
-  given acceptable index to the C type
-  <a class="Xr" title="Xr">lua_Number(3)</a>. The Lua value must be a number or
-  a string convertible to a number; otherwise,
-  <code class="Nm" title="Nm">lua_tonumber</code> returns 0.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_tonumber</code> &#x2014;
+    <span class="Nd">converts the Lua value to the C type
+    <a class="Xr">lua_Number(3)</a></span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_Number</var>
+  <br/>
+  <code class="Fn">lua_tonumber</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_tonumber"><code class="Fn" id="lua_tonumber">lua_tonumber</code></a>()
+    converts the Lua value at the given acceptable index to the C type
+    <a class="Xr">lua_Number(3)</a>. The Lua value must be a number or a string
+    convertible to a number; otherwise, <code class="Nm">lua_tonumber</code>
+    returns 0.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_Number(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_tonumber</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_Number(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_tonumber</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - b77da9da1dba5a10e83ecdf75c7e8cb1ac834b81
blob + a74c436bbc155035c457c33994d5d63f2b6a5767
--- lua_topointer.3.html
+++ lua_topointer.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_TOPOINTER(3)</title>
 </head>
@@ -14,36 +15,45 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_topointer</code> &#x2014;
-<div class="Nd" title="Nd">converts the value to a generic C pointer</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const void *</var>
-<br/>
-<code class="Fn" title="Fn">lua_topointer</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_topointer</code>() converts the value at the
-  given acceptable index to a generic C pointer (void*). The value can be a
-  userdata, a table, a thread, or a function; otherwise,
-  <code class="Nm" title="Nm">lua_topointer</code> returns
-  <code class="Dv" title="Dv">NULL</code>. Different objects will give different
-  pointers. There is no way to convert the pointer back to its original value.
-<div class="Pp"></div>
-Typically this function is used only for debug information.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_topointer</code> &#x2014;
+    <span class="Nd">converts the value to a generic C pointer</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const void *</var>
+  <br/>
+  <code class="Fn">lua_topointer</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_topointer"><code class="Fn" id="lua_topointer">lua_topointer</code></a>()
+    converts the value at the given acceptable index to a generic C pointer
+    (void*). The value can be a userdata, a table, a thread, or a function;
+    otherwise, <code class="Nm">lua_topointer</code> returns
+    <code class="Dv">NULL</code>. Different objects will give different
+    pointers. There is no way to convert the pointer back to its original
+  value.</p>
+<p class="Pp">Typically this function is used only for debug information.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_topointer</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_topointer</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 173199f9dbf25fb04bc9eb2b5cf91abe6f01ede0
blob + 22f7502700250fe6bb691f83d96c3e4dd37e4ce8
--- lua_tostring.3.html
+++ lua_tostring.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_TOSTRING(3)</title>
 </head>
@@ -14,35 +15,42 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_tostring</code> &#x2014;
-<div class="Nd" title="Nd">converts the Lua value to a C string</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">lua_tostring</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_tostring</code>() converts the Lua value at the
-  given acceptable index to a C string.
-<div class="Pp"></div>
-Equivalent to <a class="Xr" title="Xr">lua_tolstring(3)</a> with len equal to
-  <code class="Dv" title="Dv">NULL</code>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_tostring</code> &#x2014;
+    <span class="Nd">converts the Lua value to a C string</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">lua_tostring</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_tostring"><code class="Fn" id="lua_tostring">lua_tostring</code></a>()
+    converts the Lua value at the given acceptable index to a C string.</p>
+<p class="Pp">Equivalent to <a class="Xr">lua_tolstring(3)</a> with len equal to
+    <code class="Dv">NULL</code>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<a class="Xr" title="Xr">lua_tolstring(3)</a>
-<div class="Pp"></div>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_tostring</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><a class="Xr">lua_tolstring(3)</a></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_tostring</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 15, 2022</td>
blob - 190ffc83aec291e2ad6f03d935fa2f4ef5aef9dd
blob + 7af7da32cc25d76983d0a9b31a61258c97d01381
--- lua_tothread.3.html
+++ lua_tothread.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_TOTHREAD(3)</title>
 </head>
@@ -14,36 +15,47 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_tothread</code> &#x2014;
-<div class="Nd" title="Nd">converts the value to a Lua thread</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">lua_State *</var>
-<br/>
-<code class="Fn" title="Fn">lua_tothread</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_tothread</code>() converts the value at the
-  given acceptable index to a Lua thread (represented as lua_State *). This
-  value must be a thread; otherwise, the function returns
-  <code class="Dv" title="Dv">NULL</code>.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_tothread</code> &#x2014;
+    <span class="Nd">converts the value to a Lua thread</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">lua_State *</var>
+  <br/>
+  <code class="Fn">lua_tothread</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_tothread"><code class="Fn" id="lua_tothread">lua_tothread</code></a>()
+    converts the value at the given acceptable index to a Lua thread
+    (represented as lua_State *). This value must be a thread; otherwise, the
+    function returns <code class="Dv">NULL</code>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns Lua thread represented as lua_State* and returns
-  <code class="Dv" title="Dv">NULL</code> when value is not a thread.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns Lua thread represented as lua_State* and returns
+    <code class="Dv">NULL</code> when value is not a thread.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_gethook</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_gethook</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - 51a40bb1a996f85f39338f657a15f6c6dee342fb
blob + d9721cb9ae218ad83aa4fdf3a03339d787feecdf
--- lua_touserdata.3.html
+++ lua_touserdata.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_TOUSERDATA(3)</title>
 </head>
@@ -14,34 +15,45 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_touserdata</code> &#x2014;
-<div class="Nd" title="Nd">returns address to userdata</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void *</var>
-<br/>
-<code class="Fn" title="Fn">lua_touserdata</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-If the value at the given acceptable index is a full userdata, returns its block
-  address.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_touserdata</code> &#x2014;
+    <span class="Nd">returns address to userdata</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void *</var>
+  <br/>
+  <code class="Fn">lua_touserdata</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp">If the value at the given acceptable index is a full userdata,
+    returns its block address.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-If the value is a light userdata, returns its pointer. Otherwise, returns
-  <code class="Dv" title="Dv">NULL</code>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">If the value is a light userdata, returns its pointer. Otherwise,
+    returns <code class="Dv">NULL</code>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_touserdata</code>() manual page was written
-  by Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_touserdata</code>() manual page was
+    written by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - 1d47f28cfab0a1f1f8505d019924af793f0b8968
blob + 3d26b27db77ebac7bb4c4a3b3ac16923376d9648
--- lua_type.3.html
+++ lua_type.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_TYPE(3)</title>
 </head>
@@ -14,43 +15,48 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_type</code> &#x2014;
-<div class="Nd" title="Nd">returns the type of the value</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_type</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  index</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_type</code>() returns the type of the value in
-  the given acceptable index, or <code class="Dv" title="Dv">LUA_TNONE</code>
-  for a non-valid index (that is, an index to an &quot;empty&quot; stack
-  position). The types returned by <code class="Nm" title="Nm">lua_type</code>
-  are coded by the following constants defined in
-  <code class="In" title="In">&lt;<a class="In" title="In">lua.h</a>&gt;</code>:
-  <code class="Dv" title="Dv">LUA_TNIL</code>,
-  <code class="Dv" title="Dv">LUA_TNUMBER</code>,
-  <code class="Dv" title="Dv">LUA_TBOOLEAN</code>,
-  <code class="Dv" title="Dv">LUA_TSTRING</code>,
-  <code class="Dv" title="Dv">LUA_TTABLE</code>,
-  <code class="Dv" title="Dv">LUA_TFUNCTION</code>,
-  <code class="Dv" title="Dv">LUA_TUSERDATA</code>,
-  <code class="Dv" title="Dv">LUA_TTHREAD</code>, and
-  <code class="Dv" title="Dv">LUA_TLIGHTUSERDATA</code>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_type</code> &#x2014; <span class="Nd">returns
+    the type of the value</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_type</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int index</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_type"><code class="Fn" id="lua_type">lua_type</code></a>()
+    returns the type of the value in the given acceptable index, or
+    <code class="Dv">LUA_TNONE</code> for a non-valid index (that is, an index
+    to an &quot;empty&quot; stack position). The types returned by
+    <code class="Nm">lua_type</code> are coded by the following constants
+    defined in <code class="In">&lt;<a class="In">lua.h</a>&gt;</code>:
+    <code class="Dv">LUA_TNIL</code>, <code class="Dv">LUA_TNUMBER</code>,
+    <code class="Dv">LUA_TBOOLEAN</code>, <code class="Dv">LUA_TSTRING</code>,
+    <code class="Dv">LUA_TTABLE</code>, <code class="Dv">LUA_TFUNCTION</code>,
+    <code class="Dv">LUA_TUSERDATA</code>, <code class="Dv">LUA_TTHREAD</code>,
+    and <code class="Dv">LUA_TLIGHTUSERDATA</code>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_type</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_type</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 79e4e1395ab2662c4ed8c38cf2645d01bf887609
blob + 888bd0fdbb9fe05dbace480281843a63b6355057
--- lua_typename.3.html
+++ lua_typename.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_TYPENAME(3)</title>
 </head>
@@ -14,35 +15,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_typename</code> &#x2014;
-<div class="Nd" title="Nd">returns the name of the type encoded by the
-  value</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">const char *</var>
-<br/>
-<code class="Fn" title="Fn">lua_typename</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  tp</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_typename</code>() returns the name of the type
-  encoded by the value <var class="Fa" title="Fa">tp</var>, which must be one
-  the values returned by <a class="Xr" title="Xr">lua_type(3)</a>.
-<h1 class="Sh" title="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_typename</code> &#x2014;
+    <span class="Nd">returns the name of the type encoded by the
+  value</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">const char *</var>
+  <br/>
+  <code class="Fn">lua_typename</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int tp</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_typename"><code class="Fn" id="lua_typename">lua_typename</code></a>()
+    returns the name of the type encoded by the value <var class="Fa">tp</var>,
+    which must be one the values returned by <a class="Xr">lua_type(3)</a>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
   VALUES</a></h1>
-Returns the name of the type encoded by the value.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">Returns the name of the type encoded by the value.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_typename</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_typename</code>() manual page was written
+    by Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - 0b328b5b1bb6925d136401ab440a45f9238a7582
blob + 3882c6ce37341d0f193319f24d1e1036b7c0135c
--- lua_xmove.3.html
+++ lua_xmove.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_XMOVE(3)</title>
 </head>
@@ -14,33 +15,43 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_xmove</code> &#x2014;
-<div class="Nd" title="Nd">exchange values between different threads of the same
-  global state</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">void</var>
-<br/>
-<code class="Fn" title="Fn">lua_xmove</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *from</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *to</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  n</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_xmove</code>() exchange values between different
-  threads of the same global state. This function pops n values from the stack
-  from, and pushes them onto the stack to.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_xmove</code> &#x2014;
+    <span class="Nd">exchange values between different threads of the same
+    global state</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">void</var>
+  <br/>
+  <code class="Fn">lua_xmove</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *from</var>, <var class="Fa" style="white-space: nowrap;">lua_State
+    *to</var>, <var class="Fa" style="white-space: nowrap;">int n</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_xmove"><code class="Fn" id="lua_xmove">lua_xmove</code></a>()
+    exchange values between different threads of the same global state. This
+    function pops n values from the stack from, and pushes them onto the stack
+    to.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_xmove</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_xmove</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 13, 2022</td>
blob - 387cf8017db7dc41d81bcfe08cf19902ef33bd45
blob + 322a8fc0afadd0abdac0fbd6db173e87d528011c
--- lua_yield.3.html
+++ lua_yield.3.html
@@ -2,6 +2,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <link rel="stylesheet" href="style.css" type="text/css" media="all"/>
   <title>LUA_YIELD(3)</title>
 </head>
@@ -14,43 +15,50 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<code class="Nm" title="Nm">lua_yield</code> &#x2014;
-<div class="Nd" title="Nd">yields a coroutine</div>
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<code class="In" title="In">#include
-  &lt;<a class="In" title="In">lua.h</a>&gt;</code>
-<div class="Pp"></div>
-<var class="Ft" title="Ft">int</var>
-<br/>
-<code class="Fn" title="Fn">lua_yield</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">lua_State
-  *L</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
-  nresults</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<code class="Fn" title="Fn">lua_yield</code>() yields a coroutine. This function
-  should only be called as the return expression of a C function, as follows:
-<div class="Pp"></div>
-<div class="Bd Bd-indent">
-<pre class="Li">
-return lua_yield (L, nresults);
-</pre>
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">lua_yield</code> &#x2014; <span class="Nd">yields
+    a coroutine</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp"><code class="In">#include
+  &lt;<a class="In">lua.h</a>&gt;</code></p>
+<p class="Pp"><var class="Ft">int</var>
+  <br/>
+  <code class="Fn">lua_yield</code>(<var class="Fa" style="white-space: nowrap;">lua_State
+    *L</var>, <var class="Fa" style="white-space: nowrap;">int
+  nresults</var>);</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp"><a class="permalink" href="#lua_yield"><code class="Fn" id="lua_yield">lua_yield</code></a>()
+    yields a coroutine. This function should only be called as the return
+    expression of a C function, as follows:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent Li">
+<pre>return lua_yield (L, nresults);</pre>
 </div>
-<div class="Pp"></div>
-When a C function calls <code class="Nm" title="Nm">lua_yield</code> in that
-  way, the running coroutine suspends its execution, and the call to lua_resume
-  that started this coroutine returns. The parameter
-  <var class="Fa" title="Fa">nresults</var> is the number of values from the
-  stack that are passed as results to
-  <a class="Xr" title="Xr">lua_resume(3)</a>.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+<p class="Pp">When a C function calls <code class="Nm">lua_yield</code> in that
+    way, the running coroutine suspends its execution, and the call to
+    lua_resume that started this coroutine returns. The parameter
+    <var class="Fa">nresults</var> is the number of values from the stack that
+    are passed as results to <a class="Xr">lua_resume(3)</a>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
-<cite class="Rs" title="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
-  <span class="RsA">Luiz Henrique de Figueiredo</span>, and
-  <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
-  Manual</span>.</cite>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-The <code class="Fn" title="Fn">lua_yield</code>() manual page was written by
-  Sergey Bronnikov.</div>
+<p class="Pp"><cite class="Rs"><span class="RsA">Roberto Ierusalimschy</span>,
+    <span class="RsA">Luiz Henrique de Figueiredo</span>, and
+    <span class="RsA">Waldemar Celes</span>, <span class="RsT">Lua 5.1 Reference
+    Manual</span>.</cite></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Fn">lua_yield</code>() manual page was written by
+    Sergey Bronnikov.</p>
+</section>
+</div>
 <table class="foot">
   <tr>
     <td class="foot-date">July 18, 2022</td>
blob - 2e49c3587aeb6736406345996519f400d28db750 (mode 644)
blob + /dev/null
--- style.css
+++ /dev/null
@@ -1,313 +0,0 @@
-/* Global defaults. */
-
-html			{ max-width: 60rem; width: calc(100% - 2rem); margin: 0 auto;}
-body			{ font-family: sans-serif;
-			  font-size: 11pt;
-			  padding-top: 4rem;
-			  padding-bottom: 4rem;
-			  line-height: 1.4em;
-			  margin: 0;
-			  font-weight: 400; }
-pre			{ font-size: smaller;
-			  line-height: 1.3em;
-			  font-family: monospace; }
-table			{ margin-top: 0em;
-			  margin-bottom: 0em;
-			  border-collapse: collapse; }
-/* Some browsers set border-color in a browser style for tbody,
- * but not for table, resulting in inconsistent border styling. */
-tbody			{ border-color: inherit; }
-tr			{ border-color: inherit; }
-td			{ vertical-align: top;
-			  padding-left: 0.2em;
-			  padding-right: 0.2em;
-			  border-color: inherit; }
-ul, ol, dl		{ margin-top: 0em;
-			  margin-bottom: 0em; }
-li, dt			{ margin-top: 1em; }
-
-.permalink		{ font: inherit;
-			  text-decoration: inherit; }
-*			{ clear: both }
-
-/* Header and footer lines. */
-
-table.head		{ display: none; }
-table.foot		{ display: none; }
-
-/* Sections and paragraphs. */
-
-.Nd			{ }
-section.Sh		{ }
-h1.Sh			{ margin-top: 1.2em;
-			  margin-bottom: 0.6em;
-			  font-size: 110%; }
-section.Ss		{ }
-h2.Ss			{ margin-top: 1.2em;
-			  margin-bottom: 0.6em;
-			  font-size: 105%; }
-.Pp			{ margin: 0.6em 0em; }
-.Sx			{ }
-.Xr			{ }
-
-/* Displays and lists. */
-
-.Bd			{ }
-.Bd-indent		{ margin-left: 3.8em; }
-
-.Bl-bullet		{ list-style-type: disc;
-			  padding-left: 1em; }
-.Bl-bullet > li		{ }
-.Bl-dash		{ list-style-type: none;
-			  padding-left: 0em; }
-.Bl-dash > li:before 	{ content: "\2014  "; }
-.Bl-item		{ list-style-type: none;
-			  padding-left: 0em; }
-.Bl-item > li		{ }
-.Bl-compact > li 	{ margin-top: 0em; }
-
-.Bl-enum 		{ padding-left: 2em; }
-.Bl-enum > li 		{ }
-.Bl-compact > li 	{ margin-top: 0em; }
-
-.Bl-diag 		{ }
-.Bl-diag > dt 		{ font-style: normal;
-			  font-weight: bold; }
-.Bl-diag > dd 		{ margin-left: 0em; }
-.Bl-hang 		{ }
-.Bl-hang > dt 		{ }
-.Bl-hang > dd 		{ margin-left: 5.5em; }
-.Bl-inset 		{ }
-.Bl-inset > dt 		{ }
-.Bl-inset > dd 		{ margin-left: 0em; }
-.Bl-ohang 		{ }
-.Bl-ohang > dt 		{ }
-.Bl-ohang > dd 		{ margin-left: 0em; }
-.Bl-tag 		{ margin-top: 0.6em;
-			  margin-left: 5.5em; }
-.Bl-tag > dt 		{ float: left;
-			  margin-top: 0em;
-			  margin-left: -5.5em;
-			  padding-right: 0.5em;
-			  vertical-align: top; }
-.Bl-tag > dd 		{ clear: right;
-			  width: calc(100% - 1em);
-			  margin-top: 0em;
-			  margin-left: 0em;
-			  margin-bottom: 0.6em;
-			  vertical-align: top;
-			  overflow: auto; }
-.Bl-compact 		{ margin-top: 0em; }
-.Bl-compact > dd 	{ margin-bottom: 0em; }
-.Bl-compact > dt 	{ margin-top: 0em; }
-
-.Bl-column 		{ }
-.Bl-column > tbody > tr { }
-.Bl-column > tbody > tr > td 
-			{ margin-top: 1em; }
-.Bl-compact > tbody > tr > td 
-			{ margin-top: 0em; }
-
-.Rs 			{ font-style: normal;
-			  font-weight: normal; }
-.RsA 			{ }
-.RsB 			{ font-style: italic;
-			  font-weight: normal; }
-.RsC 			{ }
-.RsD 			{ }
-.RsI 			{ font-style: italic;
-			  font-weight: normal; }
-.RsJ 			{ font-style: italic;
-			  font-weight: normal; }
-.RsN 			{ }
-.RsO 			{ }
-.RsP 			{ }
-.RsQ 			{ }
-.RsR 			{ }
-.RsT 			{ text-decoration: underline; }
-.RsU 			{ }
-.RsV 			{ }
-
-.eqn 			{ }
-.tbl td 		{ vertical-align: middle; }
-
-.HP 			{ margin-left: 3.8em;
-			  text-indent: -3.8em; }
-
-/* Semantic markup for command line utilities. */
-
-table.Nm { }
-code.Nm 		{ font-style: normal;
-			  font-weight: bold;
-			  font-family: inherit; }
-.Fl 			{ font-style: normal;
-			  font-weight: bold;
-			  font-family: inherit; }
-.Cm 			{ font-style: normal;
-			  font-weight: bold;
-			  font-family: inherit; }
-.Ar 			{ font-style: italic;
-			  font-weight: normal; }
-.Op 			{ display: inline; }
-.Ic 			{ font-style: normal;
-			  font-weight: bold;
-			  font-family: inherit; }
-.Ev 			{ font-style: normal;
-			  font-weight: normal;
-			  font-size: smaller;
-			  font-family: monospace; }
-.Pa 			{ font-style: italic;
-			  font-weight: normal; }
-
-/* Semantic markup for function libraries. */
-
-.Lb 			{ }
-code.In 		{ font-style: normal;
-			  font-weight: bold;
-			  font-family: inherit; }
-a.In 			{ }
-.Fd			{ font-style: normal;
-			  font-weight: bold;
-			  font-family: inherit; }
-.Ft			{ font-style: italic;
-			  font-weight: normal; }
-.Fn			{ font-style: normal;
-			  font-weight: bold;
-			  font-family: inherit; }
-.Fa			{ font-style: italic;
-			  font-weight: normal; }
-.Vt			{ font-style: italic;
-			  font-weight: normal; }
-.Va			{ font-style: italic;
-			  font-weight: normal; }
-.Dv			{ font-style: normal;
-			  font-weight: normal;
-			  font-size: smaller;
-			  font-family: monospace; }
-.Er			{ font-style: normal;
-			  font-weight: normal;
-			  font-size: smaller;
-			  font-family: monospace; }
-
-/* Various semantic markup. */
-
-.An 			{ }
-.Lk 			{ }
-.Mt 			{ }
-.Cd 			{ font-style: normal;
-			  font-weight: bold;
-			  font-family: inherit; }
-.Ad 			{ font-style: italic;
-			  font-weight: normal; }
-.Ms 			{ font-style: normal;
-			  font-weight: bold; }
-.St			{ }
-.Ux			{ }
-
-/* Physical markup. */
-
-.Bf			{ display: inline; }
-.No			{ font-style: normal;
-			  font-weight: normal; }
-.Em			{ font-style: italic;
-			  font-weight: normal; }
-.Sy			{ font-style: normal;
-			  font-weight: bold; }
-.Li			{ font-style: normal;
-			  font-weight: normal;
-			  font-size: smaller;
-			  font-family: monospace; }
-
-/* Tooltip support. */
-
-h1.Sh, h2.Ss 		{ position: relative; 
-			  font-weight: 500; }
-.An, .Ar, .Cd, .Cm, .Dv, .Em, .Er, .Ev, .Fa, .Fd, .Fl, .Fn, .Ft,
-.Ic, code.In, .Lb, .Lk, .Ms, .Mt, .Nd, code.Nm, .Pa, .Rs,
-.St, .Sx, .Sy, .Va, .Vt, .Xr 
-			{ display: inline-block;
-			  position: relative; }
-
-.An::before 	  	{ content: "An"; }
-.Ar::before 	  	{ content: "Ar"; }
-.Cd::before 	  	{ content: "Cd"; }
-.Cm::before 	  	{ content: "Cm"; }
-.Dv::before 	  	{ content: "Dv"; }
-.Em::before 	  	{ content: "Em"; }
-.Er::before 	  	{ content: "Er"; }
-.Ev::before 	  	{ content: "Ev"; }
-.Fa::before 	  	{ content: "Fa"; }
-.Fd::before 	  	{ content: "Fd"; }
-.Fl::before 	  	{ content: "Fl"; }
-.Fn::before 	  	{ content: "Fn"; }
-.Ft::before 	  	{ content: "Ft"; }
-.Ic::before 	  	{ content: "Ic"; }
-code.In::before 	{ content: "In"; }
-.Lb::before		{ content: "Lb"; }
-.Lk::before		{ content: "Lk"; }
-.Ms::before		{ content: "Ms"; }
-.Mt::before		{ content: "Mt"; }
-.Nd::before		{ content: "Nd"; }
-code.Nm::before 	{ content: "Nm"; }
-.Pa::before		{ content: "Pa"; }
-.Rs::before		{ content: "Rs"; }
-h1.Sh::before		{ content: "Sh"; }
-h2.Ss::before		{ content: "Ss"; }
-.St::before		{ content: "St"; }
-.Sx::before		{ content: "Sx"; }
-.Sy::before		{ content: "Sy"; }
-.Va::before		{ content: "Va"; }
-.Vt::before		{ content: "Vt"; }
-.Xr::before		{ content: "Xr"; }
-
-.An::before, .Ar::before, .Cd::before, .Cm::before,
-.Dv::before, .Em::before, .Er::before, .Ev::before,
-.Fa::before, .Fd::before, .Fl::before, .Fn::before, .Ft::before,
-.Ic::before, code.In::before, .Lb::before, .Lk::before,
-.Ms::before, .Mt::before, .Nd::before, code.Nm::before,
-.Pa::before, .Rs::before,
-h1.Sh::before, h2.Ss::before, .St::before, .Sx::before, .Sy::before,
-.Va::before, .Vt::before, .Xr::before 
-			{ opacity: 0;
-			  transition: .15s ease opacity;
-			  pointer-events: none;
-			  position: absolute;
-			  bottom: 100%;
-			  box-shadow: 0 0 .35em #000;
-			  padding: .15em .25em;
-			  white-space: nowrap;
-			  font-family: Helvetica,Arial,sans-serif;
-			  font-style: normal;
-			  font-weight: bold;
-			  color: black;
-			  background: #fff; }
-.An:hover::before, .Ar:hover::before, .Cd:hover::before, .Cm:hover::before,
-.Dv:hover::before, .Em:hover::before, .Er:hover::before, .Ev:hover::before,
-.Fa:hover::before, .Fd:hover::before, .Fl:hover::before, .Fn:hover::before,
-.Ft:hover::before, .Ic:hover::before, code.In:hover::before,
-.Lb:hover::before, .Lk:hover::before, .Ms:hover::before, .Mt:hover::before,
-.Nd:hover::before, code.Nm:hover::before, .Pa:hover::before,
-.Rs:hover::before, h1.Sh:hover::before, h2.Ss:hover::before, .St:hover::before,
-.Sx:hover::before, .Sy:hover::before, .Va:hover::before, .Vt:hover::before,
-.Xr:hover::before 	{ opacity: 1;
-			  pointer-events: inherit; }
-
-/* Overrides to avoid excessive margins on small devices. */
-
-@media (max-width: 37.5em) {
-  body	 		{ padding-top: 1rem; 
-  			  padding-bottom: 1rem; }
-  .Bd-indent 		{ margin-left: 2em; }
-  .Bl-hang > dd 	{ margin-left: 2em; }
-  .Bl-tag 		{ margin-left: 2em; }
-  .Bl-tag > dt 		{ margin-left: -2em; }
-  .HP 			{ margin-left: 2em;
-  			  text-indent: -2em; }
-  pre			{ overflow: hidden; }
-}
-
-@media (prefers-color-scheme: dark) {
-  body 			{ background-color: #2d2d2d;
-			  color: #eee; }
-  a, .permalink		{ color: yellow; }
-}