]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/aio_error.2
xnu-1699.22.73.tar.gz
[apple/xnu.git] / bsd / man / man2 / aio_error.2
index 8c13ca3f5ce78301655cb77c5942e50fb3c2d2ea..492b3f466c0e1e339db7bfcc70267a730b7a0555 100644 (file)
 .Sh SYNOPSIS
 .In aio.h
 .Ft int
 .Sh SYNOPSIS
 .In aio.h
 .Ft int
-.Fn aio_error "const struct aiocb *iocb"
+.Fo aio_error
+.Fa "const struct aiocb *aiocbp"
+.Fc
 .Sh DESCRIPTION
 The
 .Fn aio_error
 system call returns the error status of the asynchronous I/O request
 associated with the structure pointed to by
 .Sh DESCRIPTION
 The
 .Fn aio_error
 system call returns the error status of the asynchronous I/O request
 associated with the structure pointed to by
-.Fa iocb .
+.Fa aiocbp .
 .Sh RETURN VALUES
 If the asynchronous I/O request has completed successfully,
 .Fn aio_error
 returns 0.  If the request has not yet completed,
 .Er EINPROGRESS
 .Sh RETURN VALUES
 If the asynchronous I/O request has completed successfully,
 .Fn aio_error
 returns 0.  If the request has not yet completed,
 .Er EINPROGRESS
-is returned.  If the request has completed unsuccessfully the error
-status is returned as described in
+is returned.
+If the request has completed unsuccessfully,
+the error status is returned as described in
 .Xr read 2 ,
 .Xr write 2 ,
 or
 .Xr read 2 ,
 .Xr write 2 ,
 or
@@ -66,9 +69,10 @@ The
 .Fn aio_error
 system call will fail if:
 .Bl -tag -width Er
 .Fn aio_error
 system call will fail if:
 .Bl -tag -width Er
+.\" ==========
 .It Bq Er EINVAL
 The
 .It Bq Er EINVAL
 The
-.Fa iocb
+.Fa aiocbp
 argument
 does not reference an outstanding asynchronous I/O request.
 .El
 argument
 does not reference an outstanding asynchronous I/O request.
 .El