diff options
| author | abhinav <abhinav@NetBSD.org> | 2017-06-06 20:12:54 +0000 |
|---|---|---|
| committer | abhinav <abhinav@NetBSD.org> | 2017-06-06 20:12:54 +0000 |
| commit | 76769e0763cff365ed88258effe8331b9f041749 (patch) | |
| tree | c504e2c6421cc5ddfae74b63756bd49c48dcd309 /lib/libc/sys/kqueue.2 | |
| parent | f09603ccaebfd51a258de93260a74e9627ecc183 (diff) | |
Bump date for previous
Fix typo: fileystem -> filesystem
Diffstat (limited to 'lib/libc/sys/kqueue.2')
| -rw-r--r-- | lib/libc/sys/kqueue.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index f060fef91ba..00e21b08652 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -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 was renamed. .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, |
