diff options
-rw-r--r-- | lib/libc/sys/kqueue.2 | 2 |
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 |