diff options
-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 dd92166..f0fcbf4 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 |