summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/kqueue.2
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2000-06-07 22:09:16 +0000
committerjmg <jmg@FreeBSD.org>2000-06-07 22:09:16 +0000
commit198c5499e5d891bd8618197150f6ced4a4ba6b28 (patch)
treebe76e61da1a3efd7f291500baffe436aafa6f077 /lib/libc/sys/kqueue.2
parent281e1110df75b8ae507b901d7ec2bb7e2d6d15cf (diff)
downloadFreeBSD-src-198c5499e5d891bd8618197150f6ced4a4ba6b28.zip
FreeBSD-src-198c5499e5d891bd8618197150f6ced4a4ba6b28.tar.gz
add a BUGS section on how we can only watch VNODE's on a UFS file system
right now... I talked w/ phk last night and "fixing" this in a generic way is going to require a lot of complex thought on stacking let alone the NFS problems.. add missing sys/time.h for struct timespec def...
Diffstat (limited to 'lib/libc/sys/kqueue.2')
-rw-r--r--lib/libc/sys/kqueue.24
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 413e418..07a51d3 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -34,6 +34,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
+.Fd #include <sys/time.h>
.Fd #include <sys/types.h>
.Fd #include <sys/event.h>
.Ft int
@@ -422,3 +423,6 @@ The
.Fn kqueue
system and this manual page were written by
.An Jonathan Lemon Aq jlemon@FreeBSD.org .
+.Sh BUGS
+It is currently not possible to watch a vnode that resides on anything but
+a UFS file system.
OpenPOWER on IntegriCloud