picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit ad6b8d9a2418ef598cb9a3642ce3e994e4d63dfa
parent e8cd0d396c7d26a3a523b39be4c4aedfe7573332
Author: Commit-Bot <unknown>
Date:   Mon, 27 Sep 2010 10:21:59 +0000

Automatic commit from picoLisp.tgz, From: Mon, 27 Sep 2010 10:21:59 GMT
Diffstat:
Mdoc/refW.html | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/refW.html b/doc/refW.html @@ -13,11 +13,12 @@ <dt><a name="wait"><code>(wait ['cnt] . prg) -> any</code></a> <dd>Waits for a condition. While the result of the execution of <code>prg</code> -returns non-<code>NIL</code>, a <code>select</code> system call is executed for -all file descriptors and timers in the <code>VAL</code> of the global variable -<code><a href="refR.html#*Run">*Run</a></code>. When <code>cnt</code> is +is <code>NIL</code>, a <code>select</code> system call is executed for all file +descriptors and timers in the <code>VAL</code> of the global variable <code><a +href="refR.html#*Run">*Run</a></code>. When <code>cnt</code> is non-<code>NIL</code>, the waiting time is limited to <code>cnt</code> -milliseconds. See also <code><a href="refK.html#key">key</a></code> and <code><a +milliseconds. Returns the result of <code>prg</code>. See also <code><a +href="refK.html#key">key</a></code> and <code><a href="refS.html#sync">sync</a></code>. <pre><code>