Package: lua-posix-dev
Version: 29-6
Severity: important
User: multiarch-de...@lists.alioth.debian.org
Usertags: multiarch

lua-posix-dev is marked as "Multi-Arch: same", but the following file is architecture-dependent:

/usr/share/doc/lua-posix-dev/doc/index.html

MD5 sums of the files are:
b5c349fbb5a27edab700b7e0bb45c436 on amd64;
aeb019746ccd88073909b9dbef7a75e9 everywhere else.

An example diff between i386 and amd64 is attached.

--
Jakub Wilk
diff -ur lua-posix-dev_29-6_i386/usr/share/doc/lua-posix-dev/doc/index.html 
lua-posix-dev_29-6_amd64/usr/share/doc/lua-posix-dev/doc/index.html
--- lua-posix-dev_29-6_i386/usr/share/doc/lua-posix-dev/doc/index.html  
2014-01-17 23:30:41.000000000 +0100
+++ lua-posix-dev_29-6_amd64/usr/share/doc/lua-posix-dev/doc/index.html 
2014-01-17 23:07:11.000000000 +0100
@@ -82,7 +82,7 @@
        </tr>
        <tr>
        <td class="name" nowrap><a href="#errno">errno (n)</a></td>
-       <td class="summary">Describe an error code/and or read `errno`</td>
+       <td class="summary">Describe an error code/and or read <a 
href="index.html#errno">errno</a></td>
        </tr>
        <tr>
        <td class="name" nowrap><a href="#set_errno">set_errno (n)</a></td>
@@ -146,7 +146,7 @@
        </tr>
        <tr>
        <td class="name" nowrap><a href="#access">access (path, mode)</a></td>
-       <td class="summary">Check real user's permissions for a file.</td>
+       <td class="summary">Check real user&rsquo;s permissions for a file.</td>
        </tr>
        <tr>
        <td class="name" nowrap><a href="#fileno">fileno (file)</a></td>
@@ -202,7 +202,7 @@
        </tr>
        <tr>
        <td class="name" nowrap><a href="#setpid">setpid (what, id, 
gid)</a></td>
-       <td class="summary">Set the uid, euid, gid, egid, sid or pid & gid.</td>
+       <td class="summary">Set the uid, euid, gid, egid, sid or pid &amp; 
gid.</td>
        </tr>
        <tr>
        <td class="name" nowrap><a href="#sleep">sleep (seconds)</a></td>
@@ -230,7 +230,7 @@
        </tr>
        <tr>
        <td class="name" nowrap><a href="#getenv">getenv (name)</a></td>
-       <td class="summary">Get value of environment variable, or _all_ 
variables.</td>
+       <td class="summary">Get value of environment variable, or <em>all</em> 
variables.</td>
        </tr>
        <tr>
        <td class="name" nowrap><a href="#umask">umask (mode)</a></td>
@@ -429,11 +429,11 @@
        </tr>
        <tr>
        <td class="name" nowrap><a href="#fsync">fsync (fd)</a></td>
-       <td class="summary">synchronize a file's in-core state with storage 
device</td>
+       <td class="summary">synchronize a file&rsquo;s in-core state with 
storage device</td>
        </tr>
        <tr>
        <td class="name" nowrap><a href="#fdatasync">fdatasync (fd)</a></td>
-       <td class="summary">synchronize a file's in-core state with storage 
device without metadata</td>
+       <td class="summary">synchronize a file&rsquo;s in-core state with 
storage device without metadata</td>
        </tr>
        <tr>
        <td class="name" nowrap><a href="#lseek">lseek (fd, offset, 
whence)</a></td>
@@ -556,13 +556,13 @@
     <strong>errno (n)</strong>
     </dt>
     <dd>
-    Describe an error code/and or read `errno`
+    Describe an error code/and or read <a href="index.html#errno">errno</a>
 
     <h3>Parameters:</h3>
     <ul>
         <li><span class="parameter">n</span>
             <span class="types"><span class="type">int</span></span>
-         optional error code (default: current value of `errno`)
+         optional error code (default: current value of <a 
href="index.html#errno">errno</a> )
         </li>
     </ul>
 
@@ -1029,7 +1029,7 @@
     <strong>access (path, mode)</strong>
     </dt>
     <dd>
-    Check real user's permissions for a file.
+    Check real user&rsquo;s permissions for a file.
 
     <h3>Parameters:</h3>
     <ul>
