diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-10-24 12:57:05 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-10-24 12:57:05 +0000 |
commit | a7af55af93a1535d44d0fefbdc4c6054f7a746a9 (patch) | |
tree | 22162e3655309520d71495e18779a85ea3468314 /share/man/man4/aio.4 | |
parent | 3047fefe49f57a673de8df152c199de12ec2c6d3 (diff) | |
download | src-a7af55af93a1535d44d0fefbdc4c6054f7a746a9.tar.gz src-a7af55af93a1535d44d0fefbdc4c6054f7a746a9.zip |
* 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.
Notes
Notes:
svn path=/head/; revision=105864
Diffstat (limited to 'share/man/man4/aio.4')
-rw-r--r-- | share/man/man4/aio.4 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/aio.4 b/share/man/man4/aio.4 index be7407d03a68..729aee6a33d2 100644 --- a/share/man/man4/aio.4 +++ b/share/man/man4/aio.4 @@ -34,7 +34,11 @@ .Nm aio .Nd asynchronous I/O .Sh SYNOPSIS +To link into the kernel: .Cd "options VFS_AIO" +.Pp +To load as a kernel loadable module: +.Dl kldload aio .Sh DESCRIPTION The .Nm @@ -49,7 +53,10 @@ dynamic kernel module. .Xr aio_return 2 , .Xr aio_suspend 2 , .Xr aio_waitcomplete 2 , -.Xr aio_write 2 +.Xr aio_write 2 , +.Xr config 8 , +.Xr kldload 8 , +.Xr kldunload 8 .Sh HISTORY The .Nm |