diff options
-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 |