Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys mention that kevent returns now EOPNOTSUPP.
details: https://anonhg.NetBSD.org/src/rev/9cc24a35a928
branches: trunk
changeset: 782872:9cc24a35a928
user: christos <christos%NetBSD.org@localhost>
date: Sat Nov 24 15:16:52 2012 +0000
description:
mention that kevent returns now EOPNOTSUPP.
diffstat:
lib/libc/sys/kqueue.2 | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 53401a7725c9 -r 9cc24a35a928 lib/libc/sys/kqueue.2
--- a/lib/libc/sys/kqueue.2 Sat Nov 24 15:14:32 2012 +0000
+++ b/lib/libc/sys/kqueue.2 Sat Nov 24 15:16:52 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: kqueue.2,v 1.32 2012/01/25 00:28:35 christos Exp $
+.\" $NetBSD: kqueue.2,v 1.33 2012/11/24 15:16:52 christos Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: src/lib/libc/sys/kqueue.2,v 1.22 2001/06/27 19:55:57 dd Exp $
.\"
-.Dd January 23, 2012
+.Dd November 24, 2012
.Dt KQUEUE 2
.Os
.Sh NAME
@@ -604,6 +604,10 @@
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 EOPNOTSUPP
+This type of file descriptor is not supported for
+.Fn kevent
+operations.
.It Bq Er ESRCH
The specified process to attach to does not exist.
.El
Home |
Main Index |
Thread Index |
Old Index