diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-06-23 15:02:29 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-06-23 15:02:29 +0000 |
| commit | 8a4272bf513f016397579fd6e82fa8326d30833c (patch) | |
| tree | 1af00680310263d277143c79fc1e598367828798 | |
| parent | a6a2ba1c18b0b178cefa03a094a1b223baaa3c4e (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/aio_waitcomplete.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/aio_waitcomplete.2 b/lib/libc/sys/aio_waitcomplete.2 index dd92166875c5..f0fcbf40f4b0 100644 --- a/lib/libc/sys/aio_waitcomplete.2 +++ b/lib/libc/sys/aio_waitcomplete.2 @@ -85,8 +85,8 @@ returns .Dv -1 , sets iocbp to .Dv NULL -and -.Dv errno +and sets +.Va errno to indicate the error condition. .Sh ERRORS The @@ -117,7 +117,7 @@ completed. .Xr aio_write 2 , .Xr fsync 2 , .Xr read 2 , -.Xr write 2 . +.Xr write 2 .Sh STANDARDS The .Fn aio_waitcomplete |
