diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/aio_cancel.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/aio_cancel.2 b/lib/libc/sys/aio_cancel.2 index 99d5138..7af50a7 100644 --- a/lib/libc/sys/aio_cancel.2 +++ b/lib/libc/sys/aio_cancel.2 @@ -66,7 +66,8 @@ function returns -1 to indicate an error, or one of the following: All outstanding requests meeting the criteria specified were cancelled. .It Bq Dv AIO_NOTCANCELED Some requests were not cancelled, status for the requests should be -checked with aio_error(2). +checked with +.Xr aio_error 2 . .It Bq Dv AIO_ALLDONE All of the requests meeting the criteria have finished. .El |