diff options
author | 2013-12-04 07:39:25 +0000 | |
---|---|---|
committer | 2013-12-04 07:39:25 +0000 | |
commit | 20901dfc194ff1e53f09dbbd0c3b0d58f75ba637 (patch) | |
tree | d33a157fd1baff4fa821f77a818352425e567573 /lib/libc/sys | |
parent | remove reference to non-existent krb5(3). i don;t see any obvious place (diff) | |
download | wireguard-openbsd-20901dfc194ff1e53f09dbbd0c3b0d58f75ba637.tar.xz wireguard-openbsd-20901dfc194ff1e53f09dbbd0c3b0d58f75ba637.zip |
tweak from deraadt;
Diffstat (limited to 'lib/libc/sys')
-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 c185a2e450b..0d8241faa72 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.34 2013/12/04 07:28:53 jmc Exp $ +.\" $OpenBSD: select.2,v 1.35 2013/12/04 07:39:25 jmc Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -219,7 +219,7 @@ use a larger number of open files with select, it is possible to increase this size within a program by providing a larger definition of .Dv FD_SETSIZE -before the inclusion of any system headers. +before the inclusion of any headers. The kernel will cope, and the userland libraries provided with the system are also ready for large numbers of file descriptors. .Pp |