summaryrefslogtreecommitdiff
path: root/usr/src/man/man9e/aread.9e
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man9e/aread.9e')
-rw-r--r--usr/src/man/man9e/aread.9e10
1 files changed, 2 insertions, 8 deletions
diff --git a/usr/src/man/man9e/aread.9e b/usr/src/man/man9e/aread.9e
index 9fde07cc96..c163e35f18 100644
--- a/usr/src/man/man9e/aread.9e
+++ b/usr/src/man/man9e/aread.9e
@@ -4,7 +4,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 aread 9E "28 Mar 1997" "SunOS 5.11" "Driver Entry Points"
+.TH AREAD 9E "Mar 28, 1997"
.SH NAME
aread \- asynchronous read from a device
.SH SYNOPSIS
@@ -29,35 +29,29 @@ Drivers that do not support an \fBaread()\fR entry point should use
.SH PARAMETERS
.sp
.ne 2
-.mk
.na
\fB\fIdev\fR \fR
.ad
.RS 13n
-.rt
Device number.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIaio_reqp\fR \fR
.ad
.RS 13n
-.rt
Pointer to the \fBaio_req\fR(9S) structure that describes where the data is to
be stored.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIcred_p\fR \fR
.ad
.RS 13n
-.rt
Pointer to the credential structure.
.RE
@@ -102,7 +96,7 @@ xxaread(dev_t dev, struct aio_req *aio, cred_t *cred_p)
/*Verify soft state structure has been allocated */
if (xsp == NULL)
return (ENXIO);
- return (aphysio(xxstrategy, anocancel,
+ return (aphysio(xxstrategy, anocancel,
dev, B_READ, xxminphys, aio));
}
.fi