diff options
Diffstat (limited to 'lib/libc/sys/select.2')
-rw-r--r-- | lib/libc/sys/select.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 9837eb5..d888bfb 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -170,8 +170,8 @@ The default size of is currently 1024. In order to accommodate programs which might potentially use a larger number of open files with -.Fn select -, it is possible +.Fn select , +it is possible to increase this size by having the program define .Dv FD_SETSIZE before the inclusion of any header which includes |