Whamcloud - gitweb
ChangeLog, Makefile.in:
[tools/e2fsprogs.git] / lib / uuid / libuuid.3.in
1 .\" Copyright 1999 Andreas Dilger (adilger@enel.ucalgary.ca)
2 .\"
3 .\" This man page was created for libuuid.so.1.1 from e2fsprogs-1.14.
4 .\" 
5 .\" This file may be copied under the terms of the GNU Public License.
6 .\" 
7 .\" Created  Wed Mar 10 17:42:12 1999, Andreas Dilger
8 .TH LIBUUID 3 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
9 .SH NAME
10 libuuid \- DCE compatible Universally Unique Identifier library
11 .SH SYNOPSIS
12 .nf
13 .B #include <uuid/uuid.h>
14 .sp
15 cc
16 .I file.c
17 .B \-luuid
18 .SH DESCRIPTION
19 The
20 .B libuuid
21 library is used to generate unique identifiers for objects that may be
22 accessible beyond the local system.  The Linux implementation was created
23 to uniquely identify ext2 filesystems created by a machine.  This library
24 generates UUIDs compatible with those created by the Open Software
25 Foundation (OSF) Distributed Computing Environment (DCE) utility 
26 .BR uuidgen .
27 .sp
28 The UUIDs generated by this library can be reasonably expected to be
29 unique within a system, and unique across all systems.  They could
30 be used, for instance, to generate unique HTTP cookies across multiple
31 web servers without communication between the servers, and without fear
32 of a name clash.
33 .SH "CONFORMING TO"
34 OSF DCE 1.1
35 .SH AUTHOR
36 .B libuuid
37 was written by Theodore Y. Ts'o for the ext2 filesystem utilties.
38 .SH AVAILABILITY
39 .B libuuid
40 is part of the e2fsprogs package and is available for anonymous ftp
41 from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs.
42 .SH "SEE ALSO"
43 .BR uuid_clear (3),
44 .BR uuid_compare (3),
45 .BR uuid_copy (3),
46 .BR uuid_generate (3),
47 .BR uuid_is_null (3),
48 .BR uuid_parse (3),
49 .BR uuid_time (3),
50 .BR uuid_unparse (3)