summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Guesdon <maxence.guesdon@inria.fr>2001-12-05 22:40:50 +0000
committerMaxence Guesdon <maxence.guesdon@inria.fr>2001-12-05 22:40:50 +0000
commit360ecae169cb74d0e19b62f90b17f21dae4b45cb (patch)
tree47f4824507f8e6ffac5739498197d00b83453b97
parent82d02625e57899b9cd67f23569c2d9df2fc29bd8 (diff)
commentaires
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4132 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-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 :