We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954b9ad commit 9814a94Copy full SHA for 9814a94
Doc/lib/libselect.tex
@@ -6,7 +6,13 @@ \section{\module{select} ---
6
7
8
This module provides access to the function \cfunction{select()}
9
-available in most \UNIX{} versions. It defines the following:
+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:
16
17
\begin{excdesc}{error}
18
The exception raised when an error occurs. The accompanying value is
0 commit comments