aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2000-08-07 16:47:35 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2000-08-07 16:47:35 +0000
commitb275c430a528f13d658e6f2388bce6e79b0f5c06 (patch)
tree77e6d647d65b1cc06256f616390975ec1573d7e4 /lib
parentad91b6a280df8042d78a6a192cf4c0b35ee29407 (diff)
downloadsrc-b275c430a528f13d658e6f2388bce6e79b0f5c06.tar.gz
src-b275c430a528f13d658e6f2388bce6e79b0f5c06.zip
Document return value of ENOENT for nonexistent/invalid filter entries.
Notes
Notes: svn path=/head/; revision=64345
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/kqueue.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index cff5889d26dc..b821ed965d8c 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -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