diff options
Diffstat (limited to 'Doc/lib/libselect.tex')
-rw-r--r-- | Doc/lib/libselect.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libselect.tex b/Doc/lib/libselect.tex index 23b8b8d..f33dc44 100644 --- a/Doc/lib/libselect.tex +++ b/Doc/lib/libselect.tex @@ -9,7 +9,7 @@ This module provides access to the function \cfunction{select()} available in most operating systems. Note that on Windows, it only works for sockets; on other operating systems, it also works for other file types (in particular, on \UNIX{}, it works on pipes). It cannot -be used or regular files to determine whether a file has grown since +be used on regular files to determine whether a file has grown since it was last read. The module defines the following: |