8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3lib / libiscsit.3lib
blob0f162fc6c905bf282b2e50d0f0ae8977aba59bdd
1 '\" te
2 .\" Copyright (c) 2008, 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 LIBISCSIT 3LIB "Oct 1, 2008"
7 .SH NAME
8 libiscsit \- iSCSI Management library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-liscsit\fR [ \fIlibrary\fR... ]
13 #include <libiscsit.h>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library provide management services for COMSTAR iSCSI target
20 ports.
21 .SH INTERFACES
22 .sp
23 .LP
24 The shared object \fBlibiscsit.so.1\fR provides the public interfaces defined
25 below. See \fBIntro\fR(3) for additional information on shared object
26 interfaces.
27 .sp
29 .sp
30 .TS
31 l l
32 l l .
33 \fBit_config_commit\fR  \fBit_config_free\fR
34 \fBit_config_load\fR    \fBit_config_setprop\fR
35 \fBit_ini_create\fR     \fBit_ini_delete\fR
36 \fBit_ini_free\fR       \fBit_ini_setprop\fR
37 \fBit_portal_create\fR  \fBit_portal_delete\fR
38 \fBit_tgt_create\fR     \fBit_tgt_delete\fR
39 \fBit_tgt_free\fR       \fBit_tgt_setprop\fR
40 \fBit_tpg_create\fR     \fBit_tpg_delete\fR
41 \fBit_tpg_free\fR       \fBit_tpgt_create\fR
42 \fBit_tpgt_delete\fR    \fBit_tpgt_free\fR
43 .TE
45 .SH FILES
46 .sp
47 .ne 2
48 .na
49 \fB\fB/lib/libiscsit.so.1\fR\fR
50 .ad
51 .RS 26n
52 shared object
53 .RE
55 .sp
56 .ne 2
57 .na
58 \fB\fB/lib/64/libiscsit.so.1\fR\fR
59 .ad
60 .RS 26n
61 64-bit shared object
62 .RE
64 .SH ATTRIBUTES
65 .sp
66 .LP
67 See \fBattributes\fR(5) for descriptions of the following attributes:
68 .sp
70 .sp
71 .TS
72 box;
73 c | c
74 l | l .
75 ATTRIBUTE TYPE  ATTRIBUTE VALUE
77 Interface Stability     Committed
79 MT-Level        MT-Safe
80 .TE
82 .SH SEE ALSO
83 .sp
84 .LP
85 \fBIntro\fR(3), \fBit_config_load\fR(3ISCSIT), \fBit_ini_create\fR(3ISCSIT),
86 \fBit_portal_create\fR(3ISCSIT), \fBit_tgt_create\fR(3ISCSIT),
87 \fBit_tpg_create\fR(3ISCSIT), \fBattributes\fR(5)