diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-10-16 08:07:24 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-10-16 08:07:24 +0000 |
commit | 0800bcbae6ebeea2a4e27c7ef1b4d5619416596f (patch) | |
tree | 31cb078cca813a63981ab55dc0db41debf80f319 /lib | |
parent | 5040f7c269a115dfca6ecdb17ec560aa4a93ae1b (diff) |
Note a restriction that is actually enforced in 5.0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 5 |
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 |