~ chicken-core (chicken-5) 8d5296a00da3ef436d6b4cd104e301c7c16dc503
commit 8d5296a00da3ef436d6b4cd104e301c7c16dc503
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Jan 23 13:07:32 2024 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Jan 23 13:07:32 2024 +0100
fix doc on file-select
Reported by "dzoe"
diff --git a/manual/Module (chicken file posix) b/manual/Module (chicken file posix)
index dcdd523c..28fb6b76 100644
--- a/manual/Module (chicken file posix)
+++ b/manual/Module (chicken file posix)
@@ -528,9 +528,8 @@ the buffer containing the data and the number of bytes read.
Waits until any of the file-descriptors given in the lists
{{READFDLIST}} and {{WRITEFDLIST}} is ready for input or
output, respectively. If the optional argument {{TIMEOUT}} is
-given and not false, then it should specify the number of seconds after
-which the wait is to be aborted (the value may be a floating point
-number). This procedure returns two values:
+given and not false, then it should specify the number of milliseconds after
+which the wait is to be aborted. This procedure returns two values:
the lists of file-descriptors ready for input and output, respectively.
{{READFDLIST}} and {{WRITEFDLIST}} may also be file-descriptors
instead of lists. In this case the returned values are booleans
Trap