aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/kqueue.2
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2000-06-07 22:09:16 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2000-06-07 22:09:16 +0000
commite585cdf0ce94af54bac5def797340e5dd1fab02b (patch)
tree8d43747991cb3921f212fac8ac939a39d2034bc3 /lib/libc/sys/kqueue.2
parentf0b972df2f82db61cb9a4fadd91753d801ed54d3 (diff)
Notes
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 413e418966c9..07a51d3498dc 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.