Module Name: src
Committed By: kamil
Date: Mon Dec 23 01:46:09 UTC 2019
Modified Files:
src/lib/libc/sys: kqueue.2
Log Message:
Explain in kevent(2) the semantics of EINTR
All changes contained in the changelist are applied before returning this
error.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/lib/libc/sys/kqueue.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/kqueue.2
diff -u src/lib/libc/sys/kqueue.2:1.49 src/lib/libc/sys/kqueue.2:1.50
--- src/lib/libc/sys/kqueue.2:1.49 Sun Dec 22 17:01:15 2019
+++ src/lib/libc/sys/kqueue.2 Mon Dec 23 01:46:09 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: kqueue.2,v 1.49 2019/12/22 17:01:15 kamil Exp $
+.\" $NetBSD: kqueue.2,v 1.50 2019/12/23 01:46:09 kamil Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
@@ -621,6 +621,9 @@ structure.
.It Bq Er EINTR
A signal was delivered before the timeout expired and before any
events were placed on the kqueue for return.
+All changes contained in the
+.Fa changelist
+are applied before returning this error.
.It Bq Er EINVAL
The specified time limit or filter is invalid.
.It Bq Er ENOENT