Module Name: src
Committed By: pgoyette
Date: Sun Feb 13 16:51:56 UTC 2022
Modified Files:
src/lib/libc/sys: kqueue.2
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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.57 src/lib/libc/sys/kqueue.2:1.58
--- src/lib/libc/sys/kqueue.2:1.57 Sat Oct 23 01:28:34 2021
+++ src/lib/libc/sys/kqueue.2 Sun Feb 13 16:51:56 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: kqueue.2,v 1.57 2021/10/23 01:28:34 thorpej Exp $
+.\" $NetBSD: kqueue.2,v 1.58 2022/02/13 16:51:56 pgoyette 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 October 22, 2021
+.Dd February 13, 2022
.Dt KQUEUE 2
.Os
.Sh NAME
@@ -462,7 +462,7 @@ The file referenced by the descriptor wa
.It Dv NOTE_LINK
The link count on the file changed.
.It Dv NOTE_OPEN
-The file refrenced by the descriptor was opened.
+The file referenced by the descriptor was opened.
.It Dv NOTE_READ
A read occurred on the file referenced by the descriptor.
.It Dv NOTE_RENAME