From b275c430a528f13d658e6f2388bce6e79b0f5c06 Mon Sep 17 00:00:00 2001 From: Jonathan Lemon Date: Mon, 7 Aug 2000 16:47:35 +0000 Subject: Document return value of ENOENT for nonexistent/invalid filter entries. --- lib/libc/sys/kqueue.2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc/sys/kqueue.2') 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 -- cgit v1.3