From 312ecb009ada3ff1efc1192bec1006559b6d33d7 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 11 Aug 1997 01:31:30 +0000 Subject: [PATCH] Default size for FD_SETSIZE is 1024 not 256. PR: bin/4177 Submitted by: Wolfgang Helbig --- lib/libc/sys/select.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index c9a332dcf30..6a73c5341ea 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