]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - lib/uuid/uuid_compare.3.in
ChangeLog, uuid_compare.3.in, compare.c:
[thirdparty/e2fsprogs.git] / lib / uuid / uuid_compare.3.in
index 3dab0719f10befa1e19ea1db990c92969a053b9a..de56e4266b03e4346111b208f7fe120dd73e35c0 100644 (file)
@@ -21,7 +21,11 @@ function compares the two supplied uuid variables
 .IR uu1 " and " uu2
 to each other.
 .SH RETURN VALUE
-Returns 1 if the two UUIDs are the same and 0 otherwise.
+Returns an integer less than, equal to, or greater than zero if 
+.I uu1
+is found,  respectively, to be lexigraphically less than, equal, or 
+greater than 
+.IR uu2 .
 .SH AUTHOR
 .B uuid_compare
 was written by Theodore Y. Ts'o for the ext2 filesystem utilties.