diff options
Diffstat (limited to 'usr/src/man/man3c/aioread.3c')
-rw-r--r-- | usr/src/man/man3c/aioread.3c | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/usr/src/man/man3c/aioread.3c b/usr/src/man/man3c/aioread.3c index f1457b282e..03ebaa704d 100644 --- a/usr/src/man/man3c/aioread.3c +++ b/usr/src/man/man3c/aioread.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 aioread 3C "5 Feb 2008" "SunOS 5.11" "Standard C Library Functions" +.TH AIOREAD 3C "Feb 5, 2008" .SH NAME aioread, aiowrite \- read or write asynchronous I/O operations .SH SYNOPSIS @@ -108,35 +108,29 @@ and set \fBerrno\fR to indicate the error. The \fBaioread()\fR and \fBaiowrite()\fR functions will fail if: .sp .ne 2 -.mk .na \fB\fBEAGAIN\fR\fR .ad .RS 10n -.rt The number of asynchronous requests that the system can handle at any one time has been exceeded .RE .sp .ne 2 -.mk .na \fB\fBEBADF\fR\fR .ad .RS 10n -.rt The \fIfildes\fR argument is not a valid file descriptor open for reading. .RE .sp .ne 2 -.mk .na \fB\fBEFAULT\fR\fR .ad .RS 10n -.rt At least one of \fIbufp\fR or \fIresultp\fR points to an address outside the address space of the requesting process. This condition is reported only if detected by the application process. @@ -144,35 +138,29 @@ detected by the application process. .sp .ne 2 -.mk .na \fB\fBEINVAL\fR\fR .ad .RS 10n -.rt The \fIresultp\fR argument is currently being used by an outstanding asynchronous request. .RE .sp .ne 2 -.mk .na \fB\fBEINVAL\fR\fR .ad .RS 10n -.rt The \fIoffset\fR argument is not a valid offset for this file system type. .RE .sp .ne 2 -.mk .na \fB\fBENOMEM\fR\fR .ad .RS 10n -.rt Memory resources are unavailable to initiate request. .RE @@ -189,13 +177,12 @@ 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 _ -MT-LevelSafe +MT-Level Safe .TE .SH SEE ALSO |