From: Petr Uzel Date: Tue, 24 Apr 2012 08:20:58 +0000 (+0200) Subject: libuuid: fix typo in uuid_compare manpage X-Git-Tag: v2.22-rc1~469 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e584fa80d71b0bf255c4174f514953b590c09d5c;p=thirdparty%2Futil-linux.git libuuid: fix typo in uuid_compare manpage Signed-off-by: Petr Uzel --- diff --git a/libuuid/man/uuid_compare.3 b/libuuid/man/uuid_compare.3 index e748eac150..9300c51f2f 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