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...
This commit is contained in:
John-Mark Gurney 2000-06-07 22:09:16 +00:00
parent f0b972df2f
commit e585cdf0ce

View file

@ -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.