summaryrefslogtreecommitdiffstats
path: root/libuuid/man
diff options
context:
space:
mode:
authorPetr Uzel2012-04-24 10:20:58 +0200
committerKarel Zak2012-04-27 12:30:42 +0200
commite584fa80d71b0bf255c4174f514953b590c09d5c (patch)
tree7ccbd3a775bac951c6fe3c994589aa56353a10b1 /libuuid/man
parentbuild-sys: add fsprobe.h to dist (diff)
downloadkernel-qcow2-util-linux-e584fa80d71b0bf255c4174f514953b590c09d5c.tar.gz
kernel-qcow2-util-linux-e584fa80d71b0bf255c4174f514953b590c09d5c.tar.xz
kernel-qcow2-util-linux-e584fa80d71b0bf255c4174f514953b590c09d5c.zip
libuuid: fix typo in uuid_compare manpage
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'libuuid/man')
-rw-r--r--libuuid/man/uuid_compare.32
1 files changed, 1 insertions, 1 deletions
diff --git a/libuuid/man/uuid_compare.3 b/libuuid/man/uuid_compare.3
index e748eac15..9300c51f2 100644
--- a/libuuid/man/uuid_compare.3
+++ b/libuuid/man/uuid_compare.3
@@ -47,7 +47,7 @@ to each other.
.SH RETURN VALUE
Returns an integer less than, equal to, or greater than zero if
.I uu1
-is found, respectively, to be lexigraphically less than, equal, or
+is found, respectively, to be lexicographically less than, equal, or
greater than
.IR uu2 .
.SH AUTHOR