summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-11-21 15:52:50 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-11-21 15:52:50 +0000
commit1d812f14e2f0c0f49ab8251e41ce73de3e26e0d2 (patch)
tree8717debaf02cd6c72aaeffccedbe9983788200d7 /lib/libc
parent7f03fc52b272a338a9b6b3cca2c99044a5457bed (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/kqueue.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index cff5889d26dc..15f4fd344167 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -100,7 +100,7 @@ determines the size of
If
.Fa timeout
is a non-NULL pointer, it specifies a maximum interval to wait
-for an event. If
+for an event, which will be interpreted as a struct timespec. If
.Fa timeout
is a NULL pointer,
.Fn kevent
@@ -400,6 +400,8 @@ A signal was delivered before the timeout expired and before any
events were placed on the kqueue for return.
.It Bq Er EINVAL
The specified time limit or filter is invalid.
+.It Bq Er ENOENT
+The event could not be found to be modified or deleted.
.It Bq Er ENOMEM
No memory was available to register the event.
.It Bq Er ESRCH