~ubuntu-branches/ubuntu/edgy/e2fsprogs/edgy-updates

« back to all changes in this revision

Viewing changes to lib/uuid/uuid_compare.3.in

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2002-03-21 23:58:48 UTC
  • Revision ID: james.westby@ubuntu.com-20020321235848-cmmy98hy0nihp922
Tags: upstream-1.27
ImportĀ upstreamĀ versionĀ 1.27

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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_COMPARE 3 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
 
9
.SH NAME
 
10
uuid_compare \- compare whether two UUIDs are the same
 
11
.SH SYNOPSIS
 
12
.nf
 
13
.B #include <uuid/uuid.h>
 
14
.sp
 
15
.BI "int uuid_compare(uuid_t " uu1 ", uuid_t " uu2)
 
16
.fi
 
17
.SH DESCRIPTION
 
18
The
 
19
.B uuid_compare
 
20
function compares the two supplied uuid variables
 
21
.IR uu1 " and " uu2
 
22
to each other.
 
23
.SH RETURN VALUE
 
24
Returns an integer less than, equal to, or greater than zero if 
 
25
.I uu1
 
26
is found,  respectively, to be lexigraphically less than, equal, or 
 
27
greater than 
 
28
.IR uu2 .
 
29
.SH AUTHOR
 
30
.B uuid_compare
 
31
was written by Theodore Y. Ts'o for the ext2 filesystem utilties.
 
32
.SH AVAILABILITY
 
33
.B uuid_compare
 
34
is part of libuuid from the e2fsprogs package and is available from
 
35
http://e2fsprogs.sourceforge.net.
 
36
.SH "SEE ALSO"
 
37
.BR libuuid (3),
 
38
.BR uuid_clear (3),
 
39
.BR uuid_copy (3),
 
40
.BR uuid_generate (3),
 
41
.BR uuid_is_null (3)