summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/aio_suspend.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/aio_suspend.3c')
-rw-r--r--usr/src/man/man3c/aio_suspend.3c27
1 files changed, 8 insertions, 19 deletions
diff --git a/usr/src/man/man3c/aio_suspend.3c b/usr/src/man/man3c/aio_suspend.3c
index c568f48509..6b62a37d93 100644
--- a/usr/src/man/man3c/aio_suspend.3c
+++ b/usr/src/man/man3c/aio_suspend.3c
@@ -10,7 +10,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_suspend 3C "18 Dec 2008" "SunOS 5.11" "Standard C Library Functions"
+.TH AIO_SUSPEND 3C "Dec 18, 2008"
.SH NAME
aio_suspend \- wait for asynchronous I/O request
.SH SYNOPSIS
@@ -62,24 +62,20 @@ associated error and return status using \fBaio_error\fR(3C) and
The \fBaio_suspend()\fR function will fail if:
.sp
.ne 2
-.mk
.na
\fB\fBEAGAIN\fR \fR
.ad
.RS 11n
-.rt
No asynchronous I/O indicated in the list referenced by \fIlist\fR completed in
the time interval indicated by \fItimeout\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEINTR\fR \fR
.ad
.RS 11n
-.rt
A signal interrupted the \fBaio_suspend()\fR function. Since each asynchronous
I/O operation might provoke a signal when it completes, this error return can
be caused by the completion of one or more of the very I/O operations being
@@ -88,12 +84,10 @@ awaited.
.sp
.ne 2
-.mk
.na
\fB\fBEINVAL\fR\fR
.ad
.RS 11n
-.rt
The \fInent\fR argument is less than or equal to 0 or greater than
\fB_AIO_LISTIO_MAX\fR, or the \fBtimespec\fR structure pointed to by
\fItimeout\fR is not properly set because \fItv_sec\fR is less than 0 or
@@ -102,24 +96,20 @@ The \fInent\fR argument is less than or equal to 0 or greater than
.sp
.ne 2
-.mk
.na
\fB\fBENOMEM\fR\fR
.ad
.RS 11n
-.rt
There is currently not enough available memory; the application can try again
later.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBENOSYS\fR \fR
.ad
.RS 11n
-.rt
The \fBaio_suspend()\fR function is not supported by the system.
.RE
@@ -136,17 +126,16 @@ 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-LevelAsync-Signal-Safe
+MT-Level Async-Signal-Safe
_
-StandardSee \fBstandards\fR(5).
+Standard See \fBstandards\fR(5).
.TE
.SH SEE ALSO