Replace a `manual(section)' reference with a proper .Xr statement.

This commit is contained in:
Chris Costello 2000-05-31 21:12:08 +00:00
parent 2176a9588a
commit f9a2346166
1 changed files with 2 additions and 1 deletions

View File

@ -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