diff options
-rw-r--r-- | lib/libc/sys/aio_read.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/aio_write.2 | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/sys/aio_read.2 b/lib/libc/sys/aio_read.2 index 1a934f7..5dac793 100644 --- a/lib/libc/sys/aio_read.2 +++ b/lib/libc/sys/aio_read.2 @@ -195,8 +195,6 @@ This manual page was written by .An Terry Lambert Aq terry@whistle.com . .Sh BUGS -The value of -.Fa iocb->aio_offset -is ignored. Invalid information in +Invalid information in .Fa iocb->_aiocb_private may confuse the kernel. diff --git a/lib/libc/sys/aio_write.2 b/lib/libc/sys/aio_write.2 index dcdbab7..f099d43 100644 --- a/lib/libc/sys/aio_write.2 +++ b/lib/libc/sys/aio_write.2 @@ -187,7 +187,6 @@ Function first appeared in This manual page was written by .An Wes Peters Aq wes@softweyr.com . .Sh BUGS -Asynchronous I/O operations cannot be canceled in this implementation. Invalid information in .Fa iocb->_aiocb_private may confuse the kernel. |