artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37ff68b
)
larger -> smaller.
author
millert
<millert@openbsd.org>
Sun, 1 Sep 1996 20:14:30 +0000
(20:14 +0000)
committer
millert
<millert@openbsd.org>
Sun, 1 Sep 1996 20:14:30 +0000
(20:14 +0000)
lib/libc/sys/select.2
patch
|
blob
|
history
diff --git
a/lib/libc/sys/select.2
b/lib/libc/sys/select.2
index
23d8f8f
..
c8027c4
100644
(file)
--- a/
lib/libc/sys/select.2
+++ b/
lib/libc/sys/select.2
@@
-160,7
+160,7
@@
of the kernel limit on the number of open files, the dimension
of a sufficiently large bit field for select remains a problem.
The default size
.Dv FD_SETSIZE
-(currently 256) is somewhat
larg
er than
+(currently 256) is somewhat
small
er than
the current kernel limit to the number of open files.
However, in order to accommodate programs which might potentially
use a larger number of open files with select, it is possible