summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2011-10-16 08:07:23 +0000
committerguenther <guenther@openbsd.org>2011-10-16 08:07:23 +0000
commit5ac921d46bd54f424492c2675ca11d82e85e818a (patch)
treeb68968cea635a53318c743dd8cdb5579b24a3b51 /lib/libc/sys
parentdocument PROPERTIES (diff)
downloadwireguard-openbsd-5ac921d46bd54f424492c2675ca11d82e85e818a.tar.xz
wireguard-openbsd-5ac921d46bd54f424492c2675ca11d82e85e818a.zip
Note a restriction that is actually enforced in 5.0
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/kqueue.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index da814d830a2..50ee2a52e49 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kqueue.2,v 1.22 2007/05/31 19:19:32 jmc Exp $
+.\" $OpenBSD: kqueue.2,v 1.23 2011/10/16 08:07:23 guenther Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD: src/lib/libc/sys/kqueue.2,v 1.18 2001/02/14 08:48:35 guido Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: October 16 2011 $
.Dt KQUEUE 2
.Os
.Sh NAME
@@ -81,6 +81,7 @@ is called without the
.Dv RFFDG
flag, then the descriptor table is shared,
which will allow sharing of the kqueue between two processes.
+Similarly, kqueues cannot be passed across UNIX-domain sockets.
.Pp
.Fn kevent
is used to register events with the queue, and return any pending