summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorvisa <visa@openbsd.org>2020-05-31 03:49:44 +0000
committervisa <visa@openbsd.org>2020-05-31 03:49:44 +0000
commitc7407b7476bfc528db4bb1a62f067801d0fe2c39 (patch)
tree3f86a8a601f660b35b469dbe65ab0fba6b36c440 /lib/libc/sys
parentuse ip{,6}_send instead of ip{,6}_output for l2tp and pptp. (diff)
downloadwireguard-openbsd-c7407b7476bfc528db4bb1a62f067801d0fe2c39.tar.xz
wireguard-openbsd-c7407b7476bfc528db4bb1a62f067801d0fe2c39.zip
Remove an outdated BUGS section.
OK mpi@ beck@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/kqueue.28
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.