Skip to content

Commit 9814a94

Browse files
committed
Add warning that on Windows it only works on sockets.
1 parent 954b9ad commit 9814a94

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Doc/lib/libselect.tex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ \section{\module{select} ---
66

77

88
This module provides access to the function \cfunction{select()}
9-
available in most \UNIX{} versions. It defines the following:
9+
available in most operating systems. Note that on Windows, it only
10+
works for sockets; on other operating systems, it also works for other
11+
file types (in particular, on \UNIX{}, it works on pipes). It cannot
12+
be used or regular files to determine whether a file has grown since
13+
it was last read.
14+
15+
The module defines the following:
1016

1117
\begin{excdesc}{error}
1218
The exception raised when an error occurs. The accompanying value is

0 commit comments

Comments
 (0)