summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2000-08-07 16:47:35 +0000
committerjlemon <jlemon@FreeBSD.org>2000-08-07 16:47:35 +0000
commited47465fd4017beb82cd19e2a4c0e0fac965b390 (patch)
tree3ddb2baed5aed24d53e9c01d56a0e63b98483382 /lib/libc
parent8713fbd9e3d63370b8594130e7ee8ea2213d142d (diff)
downloadFreeBSD-src-ed47465fd4017beb82cd19e2a4c0e0fac965b390.zip
FreeBSD-src-ed47465fd4017beb82cd19e2a4c0e0fac965b390.tar.gz
Document return value of ENOENT for nonexistent/invalid filter entries.
Diffstat (limited to 'lib/libc')
-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 cff5889..b821ed9 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
OpenPOWER on IntegriCloud