diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-10-24 12:57:05 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-10-24 12:57:05 +0000 |
commit | e53ce9a22fccf76734b36192d2cc10f6b560d139 (patch) | |
tree | 22162e3655309520d71495e18779a85ea3468314 /lib/libc/sys/aio_write.2 | |
parent | 1fa067ab6882c0632f8f10a4fc19d59cdaa959ed (diff) | |
download | FreeBSD-src-e53ce9a22fccf76734b36192d2cc10f6b560d139.zip FreeBSD-src-e53ce9a22fccf76734b36192d2cc10f6b560d139.tar.gz |
* Modernize aio(4), providing instructions for static and dynamic kernel
linking.
* Fix disorder in the SEE ALSO sections of aio_*(2).
* Remove unnecessary cross-references from the SEE ALSO sections of
aio_*(2); config(8), kldload(8) and kldunload(8) are cross-referenced
from aio(4).
* Remove the KERNEL OPTIONS sections from aio_*(2), now that these
pages cross-reference aio(4), which contains suitable kernel linking
reference material.
Diffstat (limited to 'lib/libc/sys/aio_write.2')
-rw-r--r-- | lib/libc/sys/aio_write.2 | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/lib/libc/sys/aio_write.2 b/lib/libc/sys/aio_write.2 index 3ca9e1f..fae6fc6 100644 --- a/lib/libc/sys/aio_write.2 +++ b/lib/libc/sys/aio_write.2 @@ -173,32 +173,13 @@ The offset .Fa iocb->aio_offset would be invalid. .El -.Sh KERNEL OPTIONS -The following kernel configuration option -(see -.Xr config 8 ) -is required: -.Pp -.Dl "options VFS_AIO" -.Pp -If you do not want AIO support included in the kernel, but -want to use it occasionally, do not add the -.Dv VFS_AIO -option. Instead, load the -.Nm aio -module as desired: -.Pp -.Dl kldload aio -.Pp .Sh SEE ALSO .Xr aio_cancel 2 , .Xr aio_error 2 , .Xr aio_return 2 , .Xr aio_suspend 2 , .Xr aio_waitcomplete 2 , -.Xr config 8 , -.Xr kldload 8 , -.Xr kldunload 8 +.Xr aio 4 .Sh STANDARDS .Fn aio_write is expected to conform to the |