diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-21 22:30:08 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-21 22:30:08 +0000 |
commit | 926e64050387dbb8f86bb4d0075d0569b8ece800 (patch) | |
tree | 83a64c91df5a8de2b6f7d2c92a961c812e3ccef5 /lib/libc | |
parent | f246c01cf1eb026400003bb5689e4d812bd0cab5 (diff) |
update
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index f6b9ccae694..87ff405c3b9 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kqueue.2,v 1.3 2000/11/18 23:44:54 aaron Exp $ +.\" $OpenBSD: kqueue.2,v 1.4 2000/11/21 22:30:07 provos Exp $ .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. .\" @@ -426,4 +426,5 @@ 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 vnodes, fifos or AIO. +It is currently not possible to watch fifos, AIO or a vnode that +resides on anything but a UFS file system. |