@@ -1039,7 +1039,7 @@
         </li>
         <li><span class="parameter">mode</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         optional, can contain 'r','w','x' and 'f' (default 'f')
+         optional, can contain &lsquo;r&rsquo;,&lsquo;w&rsquo;,&lsquo;x&rsquo; 
and &lsquo;f&rsquo; (default &lsquo;f&rsquo;)
         </li>
     </ul>
 
@@ -1129,7 +1129,7 @@
     <ul>
         <li><span class="parameter">templ</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         pattern that ends in "XXXXXX"
+         pattern that ends in &ldquo;XXXXXX&rdquo;
         </li>
     </ul>
 
@@ -1163,7 +1163,7 @@
     <ul>
         <li><span class="parameter">templ</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         pattern that ends in six 'X' characters
+         pattern that ends in six &lsquo;X&rsquo; characters
         </li>
     </ul>
 
@@ -1391,7 +1391,7 @@
         <li>
         pid of terminated child, nil on error</li>
         <li>
-        how child ended ("exited", "killed" or "stopped"), or error message on 
error.</li>
+        how child ended (&ldquo;exited&rdquo;, &ldquo;killed&rdquo; or 
&ldquo;stopped&rdquo;), or error message on error.</li>
         <li>
         status value (computed with WEXITSTATUS, WTERMSIG or WSTOPSIG as 
appropriate), or nothing on error.</li>
     </ol>
@@ -1476,19 +1476,19 @@
     <strong>setpid (what, id, gid)</strong>
     </dt>
     <dd>
-    Set the uid, euid, gid, egid, sid or pid & gid.
+    Set the uid, euid, gid, egid, sid or pid &amp; gid.
 
     <h3>Parameters:</h3>
     <ul>
         <li><span class="parameter">what</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         one of 'u', 'U', 'g', 'G', 's', 'p' (upper-case means "effective")
+         one of &lsquo;u&rsquo;, &lsquo;U&rsquo;, &lsquo;g&rsquo;, 
&lsquo;G&rsquo;, &rsquo;s', &lsquo;p&rsquo; (upper-case means 
&ldquo;effective&rdquo;)
         </li>
         <li><span class="parameter">id</span>
