diff options
| author | Chris Costello <chris@FreeBSD.org> | 2000-06-23 05:05:44 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 2000-06-23 05:05:44 +0000 |
| commit | bb33e42207f96329d22cc640a12e8b693be36a81 (patch) | |
| tree | fa4c79e21a165b0f93bbd1c7b1ccc1c6a6518259 /lib/libc/sys/aio_error.2 | |
| parent | e466c075263ea1e469cec7b662c7563e27877acf (diff) | |
Notes
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 46d7b19cd633..4753afd3c106 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 |
