Module Name:    src
Committed By:   abhinav
Date:           Tue Jun  6 20:12:54 UTC 2017

Modified Files:
        src/lib/libc/sys: kqueue.2

Log Message:
Bump date for previous
Fix typo: fileystem -> filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 src/lib/libc/sys/kqueue.2:1.43
--- src/lib/libc/sys/kqueue.2:1.42	Tue Jun  6 17:01:59 2017
+++ src/lib/libc/sys/kqueue.2	Tue Jun  6 20:12:54 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: kqueue.2,v 1.42 2017/06/06 17:01:59 kamil Exp $
+.\"	$NetBSD: kqueue.2,v 1.43 2017/06/06 20:12:54 abhinav 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 December 8, 2015
+.Dd June 6, 2017
 .Dt KQUEUE 2
 .Os
 .Sh NAME
@@ -424,7 +424,7 @@ The file referenced by the descriptor wa
 .It NOTE_REVOKE
 Access to the file was revoked via
 .Xr revoke 2
-or the underlying fileystem was unmounted.
+or the underlying filesystem was unmounted.
 .El
 .Pp
 On return,

Reply via email to