summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2000-11-21 22:40:59 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2000-11-21 22:40:59 +0000
commitee85cf8bb2a0e151c5fda55cee4964ba75418779 (patch)
tree7e45418f2dd1dd2ac3cce3b1ab32f49d9d607094 /lib/libc
parent5d4050cc5d3854086d14d513a3eee77c506b7cb9 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/kqueue.29
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 15f4fd344167..fb1ce1ff3be2 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -73,9 +73,9 @@ The queue is not inherited by a child created with
.Xr fork 2 .
However, if
.Xr rfork 2
-is called with the
+is called without the
.Dv RFFDG
-flag, the descriptor table is shared,
+flag, then the descriptor table is shared,
which will allow sharing of the kqueue between two processes.
.Pp
.Fn kevent
@@ -108,7 +108,10 @@ waits indefinitely. To effect a poll, the
.Fa timeout
argument should be non-NULL, pointing to a zero-valued
.Va timespec
-structure.
+structure. The same array may be used for the
+.Fa changelist
+and
+.Fa eventlist .
.Pp
The
.Va kevent