diff options
author | steve <steve@FreeBSD.org> | 1997-08-11 01:31:30 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1997-08-11 01:31:30 +0000 |
commit | f880a4a55fed03e20dda357d9a4e7746c55157df (patch) | |
tree | ad268d2c840f185d8cab9f887748a40f7ad44c08 | |
parent | b1d85799432a2825a98a225b2a48dcb4cbcceb82 (diff) | |
download | FreeBSD-src-f880a4a55fed03e20dda357d9a4e7746c55157df.zip FreeBSD-src-f880a4a55fed03e20dda357d9a4e7746c55157df.tar.gz |
Default size for FD_SETSIZE is 1024 not 256.
PR: bin/4177
Submitted by: Wolfgang Helbig <helbig@MX-BA.Stuttgart.De>
-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 c9a332dc..6a73c53 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -157,7 +157,7 @@ was invalid. .Sh NOTES The default size of .Dv FD_SETSIZE -is currently 256. +is currently 1024. In order to accomodate programs which might potentially use a larger number of open files with .Fn select |