]> git.saurik.com Git - apple/libc.git/blob - uuid/uuidsrc/uuid_unparse.3.in.patch
Libc-594.1.4.tar.gz
[apple/libc.git] / uuid / uuidsrc / uuid_unparse.3.in.patch
1 --- uuid_unparse.3.in.orig 2008-09-25 10:43:40.000000000 -0700
2 +++ uuid_unparse.3.in 2008-09-25 10:51:45.000000000 -0700
3 @@ -36,9 +36,18 @@
4 .nf
5 .B #include <uuid/uuid.h>
6 .sp
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 );
10 +\fIvoid\fP
11 +.br
12 +\fBuuid_unparse\fP(\fIuuid_t uu\fP, \fIchar * out\fP);
13 +.sp
14 +\fIvoid\fP
15 +.br
16 +\fBuuid_unparse_lower\fP(\fIuuid_t uu\fP, \fIchar * out\fP);
17 +.sp
18 +\fIvoid\fP
19 +.br
20 +\fBuuid_unparse_upper\fP(\fIuuid_t uu\fP, \fIchar * out\fP);
21 +.sp
22 .fi
23 .SH DESCRIPTION
24 The
25 @@ -46,7 +55,7 @@
26 function converts the supplied UUID
27 .I uu
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 +of the form 1b4e28ba\-2fa1\-11d2\-883f\-b9a761bde3fb and stores this value in the
31 character string pointed to by
32 .IR out .
33 The case of the hex digits returned by