diff options
author | chris <chris@FreeBSD.org> | 2000-05-31 21:12:08 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-05-31 21:12:08 +0000 |
commit | dbd30701d6d82f5fb030dd42c728066c31b1f140 (patch) | |
tree | 37036b3c12dd9b54f3963851ff2772e1a53eeb87 /lib | |
parent | 31a7173f2ee9c4f81876fe09f0147a92c0f90219 (diff) | |
download | FreeBSD-src-dbd30701d6d82f5fb030dd42c728066c31b1f140.zip FreeBSD-src-dbd30701d6d82f5fb030dd42c728066c31b1f140.tar.gz |
Replace a `manual(section)' reference with a proper .Xr statement.
Diffstat (limited to 'lib')
-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 |