summaryrefslogtreecommitdiff
path: root/lib/libc/sys/aio_error.2
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2002-10-24 12:57:05 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2002-10-24 12:57:05 +0000
commita7af55af93a1535d44d0fefbdc4c6054f7a746a9 (patch)
tree22162e3655309520d71495e18779a85ea3468314 /lib/libc/sys/aio_error.2
parent3047fefe49f57a673de8df152c199de12ec2c6d3 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/aio_error.2')
-rw-r--r--lib/libc/sys/aio_error.224
1 files changed, 2 insertions, 22 deletions
diff --git a/lib/libc/sys/aio_error.2 b/lib/libc/sys/aio_error.2
index 65dc1de3e6e4..08f3d9f724f3 100644
--- a/lib/libc/sys/aio_error.2
+++ b/lib/libc/sys/aio_error.2
@@ -70,25 +70,7 @@ function will fail if:
.Fa iocb
does not reference an outstanding asynchronous I/O request.
.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 4 ,
.Xr aio_cancel 2 ,
.Xr aio_read 2 ,
.Xr aio_return 2 ,
@@ -96,10 +78,8 @@ module as desired:
.Xr aio_write 2 ,
.Xr fsync 2 ,
.Xr read 2 ,
-.Xr write 2
-.Xr config 8 ,
-.Xr kldload 8 ,
-.Xr kldunload 8
+.Xr write 2 ,
+.Xr aio 4
.Sh STANDARDS
.Fn aio_error
is expected to conform to the