Whamcloud - gitweb
ChangeLog, e2fsck.h, pass1.c, pass2.c, pass4.c, swapfs.c:
[tools/e2fsprogs.git] / lib / uuid / uuid_copy.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 UUID_COPY 3 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
9 .SH NAME
10 uuid_copy \- copy a UUID value
11 .SH SYNOPSIS
12 .nf
13 .B #include <uuid/uuid.h>
14 .sp
15 .BI "void uuid_copy(uuid_t " dst ", uuid_t " src);
16 .fi
17 .SH DESCRIPTION
18 The
19 .B uuid_copy
20 function copies the UUID variable
21 .IR src " to " dst .
22 .SH RETURN VALUE
23 The copied UUID is returned in the location pointed to by
24 .IR dst .
25 .SH AUTHOR
26 .B uuid_copy
27 was written by Theodore Y. Ts'o for the ext2 filesystem utilties.
28 .SH AVAILABILITY
29 .B uuid_copy
30 is part of libuuid from the e2fsprogs package and is available for anonymous
31 ftp from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs.
32 .SH "SEE ALSO"
33 .BR libuuid (3),
34 .BR uuid_clear (3),
35 .BR uuid_compare (3),
36 .BR uuid_generate (3),
37 .BR uuid_is_null (3)