diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-17 18:16:50 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-17 18:16:50 +0000 |
commit | f1cc049c5ddbca36714499adbf0e75d0f0636c44 (patch) | |
tree | 47229e628fd0fcbf3225c0ba781dc68574170823 | |
parent | 2b74c79fee78cb336722779bf7bf4cf9eb3d1a82 (diff) |
remove non-existing manual references.
-rw-r--r-- | lib/libc/sys/kqueue.2 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index ae7d96fe659..d3d50fa5f8b 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -408,9 +408,6 @@ No memory was available to register the event. The specified process to attach to does not exist. .El .Sh SEE ALSO -.Xr aio_error 2 , -.Xr aio_read 2 , -.Xr aio_return 2 , .Xr poll 2 , .Xr read 2 , .Xr select 2 , @@ -430,7 +427,4 @@ 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 a -.Xr vnode 9 -that resides on anything but -a UFS file system. +It is currently not possible to watch vnodes, fifos or AIO. |