nightly: remove unused BINARCHIVE
[unleashed.git] / share / man / man3lib / libuuid.3lib
blob5026ba39f672008580cf54e54d25a02c1cf07c60
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 LIBUUID 3LIB "Mar 24, 2004"
7 .SH NAME
8 libuuid \- UUID library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-luuid\fR [ \fIlibrary\fR... ]
13 #include <\fBuuid/uuid.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 The functions in this library perform operations on a universally unique
20 identifier (UUID).
21 .SH INTERFACES
22 .sp
23 .LP
24 The shared object \fBlibuuid.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 \fBuuid_clear\fR        \fBuuid_compare\fR
34 \fBuuid_copy\fR \fBuuid_generate\fR
35 \fBuuid_generate_random\fR      \fBuuid_generate_time\fR
36 \fBuuid_is_null\fR      \fBuuid_parse\fR
37 \fBuuid_time\fR \fBuuid_unparse\fR
38 .TE
40 .SH FILES
41 .sp
42 .ne 2
43 .na
44 \fB\fB/lib/libuuid.so.1\fR\fR
45 .ad
46 .RS 24n
47 shared object
48 .RE
50 .sp
51 .ne 2
52 .na
53 \fB\fB/lib/64/libuuid.so.1\fR\fR
54 .ad
55 .RS 24n
56 64-bit shared object
57 .RE
59 .SH ATTRIBUTES
60 .sp
61 .LP
62 See \fBattributes\fR(5) for descriptions of the following attributes:
63 .sp
65 .sp
66 .TS
67 box;
68 c | c
69 l | l .
70 ATTRIBUTE TYPE  ATTRIBUTE VALUE
72 Interface Stability     Committed
74 MT-Level        Safe
75 .TE
77 .SH SEE ALSO
78 .sp
79 .LP
80 \fBIntro\fR(3), \fBuuid_clear\fR(3UUID), \fBattributes\fR(5)