8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3lib / libdevid.3lib
blob11e266817612e47a07eeb78d612112926092ed2c
1 '\" te
2 .\" Copyright (c) 2004, 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 LIBDEVID 3LIB "Mar 24, 2004"
7 .SH NAME
8 libdevid \- device ID library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-ldevid\fR [ \fIlibrary\fR... ]
13 #include <\fBdevid.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library provide unique device IDs for identifying a device,
20 independent of the device name or device number.
21 .SH INTERFACES
22 .sp
23 .LP
24 The shared object \fBlibdevid.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 \fBdevid_compare\fR     \fBdevid_deviceid_to_nmlist\fR
34 \fBdevid_free\fR        \fBdevid_free_nmlist\fR
35 \fBdevid_get\fR \fBdevid_get_minor_name\fR
36 \fBdevid_sizeof\fR      \fBdevid_str_decode\fR
37 \fBdevid_str_encode\fR  \fBdevid_str_free\fR
38 \fBdevid_valid\fR       
39 .TE
41 .SH FILES
42 .sp
43 .ne 2
44 .na
45 \fB\fB/lib/libdevid.so.1\fR\fR
46 .ad
47 .RS 25n
48 shared object.
49 .RE
51 .sp
52 .ne 2
53 .na
54 \fB\fB/lib/64/libdevid.so.1\fR\fR
55 .ad
56 .RS 25n
57 64-bit shared object.
58 .RE
60 .SH ATTRIBUTES
61 .sp
62 .LP
63 See \fBattributes\fR(5) for description of the following attributes:
64 .sp
66 .sp
67 .TS
68 box;
69 c | c
70 l | l .
71 ATTRIBUTE TYPE  ATTRIBUTE VALUE
73 Interface Stability     Stable
75 MT-Level        MT\(miSafe
76 .TE
78 .SH SEE ALSO
79 .sp
80 .LP
81 \fBpvs\fR(1), \fBIntro\fR(3), \fBattributes\fR(5)