summaryrefslogtreecommitdiff
path: root/usr/src/man/man9e/detach.9e
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man9e/detach.9e')
-rw-r--r--usr/src/man/man9e/detach.9e21
1 files changed, 6 insertions, 15 deletions
diff --git a/usr/src/man/man9e/detach.9e b/usr/src/man/man9e/detach.9e
index 69f896a187..d003dbba1e 100644
--- a/usr/src/man/man9e/detach.9e
+++ b/usr/src/man/man9e/detach.9e
@@ -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 detach 9E "7 Dec 2003" "SunOS 5.11" "Driver Entry Points"
+.TH DETACH 9E "Dec 7, 2003"
.SH NAME
detach \- detach or suspend a device
.SH SYNOPSIS
@@ -24,23 +24,19 @@ Solaris DDI specific (Solaris DDI)
.SH PARAMETERS
.sp
.ne 2
-.mk
.na
\fB\fIdip\fR\fR
.ad
.RS 7n
-.rt
A pointer to the device's \fBdev_info\fR structure.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIcmd\fR\fR
.ad
.RS 7n
-.rt
Type of detach; the driver should return \fBDDI_FAILURE\fR if any value other
than \fBDDI_DETACH\fR or \fBDDI_SUSPEND\fR is passed to it.
.RE
@@ -128,12 +124,10 @@ the operation to suspend the system or to make it quiescent will be aborted.
.SH RETURN VALUES
.sp
.ne 2
-.mk
.na
\fB\fBDDI_SUCCESS\fR\fR
.ad
.RS 15n
-.rt
For \fBDDI_DETACH\fR, the state associated with the given device was
successfully removed. For \fBDDI_SUSPEND\fR, the driver was successfully
suspended.
@@ -141,12 +135,10 @@ suspended.
.sp
.ne 2
-.mk
.na
\fB\fBDDI_FAILURE\fR\fR
.ad
.RS 15n
-.rt
The operation failed or the request was not understood. The associated state is
unchanged.
.RE
@@ -163,13 +155,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
_
-Interface StabilityCommitted
+Interface Stability Committed
.TE
.SH SEE ALSO