8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3dlpi / dlpi_close.3dlpi
blob5299bcf39fbb37b521c15a1bd07164ca6b59c309
1 '\" te
2 .\"  Copyright (c) 2007, Sun Microsystems, Inc.  All Rights Reserved
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH DLPI_CLOSE 3DLPI "Jun 15, 2007"
7 .SH NAME
8 dlpi_close \- close DLPI link
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-ldlpi\fR [ \fIlibrary\fR ... ]
13 #include <libdlpi.h>
15 \fBvoid\fR \fIdlpi_close\fR(\fBdlpi_handle_t\fR \fIdh\fR);
16 .fi
18 .SH DESCRIPTION
19 .sp
20 .LP
21 The \fBdlpi_close()\fR function closes the open \fBDLPI\fR link instance
22 associated with \fIdh\fR and destroys \fIdh\fR after closing the \fBDLPI\fR
23 link instance.
24 .SH ATTRIBUTES
25 .sp
26 .LP
27 See \fBattributes\fR(5) for description of the following attributes:
28 .sp
30 .sp
31 .TS
32 box;
33 c | c
34 l | l .
35 ATTRIBUTE TYPE  ATTRIBUTE VALUE
37 Interface Stability     Committed
39 MT-Level        Safe
40 .TE
42 .SH SEE ALSO
43 .sp
44 .LP
45 \fBdlpi_open\fR(3DLPI), \fBlibdlpi\fR(3LIB), \fBattributes\fR(5)