diff options
author | 1996-09-01 20:14:30 +0000 | |
---|---|---|
committer | 1996-09-01 20:14:30 +0000 | |
commit | 8394a267b4ae32b7255f43a0ea82fae5dcae6065 (patch) | |
tree | 10ceca7de3b25124a8ea58aff4e41861858bc134 /lib/libc | |
parent | distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.fr (diff) | |
download | wireguard-openbsd-8394a267b4ae32b7255f43a0ea82fae5dcae6065.tar.xz wireguard-openbsd-8394a267b4ae32b7255f43a0ea82fae5dcae6065.zip |
larger -> smaller.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/select.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 23d8f8f137e..c8027c4f9e3 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -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 |