Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Fix typo



details:   https://anonhg.NetBSD.org/src/rev/e1d7c545b6eb
branches:  trunk
changeset: 361547:e1d7c545b6eb
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Feb 13 16:51:56 2022 +0000

description:
Fix typo

diffstat:

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

diffs (27 lines):

diff -r 3ffd8f223d94 -r e1d7c545b6eb lib/libc/sys/kqueue.2
--- a/lib/libc/sys/kqueue.2     Sun Feb 13 14:06:51 2022 +0000
+++ b/lib/libc/sys/kqueue.2     Sun Feb 13 16:51:56 2022 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index