summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/aio_waitn.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/aio_waitn.3c')
-rw-r--r--usr/src/man/man3c/aio_waitn.3c27
1 files changed, 7 insertions, 20 deletions
diff --git a/usr/src/man/man3c/aio_waitn.3c b/usr/src/man/man3c/aio_waitn.3c
index b218a77422..756eaa187e 100644
--- a/usr/src/man/man3c/aio_waitn.3c
+++ b/usr/src/man/man3c/aio_waitn.3c
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH aio_waitn 3C "18 Dec 2008" "SunOS 5.11" "Standard C Library Functions"
+.TH AIO_WAITN 3C "Dec 18, 2008"
.SH NAME
aio_waitn \- wait for completion of asynchronous I/O operations
.SH SYNOPSIS
@@ -74,23 +74,19 @@ Upon successful completion, \fBaio_waitn()\fR returns 0. Otherwise, it returns
The \fBaio_waitn()\fR function will fail if:
.sp
.ne 2
-.mk
.na
\fB\fBEAGAIN\fR\fR
.ad
.RS 10n
-.rt
There are no outstanding asynchronous I/O requests.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEFAULT\fR\fR
.ad
.RS 10n
-.rt
The \fIlist\fR[], \fInwait\fR, or \fItimeout\fR argument points to an address
outside the address space of the process. The \fBerrno\fR variable is set to
\fBEFAULT\fR only if this condition is detected by the application process.
@@ -98,23 +94,19 @@ outside the address space of the process. The \fBerrno\fR variable is set to
.sp
.ne 2
-.mk
.na
\fB\fBEINTR\fR\fR
.ad
.RS 10n
-.rt
The execution of \fBaio_waitn()\fR was interrupted by a signal.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEINVAL\fR\fR
.ad
.RS 10n
-.rt
The \fItimeout\fR element \fItv_sec\fR or \fItv_nsec\fR is < 0, \fInent\fR is
set to 0 or > \fB_AIO_LISTIO_MAX\fR, or \fInwait\fR is either set to 0 or is >
\fInent\fR.
@@ -122,24 +114,20 @@ set to 0 or > \fB_AIO_LISTIO_MAX\fR, or \fInwait\fR is either set to 0 or is >
.sp
.ne 2
-.mk
.na
\fB\fBENOMEM\fR\fR
.ad
.RS 10n
-.rt
There is currently not enough available memory. The application can try again
later.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBETIME\fR\fR
.ad
.RS 10n
-.rt
The time interval expired before \fInwait\fR outstanding requests have
completed.
.RE
@@ -157,15 +145,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityCommitted
+Interface Stability Committed
_
-MT-LevelSafe
+MT-Level Safe
.TE
.SH SEE ALSO