-         (uid, gid or pid for every value of `what` except 's')
+         (uid, gid or pid for every value of <code>what</code> except 
&rsquo;s')
         </li>
         <li><span class="parameter">gid</span>
-         (only for `what` value 'p')
+         (only for <code>what</code> value &lsquo;p&rsquo;)
         </li>
     </ul>
 
@@ -1560,7 +1560,7 @@
         0 on success, nil otherwise</li>
         <li>
         error message if failed, or the remaining time as two
-results `tv_sec`, `tv_nsec` if return value is `EINTR`.</li>
+results <code>tv_sec</code>, <code>tv_nsec</code> if return value is 
<code>EINTR</code>.</li>
     </ol>
 
 
@@ -1619,11 +1619,17 @@
     <ul>
         <li><span class="parameter">id</span>
             <span class="types"><span class="type">int</span></span>
-         - message queue identifier returned by msgget
+        <ul>
+<li>message queue identifier returned by msgget</li>
+</ul>
+
         </li>
         <li><span class="parameter">type</span>
             <span class="types"><span class="type">int</span></span>
-         - message type
+        <ul>
+<li>message type</li>
+</ul>
+
         </li>
         <li><span class="parameter">message</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
@@ -1661,15 +1667,24 @@
     <ul>
         <li><span class="parameter">id</span>
             <span class="types"><span class="type">int</span></span>
-         - message queue identifier returned by msgget
+        <ul>
+<li>message queue identifier returned by msgget</li>
+</ul>
+
         </li>
         <li><span class="parameter">size</span>
             <span class="types"><span class="type">int</span></span>
-         - maximum message size
+        <ul>
+<li>maximum message size</li>
+</ul>
+
         </li>
         <li><span class="parameter">type</span>
             <span class="types"><span class="type">int</span></span>
-         - message type (optional, default - 0)
+        <ul>
+<li>message type (optional, default - 0)</li>
+</ul>
+
         </li>
         <li><span class="parameter">flags</span>
             <span class="types"><span class="type">int</span></span>
@@ -1708,7 +1723,7 @@
         </li>
         <li><span class="parameter">value</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         (maybe nil, meaning 'unset')
+         (maybe nil, meaning &lsquo;unset&rsquo;)
         </li>
         <li><span class="parameter">over</span>
          non-nil prevents overwriting a variable
@@ -1735,7 +1750,7 @@
     <strong>getenv (name)</strong>
     </dt>
     <dd>
-    Get value of environment variable, or _all_ variables.
+    Get value of environment variable, or <em>all</em> variables.
 
     <h3>Parameters:</h3>
     <ul>
@@ -1802,8 +1817,8 @@
     <ul>
         <li><span class="parameter">oflags</span>
             <span class="types"><span class="type">int</span></span>
-         bitwise OR of the values `O_RDWR`,
-and possibly `O_NOCTTY` (all in the library's namespace)
+         bitwise OR of the values <code>O_RDWR</code>,
+and possibly <code>O_NOCTTY</code> (all in the library&rsquo;s namespace)
         </li>
     </ul>
 
@@ -1936,13 +1951,13 @@
         </li>
         <li><span class="parameter">oflags</span>
             <span class="types"><span class="type">int</span></span>
-         bitwise OR of the values `O_RDONLY`, `O_WRONLY`, `O_RDWR`,
-`O_APPEND`, `O_CREAT`, `O_DSYNC`, `O_EXCL`, `O_NOCTTY`, `O_NONBLOCK`, 
`O_RSYNC`,
-`O_SYNC`, `O_TRUNC` (all in the library's namespace)
+         bitwise OR of the values <code>O_RDONLY</code>, 
<code>O_WRONLY</code>, <code>O_RDWR</code>,
+<code>O_APPEND</code>, <code>O_CREAT</code>, <code>O_DSYNC</code>, 
<code>O_EXCL</code>, <code>O_NOCTTY</code>, <code>O_NONBLOCK</code>, 
<code>O_RSYNC</code>,
+<code>O_SYNC</code>, <code>O_TRUNC</code> (all in the library&rsquo;s 
namespace)
         </li>
         <li><span class="parameter">mode</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         (used with `O_CREAT`; see chmod for format)
+         (used with <code>O_CREAT</code>; see chmod for format)
         </li>
     </ul>
 
@@ -2085,11 +2100,14 @@
     <strong>chmod (path, mode)</strong>
     </dt>
     <dd>
-    Change the mode of the path.
-Modes are specified in one of the following formats:
-<p> * "rwxrwxrwx" (e.g. "rw-rw-w--")
- * "ugoa+-=rwx" (e.g. "u+w")
- * "+-=rwx" (e.g. "+w")
+    <p>Change the mode of the path.
+Modes are specified in one of the following formats:</p>
+
+<ul>
+<li>&ldquo;rwxrwxrwx&rdquo; (e.g. &ldquo;rw-rw-w&ndash;&rdquo;)</li>
+<li>&ldquo;ugoa+-=rwx&rdquo; (e.g. &ldquo;u+w&rdquo;)</li>
+<li>&ldquo;+-=rwx&rdquo; (e.g. &ldquo;+w&rdquo;)</li>
+</ul>
 
 
     <h3>Parameters:</h3>
@@ -2145,7 +2163,7 @@
     <h3>Returns:</h3>
     <ol>
         <li>
-        string with at most `count` bytes, or nil on error</li>
+        string with at most <code>count</code> bytes, or nil on error</li>
         <li>
         error message if failed</li>
     </ol>
@@ -2280,14 +2298,14 @@
     <ul>
         <li><span class="parameter">...</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         types, each one of "egid", "euid", "gid", "uid", "pgrp", "pid", "ppid"
+         types, each one of &ldquo;egid&rdquo;, &ldquo;euid&rdquo;, 
&ldquo;gid&rdquo;, &ldquo;uid&rdquo;, &ldquo;pgrp&rdquo;, &ldquo;pid&rdquo;, 
&ldquo;ppid&rdquo;
         </li>
     </ul>
 
     <h3>Returns:</h3>
     <ol>
 
-        ... values, or table of all ids if no option given
+        &hellip; values, or table of all ids if no option given
     </ol>
 
 
@@ -2382,14 +2400,14 @@
         </li>
         <li><span class="parameter">...</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         field names, each one of "uid", "name", "gid", "passwd", "dir", 
"shell"
+         field names, each one of &ldquo;uid&rdquo;, &ldquo;name&rdquo;, 
&ldquo;gid&rdquo;, &ldquo;passwd&rdquo;, &ldquo;dir&rdquo;, &ldquo;shell&rdquo;
         </li>
     </ul>
 
     <h3>Returns:</h3>
     <ol>
 
-        ... values, or table of all fields if no option given
+        &hellip; values, or table of all fields if no option given
     </ol>
 
 
@@ -2418,7 +2436,7 @@
     <h3>Returns:</h3>
     <ol>
 
-        table `{name=name,gid=gid,0=member0,1=member1,...}`
+        table <code>{name=name,gid=gid,0=member0,1=member1,&hellip;}</code>
     </ol>
 
 
@@ -2457,14 +2475,14 @@
     <ul>
         <li><span class="parameter">...</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         field names, each one of "utime", "stime", "cutime", "cstime", 
"elapsed"
+         field names, each one of &ldquo;utime&rdquo;, &ldquo;stime&rdquo;, 
&ldquo;cutime&rdquo;, &ldquo;cstime&rdquo;, &ldquo;elapsed&rdquo;
         </li>
     </ul>
 
     <h3>Returns:</h3>
     <ol>
 
-        ... times, or table of all times if no option given
+        &hellip; times, or table of all times if no option given
     </ol>
 
 
@@ -2489,15 +2507,15 @@
         </li>
         <li><span class="parameter">...</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         field names, each one of "mode", "ino", "dev", "nlink", "uid", "gid",
-"size", "atime", "mtime", "ctime", "type"
+         field names, each one of &ldquo;mode&rdquo;, &ldquo;ino&rdquo;, 
&ldquo;dev&rdquo;, &ldquo;nlink&rdquo;, &ldquo;uid&rdquo;, &ldquo;gid&rdquo;,
+&ldquo;size&rdquo;, &ldquo;atime&rdquo;, &ldquo;mtime&rdquo;, 
&ldquo;ctime&rdquo;, &ldquo;type&rdquo;
         </li>
     </ul>
 
     <h3>Returns:</h3>
     <ol>
 
-        ... values, or table of all fields if no option given
+        &hellip; values, or table of all fields if no option given
     </ol>
 
 
@@ -2526,15 +2544,15 @@
         </li>
         <li><span class="parameter">...</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         field names, each one of "bsize", "frsize", "blocks", "bfree", 
"bavail",
-"files", "ffree", "favail", "fsid", "flag", "namemax"
+         field names, each one of &ldquo;bsize&rdquo;, &ldquo;frsize&rdquo;, 
&ldquo;blocks&rdquo;, &ldquo;bfree&rdquo;, &ldquo;bavail&rdquo;,
+&ldquo;files&rdquo;, &ldquo;ffree&rdquo;, &ldquo;favail&rdquo;, 
&ldquo;fsid&rdquo;, &ldquo;flag&rdquo;, &ldquo;namemax&rdquo;
         </li>
     </ul>
 
     <h3>Returns:</h3>
     <ol>
 
-        ... values, or table of all fields if no option given
+        &hellip; values, or table of all fields if no option given
     </ol>
 
 
@@ -2570,7 +2588,7 @@
     <h3>Returns:</h3>
     <ol>
         <li>
-        integer return value depending on `cmd`, or nil on error</li>
+        integer return value depending on <code>cmd</code>, or nil on 
error</li>
         <li>
         error message if failed</li>
     </ol>
@@ -2623,12 +2641,17 @@
     <ul>
         <li><span class="parameter">optional</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-        , contains zero or more of:
-<p> * %m  machine name
- * %n  node name
- * %r  release
- * %s  sys name
- * %v  version
+        , contains zero or more of:</p>
+
+<ul>
+<li>%m  machine name</li>
+<li>%n  node name</li>
+<li>%r  release</li>
+<li>%s  sys name</li>
+<li>%v  version</li>
+</ul>
+
+
 <p>(default return all information available)
         </li>
     </ul>
@@ -2659,19 +2682,19 @@
     <ul>
         <li><span class="parameter">path</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         optional (default ".")
+         optional (default &ldquo;.&rdquo;)
         </li>
         <li><span class="parameter">...</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         field names, each one of "LINK_MAX", "MAX_CANON", "NAME_MAX", 
"PIPE_BUF",
-"CHOWN_RESTRICTED", "NO_TRUNC", "VDISABLE"
+         field names, each one of &ldquo;LINK_MAX&rdquo;, 
&ldquo;MAX_CANON&rdquo;, &ldquo;NAME_MAX&rdquo;, &ldquo;PIPE_BUF&rdquo;,
+&ldquo;CHOWN_RESTRICTED&rdquo;, &ldquo;NO_TRUNC&rdquo;, &ldquo;VDISABLE&rdquo;
         </li>
     </ul>
 
     <h3>Returns:</h3>
     <ol>
 
-        ... values, or table of all fields if no option given
+        &hellip; values, or table of all fields if no option given
     </ol>
 
 
@@ -2696,15 +2719,15 @@
     <ul>
         <li><span class="parameter">...</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         field names, each one of "ARG_MAX", "CHILD_MAX", "CLK_TCK", 
"NGROUPS_MAX",
-"STREAM_MAX", "TZNAME_MAX", "OPEN_MAX", "JOB_CONTROL", "VERSION"
+         field names, each one of &ldquo;ARG_MAX&rdquo;, 
&ldquo;CHILD_MAX&rdquo;, &ldquo;CLK_TCK&rdquo;, &ldquo;NGROUPS_MAX&rdquo;,
+&ldquo;STREAM_MAX&rdquo;, &ldquo;TZNAME_MAX&rdquo;, &ldquo;OPEN_MAX&rdquo;, 
&ldquo;JOB_CONTROL&rdquo;, &ldquo;VERSION&rdquo;
         </li>
     </ul>
 
     <h3>Returns:</h3>
     <ol>
 
-        ... values, or table of all fields no option
+        &hellip; values, or table of all fields no option
     </ol>
 
 
@@ -2729,8 +2752,8 @@
         </li>
         <li><span class="parameter">option</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         optional, any combination of 'c' (directly to system console if an 
error sending),
-'n' (no delay) or 'p' (show PID)
+         optional, any combination of &lsquo;c&rsquo; (directly to system 
console if an error sending),
+&lsquo;n&rsquo; (no delay) or &lsquo;p&rsquo; (show PID)
         </li>
         <li><span class="parameter">facility</span>
             <span class="types"><span class="type">int</span></span>
@@ -2757,13 +2780,16 @@
     <ul>
         <li><span class="parameter">priority</span>
             <span class="types"><span class="type">int</span></span>
-         one of these values:
-<p> * 1  Alert - immediate action
- * 2  Critcal
- * 3  Error
- * 4  Warning
- * 5  Notice
- * 6  Informational
+        <p> one of these values:</p>
+
+<ul>
+<li>1  Alert - immediate action</li>
+<li>2  Critcal</li>
+<li>3  Error</li>
+<li>4  Warning</li>
+<li>5  Notice</li>
+<li>6  Informational</li>
+</ul>
 
         </li>
         <li><span class="parameter">message</span>
@@ -2807,7 +2833,7 @@
     <ul>
         <li><span class="parameter">bitwise</span>
             <span class="types"><span class="type">int</span></span>
-         OR of values from `LOG_EMERG`, `LOG_ALERT`, `LOG_CRIT`, 
`LOG_WARNING`, `LOG_NOTICE`, `LOG_INFO`, `LOG_DEBUG`
+         OR of values from <code>LOG_EMERG</code>, <code>LOG_ALERT</code>, 
<code>LOG_CRIT</code>, <code>LOG_WARNING</code>, <code>LOG_NOTICE</code>, 
<code>LOG_INFO</code>, <code>LOG_DEBUG</code>
         </li>
     </ul>
 
@@ -2867,8 +2893,8 @@
     <ul>
         <li><span class="parameter">resource</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         one of "core", "cpu", "data", "fsize",
- "nofile", "stack", "as"
+         one of &ldquo;core&rdquo;, &ldquo;cpu&rdquo;, &ldquo;data&rdquo;, 
&ldquo;fsize&rdquo;,
+ &ldquo;nofile&rdquo;, &ldquo;stack&rdquo;, &ldquo;as&rdquo;
         </li>
         <li><span class="parameter">softlimit</span>
          optional (default keep current limit)
@@ -2909,8 +2935,8 @@
     <ul>
         <li><span class="parameter">resource</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         one of "core", "cpu", "data", "fsize",
- "nofile", "stack", "as"
+         one of &ldquo;core&rdquo;, &ldquo;cpu&rdquo;, &ldquo;data&rdquo;, 
&ldquo;fsize&rdquo;,
+ &ldquo;nofile&rdquo;, &ldquo;stack&rdquo;, &ldquo;as&rdquo;
         </li>
     </ul>
 
@@ -2988,8 +3014,8 @@
     <h3>Returns:</h3>
     <ol>
 
-        time table: contains "is_dst","yearday","hour","min","year","month",
- "sec","weekday","monthday", "day" (the same as "monthday")
+        time table: contains 
&ldquo;is_dst&rdquo;,&ldquo;yearday&rdquo;,&ldquo;hour&rdquo;,&ldquo;min&rdquo;,&ldquo;year&rdquo;,&ldquo;month&rdquo;,
+ &ldquo;sec&rdquo;,&ldquo;weekday&rdquo;,&ldquo;monthday&rdquo;, 
&ldquo;day&rdquo; (the same as &ldquo;monthday&rdquo;)
     </ol>
 
 
@@ -3013,7 +3039,7 @@
     <h3>Returns:</h3>
     <ol>
 
-        time table as in `localtime`
+        time table as in <a href="index.html#localtime">localtime</a>
     </ol>
 
 
@@ -3031,8 +3057,8 @@
     <ul>
         <li><span class="parameter">name</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         of clock, one of "monotonic", "process_cputime_id", or
-"thread_cputime_id", or nil for realtime clock.
+         of clock, one of &ldquo;monotonic&rdquo;, 
&ldquo;process_cputime_id&rdquo;, or
+&ldquo;thread_cputime_id&rdquo;, or nil for realtime clock.
         </li>
     </ul>
 
@@ -3059,8 +3085,8 @@
     <ul>
         <li><span class="parameter">name</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         of clock, one of "monotonic", "process_cputime_id", or
-"thread_cputime_id", or nil for realtime clock.
+         of clock, one of &ldquo;monotonic&rdquo;, 
&ldquo;process_cputime_id&rdquo;, or
+&ldquo;thread_cputime_id&rdquo;, or nil for realtime clock.
         </li>
     </ul>
 
@@ -3086,7 +3112,7 @@
     <h3>Parameters:</h3>
     <ul>
         <li><span class="parameter">tm</span>
-         optional time table (e.g from `localtime`; default current time)
+         optional time table (e.g from <a 
href="index.html#localtime">localtime</a> ; default current time)
         </li>
     </ul>
 
@@ -3108,7 +3134,7 @@
     <h3>Parameters:</h3>
     <ul>
         <li><span class="parameter">tm</span>
-         time table as in `localtime`
+         time table as in <a href="index.html#localtime">localtime</a>
         </li>
     </ul>
 
@@ -3136,10 +3162,10 @@
         </li>
         <li><span class="parameter">shortopts</span>
             <span class="types"><a class="type" 
href="http://www.lua.org/manual/5.1/manual.html#5.4";>string</a></span>
-         e.g 'ho:v' (colon means 'receives argument')
+         e.g &lsquo;ho:v&rsquo; (colon means &lsquo;receives argument&rsquo;)
         </li>
         <li><span class="parameter">longopts</span>
-         e.g. `{{'help','none',2},...}`
+         e.g. <code>{{&lsquo;help&rsquo;,&lsquo;none&rsquo;,2},&hellip;}</code>
         </li>
     </ul>
 
@@ -3174,7 +3200,7 @@
          function
         </li>
         <li><span class="parameter">flags</span>
-         optional the `sa_flags` element of `struct sigaction`
+         optional the <code>sa_flags</code> element of <code>struct 
sigaction</code>
         </li>
     </ul>
 
@@ -3213,7 +3239,7 @@
     <strong>fsync (fd)</strong>
     </dt>
     <dd>
-    synchronize a file's in-core state with storage device
+    synchronize a file&rsquo;s in-core state with storage device
 
     <h3>Parameters:</h3>
     <ul>
@@ -3243,7 +3269,7 @@
     <strong>fdatasync (fd)</strong>
     </dt>
     <dd>
-    synchronize a file's in-core state with storage device without metadata
+    synchronize a file&rsquo;s in-core state with storage device without 
metadata
 
     <h3>Parameters:</h3>
     <ul>

Reply via email to