diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-06-07 16:18:57 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-06-07 16:18:57 +0000 |
commit | 2f0c2b4b52a9dfcf00915b91a9bb88e0d08d7477 (patch) | |
tree | ea109842e02eb1b0e5d72bf834df0ed8a1d5d5f3 /lib/libc/sys/select.2 | |
parent | e0deffaece5b725503a9672c02bd357d503c7d84 (diff) |
remove historic note about multiple processes. mostly irrelevant today.
ok deraadt millert
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. |