Whamcloud - gitweb
ChangeLog, Makefile.in, fsck.c, mke2fs.c, uuidgen.1.in, uuidgen.c:
[tools/e2fsprogs.git] / misc / uuidgen.1.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 UUIDGEN "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
9 .SH NAME
10 uuidgen \- command\-line utility to create a new unique UUID value
11 .SH SYNOPSIS
12 .nf
13 .B uuidgen
14 .fi
15 .SH DESCRIPTION
16 The
17 .B uuidgen
18 program creates a new universally unique identifier using the
19 .BR libuuid "(3) functions " uuid_generate "(3) and " uuid_unparse "(3)."
20 The new UUID can reasonably be considered unique among all UUIDs created
21 on the local system, and among UUIDs created on other systems in the past
22 and in the future.
23 .SH RETURN VALUE
24 The UUID of the form 1b4e28ba\-2fa1\-11d2\-883f\-b9a761bde3fb (in
25 .BR printf (3)
26 format "%08x\-%04x\-%04x\-%04x\-%012x") is output to the standard output.
27 .SH "CONFORMING TO"
28 OSF DCE 1.1
29 .SH AUTHOR
30 .B uuidgen
31 was written by Andreas Dilger for libuuid.
32 .SH AVAILABILITY
33 .B uuidgen
34 is part of libuuid from the e2fsprogs package and is available for anonymous
35 ftp from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs.
36 .SH "SEE ALSO"
37 .BR libuuid (3)