summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/aio_suspend.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_suspend.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_suspend.2')
-rw-r--r--lib/libc/sys/aio_suspend.216
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/sys/aio_suspend.2 b/lib/libc/sys/aio_suspend.2
index 719559b..8d36c348 100644
--- a/lib/libc/sys/aio_suspend.2
+++ b/lib/libc/sys/aio_suspend.2
@@ -42,23 +42,23 @@ The
function suspends the calling process until at least one of the
specified asynchronous I/O requests have completed, a signal is
delivered, or the
-.Ar timeout
+.Fa timeout
has passed.
.Pp
-.Ar iocbs
+.Fa iocbs
is an array of
-.Ar niocb
+.Fa niocb
pointers to asynchronous I/O requests. Array members containing
NULL will be silently ignored.
.Pp
If
-.Ar timeout
+.Fa timeout
is a non-nil pointer, it specifies a maximum interval to suspend.
If
-.Ar timeout
+.Fa timeout
is a nil pointer, the suspend blocks indefinitely. To effect a
poll, the
-.Ar timeout
+.Fa timeout
should point to a zero-value timespec structure.
.Sh RETURN VALUES
If one or more of the specified asynchronous I/O requests have
@@ -80,10 +80,10 @@ function will fail if:
.Bl -tag -width Er
.It Bq Er EAGAIN
the
-.Ar timeout
+.Fa timeout
expired before any I/O requests completed.
.It Bq Er EINVAL
-.Ar iocbs
+.Fa iocbs
contains more than
.Dv AIO_LISTIO_MAX
asynchronous I/O requests, or at least one of the requests is not
OpenPOWER on IntegriCloud