summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--otherlibs/systhreads/thread.mli5
1 files changed, 3 insertions, 2 deletions
diff --git a/otherlibs/systhreads/thread.mli b/otherlibs/systhreads/thread.mli
index 6bcb74f31..170b4712d 100644
--- a/otherlibs/systhreads/thread.mli
+++ b/otherlibs/systhreads/thread.mli
@@ -73,8 +73,9 @@ val wait_timed_write : Unix.file_descr -> float -> bool
on the given Unix file descriptor. Wait for at most
the amount of time given as second argument (in seconds).
Return [true] if the file descriptor is ready for input/output
- and [false] if the timeout expired. *)
-(** These functions return immediately [true] in the Win32
+ and [false] if the timeout expired.
+
+ These functions return immediately [true] in the Win32
implementation. *)
val select :