summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/aio_return.2
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2000-06-23 05:05:44 +0000
committerchris <chris@FreeBSD.org>2000-06-23 05:05:44 +0000
commita6d911fe4ec44bd192bc844817123acbfbb79fd8 (patch)
tree8888b98b7734fc74018a7258777e65e84b9969da /lib/libc/sys/aio_return.2
parent884ed8fd45a157d537285e599ff01a509ff189b8 (diff)
downloadFreeBSD-src-a6d911fe4ec44bd192bc844817123acbfbb79fd8.zip
FreeBSD-src-a6d911fe4ec44bd192bc844817123acbfbb79fd8.tar.gz
Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:
``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd''
Diffstat (limited to 'lib/libc/sys/aio_return.2')
-rw-r--r--lib/libc/sys/aio_return.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/aio_return.2 b/lib/libc/sys/aio_return.2
index 532269f..40e7a2e 100644
--- a/lib/libc/sys/aio_return.2
+++ b/lib/libc/sys/aio_return.2
@@ -41,7 +41,7 @@ The
.Fn aio_return
function returns the final status of the asynchronous I/O request
associated with the structure pointed to by
-.Ar iocb .
+.Fa iocb .
.Pp
.Fn aio_return
should only be called once, to obtain the final status of an asynchronous
@@ -78,7 +78,7 @@ The
function will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
-.Ar iocb
+.Fa iocb
does not reference an outstanding asynchronous I/O request.
.El
.Sh STANDARDS
OpenPOWER on IntegriCloud