]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Apr 2006 18:17:12 +0000 (18:17 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Apr 2006 18:17:12 +0000 (18:17 +0000)
man2/select.2

index af6a59c4d5d43e6ccd8d0b83b1b6a5bbf6c95da7..10a6888d0019d9964356d215c1f40af80e502fb7 100644 (file)
@@ -74,10 +74,10 @@ select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO \- synchronous I/O multiplexi
 .BR select ()
 and
 .BR pselect ()
-allow a process to monitor multiple file descriptors,
+allow a program to monitor multiple file descriptors,
 waiting until one or more of the file descriptors become "ready"
 for some class of I/O operation (e.g., input possible).
-A file descriptor is consider ready if it is possible to
+A file descriptor is considered ready if it is possible to
 perform the corresponding I/O operation (e.g., 
 .BR read (2))
 without blocking.