1 --- uuid_unparse.3.in.orig 2010-04-28 23:38:50.000000000 -0700
2 +++ uuid_unparse.3.in 2010-04-28 23:53:36.000000000 -0700
3 @@ -36,17 +36,26 @@ uuid_unparse \- convert an UUID from bin
5 .B #include <uuid/uuid.h>
7 -.BI "void uuid_unparse(uuid_t " uu ", char *" out );
8 -.BI "void uuid_unparse_upper(uuid_t " uu ", char *" out );
9 -.BI "void uuid_unparse_lower(uuid_t " uu ", char *" out );
12 +\fBuuid_unparse\fP(\fIuuid_t uu\fP, \fIuuid_string_t out\fP);
16 +\fBuuid_unparse_lower\fP(\fIuuid_t uu\fP, \fIuuid_string_t out\fP);
20 +\fBuuid_unparse_upper\fP(\fIuuid_t uu\fP, \fIuuid_string_t out\fP);
26 function converts the supplied UUID
28 -from the binary representation into a 36\-byte string (plus tailing '\\0')
29 -of the form 1b4e28ba\-2fa1\-11d2\-883f\-b9a76 and stores this value in the
30 +from the binary representation into a uuid_string_t (37\-byte string including tailing '\\0')
31 +of the form 1b4e28ba\-2fa1\-11d2\-883f\-b9a761bde3fb and stores this value in the
32 character string pointed to by
34 The case of the hex digits returned by