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’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 & 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’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’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’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 ‘r’,‘w’,‘x’ and ‘f’ (default ‘f’) </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 “XXXXXX” </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 ‘X’ 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 (“exited”, “killed” or “stopped”), 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 & 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 ‘u’, ‘U’, ‘g’, ‘G’, ’s', ‘p’ (upper-case means “effective”) </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 ’s') </li> <li><span class="parameter">gid</span> - (only for `what` value 'p') + (only for <code>what</code> value ‘p’) </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 ‘unset’) </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’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’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>“rwxrwxrwx” (e.g. “rw-rw-w–”)</li> +<li>“ugoa+-=rwx” (e.g. “u+w”)</li> +<li>“+-=rwx” (e.g. “+w”)</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 “egid”, “euid”, “gid”, “uid”, “pgrp”, “pid”, “ppid” </li> </ul> <h3>Returns:</h3> <ol> - ... values, or table of all ids if no option given + … 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 “uid”, “name”, “gid”, “passwd”, “dir”, “shell” </li> </ul> <h3>Returns:</h3> <ol> - ... values, or table of all fields if no option given + … 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,…}</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 “utime”, “stime”, “cutime”, “cstime”, “elapsed” </li> </ul> <h3>Returns:</h3> <ol> - ... times, or table of all times if no option given + … 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 “mode”, “ino”, “dev”, “nlink”, “uid”, “gid”, +“size”, “atime”, “mtime”, “ctime”, “type” </li> </ul> <h3>Returns:</h3> <ol> - ... values, or table of all fields if no option given + … 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 “bsize”, “frsize”, “blocks”, “bfree”, “bavail”, +“files”, “ffree”, “favail”, “fsid”, “flag”, “namemax” </li> </ul> <h3>Returns:</h3> <ol> - ... values, or table of all fields if no option given + … 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 “.”) </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 “LINK_MAX”, “MAX_CANON”, “NAME_MAX”, “PIPE_BUF”, +“CHOWN_RESTRICTED”, “NO_TRUNC”, “VDISABLE” </li> </ul> <h3>Returns:</h3> <ol> - ... values, or table of all fields if no option given + … 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 “ARG_MAX”, “CHILD_MAX”, “CLK_TCK”, “NGROUPS_MAX”, +“STREAM_MAX”, “TZNAME_MAX”, “OPEN_MAX”, “JOB_CONTROL”, “VERSION” </li> </ul> <h3>Returns:</h3> <ol> - ... values, or table of all fields no option + … 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 ‘c’ (directly to system console if an error sending), +‘n’ (no delay) or ‘p’ (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 “core”, “cpu”, “data”, “fsize”, + “nofile”, “stack”, “as” </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 “core”, “cpu”, “data”, “fsize”, + “nofile”, “stack”, “as” </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 “is_dst”,“yearday”,“hour”,“min”,“year”,“month”, + “sec”,“weekday”,“monthday”, “day” (the same as “monthday”) </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 “monotonic”, “process_cputime_id”, or +“thread_cputime_id”, 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 “monotonic”, “process_cputime_id”, or +“thread_cputime_id”, 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 ‘ho:v’ (colon means ‘receives argument’) </li> <li><span class="parameter">longopts</span> - e.g. `{{'help','none',2},...}` + e.g. <code>{{‘help’,‘none’,2},…}</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’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’s in-core state with storage device without metadata <h3>Parameters:</h3> <ul>