summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libselect.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libselect.tex')
-rw-r--r--Doc/lib/libselect.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libselect.tex b/Doc/lib/libselect.tex
index b7a8c85..b8dfacc 100644
--- a/Doc/lib/libselect.tex
+++ b/Doc/lib/libselect.tex
@@ -1,6 +1,8 @@
\section{Built-in Module \module{select}}
-\label{module-select}
-\bimodindex{select}
+\declaremodule{builtin}{select}
+
+\modulesynopsis{Wait for I/O completion on multiple streams.}
+
This module provides access to the function \cfunction{select()}
available in most \UNIX{} versions. It defines the following: