From 38e5d27caee56b6958e0034e342abb48e6100390 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 3 Apr 2000 20:13:55 +0000 Subject: Merged changes from the 1.5.2p2 release. (Very rough.) --- Doc/lib/libselect.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/lib/libselect.tex') diff --git a/Doc/lib/libselect.tex b/Doc/lib/libselect.tex index 23b8b8dc78..f33dc4425b 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: -- cgit v1.2.1