summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2012-02-18 08:19:39 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2012-02-18 08:19:39 +0000
commitffa14123764a380da0a483315b955193be278d66 (patch)
treef3305d83b34da4222581377c7523547ce308d072 /lib/libc/sys
parent81539ea15aad3293f7c031ecc129d59e0fc833d6 (diff)
Extend after recent msdos support.
input/ok krw@ thib@ jmc@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/kqueue.29
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 50ee2a52e49..76a9664e95f 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kqueue.2,v 1.23 2011/10/16 08:07:23 guenther Exp $
+.\" $OpenBSD: kqueue.2,v 1.24 2012/02/18 08:19:38 ajacoutot 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: October 16 2011 $
+.Dd $Mdocdate: February 18 2012 $
.Dt KQUEUE 2
.Os
.Sh NAME
@@ -526,8 +526,9 @@ The
system and this manual page were written by
.An Jonathan Lemon Aq jlemon@FreeBSD.org .
.Sh BUGS
-It is currently not possible to watch FIFOs, AIO, or a vnode that
-resides on anything but a UFS file system.
+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.
.Pp
The
.Fa timeout