From daecda1cad1205d6697086e8a190d35eb3f6950f Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 15 Dec 2007 21:13:42 -0500 Subject: [PATCH] Fix uuid_unparse man page to give a correct example UUID output string Addresses-Debian-Bug: #444883 Signed-off-by: "Theodore Ts'o" --- lib/uuid/uuid_unparse.3.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/uuid/uuid_unparse.3.in b/lib/uuid/uuid_unparse.3.in index f299f43..0e83845 100644 --- a/lib/uuid/uuid_unparse.3.in +++ b/lib/uuid/uuid_unparse.3.in @@ -46,8 +46,8 @@ The function converts the supplied UUID .I uu from the binary representation into a 36\-byte string (plus tailing '\\0') -of the form 1b4e28ba\-2fa1\-11d2\-883f\-b9a76 and stores this value in the -character string pointed to by +of the form 1b4e28ba\-2fa1\-11d2\-883f\-0016d3cca427 and stores this +value in the character string pointed to by .IR out . The case of the hex digits returned by .B uuid_unparse -- 1.8.3.1