diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-04-13 22:56:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-13 22:56:53 +0200 |
commit | 69447022f10d995c22b94759ea872d5dd3905e2a (patch) | |
tree | ae3c31a6ab41a927c93a5be3f64c275ea6b7777b /docs/modules | |
parent | 091672f57ba57b745a51202b38af61bd240d1084 (diff) | |
download | luasystem-0.6.1.tar.gz luasystem-0.6.1.tar.bz2 luasystem-0.6.1.zip |
release 0.6.1 (#63)v0.6.1
Diffstat (limited to '')
-rw-r--r-- | docs/modules/system.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/modules/system.html b/docs/modules/system.html index 28ccf5a..d46555b 100644 --- a/docs/modules/system.html +++ b/docs/modules/system.html | |||
@@ -814,7 +814,9 @@ system.<span class="function-name">listconsoleflags</span>(<span class="global"> | |||
814 | error message; <code>"timeout"</code> if the timeout was reached.</li> | 814 | error message; <code>"timeout"</code> if the timeout was reached.</li> |
815 | <li> | 815 | <li> |
816 | <span class="types"><a class="type" href="https://www.lua.org/manual/5.4/manual.html#6.4">string</a></span> | 816 | <span class="types"><a class="type" href="https://www.lua.org/manual/5.4/manual.html#6.4">string</a></span> |
817 | partial result in case of an error while reading a sequence, the sequence so far.</li> | 817 | partial result in case of an error while reading a sequence, the sequence so far. |
818 | The function retains its own internal buffer, so on the next call the incomplete buffer is used to | ||
819 | complete the sequence.</li> | ||
818 | </ol> | 820 | </ol> |
819 | 821 | ||
820 | 822 | ||
@@ -1467,7 +1469,7 @@ This function will sleep, without doing a busy-loop and wasting CPU cycles. | |||
1467 | </div> <!-- id="main" --> | 1469 | </div> <!-- id="main" --> |
1468 | <div id="about"> | 1470 | <div id="about"> |
1469 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 1471 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
1470 | <i style="float:right;">Last updated 2025-04-10 10:12:11 </i> | 1472 | <i style="float:right;">Last updated 2025-04-13 22:52:56 </i> |
1471 | </div> <!-- id="about" --> | 1473 | </div> <!-- id="about" --> |
1472 | </div> <!-- id="container" --> | 1474 | </div> <!-- id="container" --> |
1473 | </body> | 1475 | </body> |