diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index b744e50d53d..fd5cc41c248 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kqueue.2,v 1.39 2019/07/01 16:52:02 cheloha Exp $ +.\" $OpenBSD: kqueue.2,v 1.40 2020/05/31 03:49:44 visa Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: src/lib/libc/sys/kqueue.2,v 1.18 2001/02/14 08:48:35 guido Exp $ .\" -.Dd $Mdocdate: July 1 2019 $ +.Dd $Mdocdate: May 31 2020 $ .Dt KQUEUE 2 .Os .Sh NAME @@ -565,7 +565,3 @@ The .Fn kqueue system and this manual page were written by .An Jonathan Lemon Aq Mt jlemon@FreeBSD.org . -.Sh BUGS -It is currently not possible to watch FIFOs or AIO that reside -on anything but a UFS file system. -Watching a vnode is possible on UFS, NFS and MS-DOS file systems. |