Default size for FD_SETSIZE is 1024 not 256.

PR:		bin/4177
Submitted by:	Wolfgang Helbig <helbig@MX-BA.Stuttgart.De>
This commit is contained in:
Steve Price 1997-08-11 01:31:30 +00:00
parent 97b03f87de
commit 312ecb009a

View File

@ -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