diff options
Diffstat (limited to 'lib/libc/sys/aio_error.2')
-rw-r--r-- | lib/libc/sys/aio_error.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/aio_error.2 b/lib/libc/sys/aio_error.2 index 46d7b19..4753afd 100644 --- a/lib/libc/sys/aio_error.2 +++ b/lib/libc/sys/aio_error.2 @@ -41,7 +41,7 @@ The .Fn aio_error function returns the error status of the asynchronous I/O request associated with the structure pointed to by -.Ar iocb . +.Fa iocb . .Sh RETURN VALUES If the asynchronous I/O request has completed successfully, .Fn aio_error @@ -67,7 +67,7 @@ The function will fail if: .Bl -tag -width Er .It Bq Er EINVAL -.Ar iocb +.Fa iocb does not reference an outstanding asynchronous I/O request. .El .Sh SEE ALSO |