]> git.saurik.com Git - apple/libc.git/blobdiff - uuid/uuid_unparse.3-uuid.in
Libc-763.11.tar.gz
[apple/libc.git] / uuid / uuid_unparse.3-uuid.in
index 57b7cbec0fc649a9bdaa93df96edfc65354575b1..70734fddb9dfb7eb7935aeba334fabc9f65914f3 100644 (file)
@@ -38,15 +38,15 @@ uuid_unparse \- convert an UUID from binary representation to a string
 .sp
 \fIvoid\fP
 .br
-\fBuuid_unparse\fP(\fIuuid_t uu\fP, \fIchar * out\fP);
+\fBuuid_unparse\fP(\fIuuid_t uu\fP, \fIuuid_string_t out\fP);
 .sp
 \fIvoid\fP
 .br
-\fBuuid_unparse_lower\fP(\fIuuid_t uu\fP, \fIchar * out\fP);
+\fBuuid_unparse_lower\fP(\fIuuid_t uu\fP, \fIuuid_string_t out\fP);
 .sp
 \fIvoid\fP
 .br
-\fBuuid_unparse_upper\fP(\fIuuid_t uu\fP, \fIchar * out\fP);
+\fBuuid_unparse_upper\fP(\fIuuid_t uu\fP, \fIuuid_string_t out\fP);
 .sp
 .fi
 .SH DESCRIPTION
@@ -54,7 +54,7 @@ The
 .B uuid_unparse
 function converts the supplied UUID
 .I uu
-from the binary representation into a 36\-byte string (plus tailing '\\0')
+from the binary representation into a uuid_string_t (37\-byte string including tailing '\\0')
 of the form 1b4e28ba\-2fa1\-11d2\-883f\-b9a761bde3fb and stores this value in the
 character string pointed to by
 .IR out .