diff options
Diffstat (limited to 'lib/libc/sys/select.2')
-rw-r--r-- | lib/libc/sys/select.2 | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 1e150d458c6..833f415359b 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.40 2015/11/10 23:48:18 jmc Exp $ +.\" $OpenBSD: select.2,v 1.41 2016/06/07 16:18:56 tedu Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)select.2 8.2 (Berkeley) 3/25/94 .\" -.Dd $Mdocdate: November 10 2015 $ +.Dd $Mdocdate: June 7 2016 $ .Dt SELECT 2 .Os .Sh NAME @@ -293,11 +293,3 @@ and using .Fn timersub (as described in .Xr getitimer 2 ) . -.Pp -Internally to the kernel, -.Fn select -and -.Fn pselect -work poorly if multiple processes wait on the same file descriptor. -Given that, it is rather surprising to see that many daemons are -written that way. |