larger -> smaller.
authormillert <millert@openbsd.org>
Sun, 1 Sep 1996 20:14:30 +0000 (20:14 +0000)
committermillert <millert@openbsd.org>
Sun, 1 Sep 1996 20:14:30 +0000 (20:14 +0000)
lib/libc/sys/select.2

index 23d8f8f..c8027c4 100644 (file)
@@ -160,7 +160,7 @@ of the kernel limit on the number of open files, the dimension
 of a sufficiently large bit field for select remains a problem.
 The default size
 .Dv FD_SETSIZE
-(currently 256) is somewhat larger than
+(currently 256) is somewhat smaller than
 the current kernel limit to the number of open files.
 However, in order to accommodate programs which might potentially
 use a larger number of open files with select, it is possible