Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Oops, forgot to note the history of NOTE_OPEN, ...



details:   https://anonhg.NetBSD.org/src/rev/8fbd01aa2568
branches:  trunk
changeset: 1024348:8fbd01aa2568
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Oct 20 03:26:20 2021 +0000

description:
Oops, forgot to note the history of NOTE_OPEN, NOTE_CLOSE, NOTE_CLOSE_WRITE,
and NOTE_READ.

diffstat:

 lib/libc/sys/kqueue.2 |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 026b83d462e3 -r 8fbd01aa2568 lib/libc/sys/kqueue.2
--- a/lib/libc/sys/kqueue.2     Wed Oct 20 03:13:14 2021 +0000
+++ b/lib/libc/sys/kqueue.2     Wed Oct 20 03:26:20 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kqueue.2,v 1.55 2021/10/20 03:08:19 thorpej Exp $
+.\"    $NetBSD: kqueue.2,v 1.56 2021/10/20 03:26:20 thorpej Exp $
 .\"
 .\" Copyright (c) 2000 Jonathan Lemon
 .\" All rights reserved.
@@ -860,3 +860,14 @@
 .Dv EVFILT_TIMER
 was added in
 .Nx 10.0 .
+.Pp
+Support for
+.Dv NOTE_OPEN ,
+.Dv NOTE_CLOSE ,
+.Dv NOTE_CLOSE_WRITE ,
+and
+NOTE_READ
+filter flags for
+.Dv EVFILT_VNODE
+was added in
+.Nx 10.0 .



Home | Main Index | Thread Index | Old Index