summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2018-10-02 10:55:40 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2018-10-02 10:55:40 +0000
commitff8a3bc5c9e2e3c6aa87bc139e074e7a443d1f56 (patch)
tree554b6a054d071bc6741b808beebd1e7f1ac189a3 /lib/libc
parent7db65d7b0d2bc1bfc9a7de5b967193762dfb4d97 (diff)
document that uuid_create generates v4 uuids; from william orr
verified/ok tb
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/uuid/uuid.38
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/uuid/uuid.3 b/lib/libc/uuid/uuid.3
index 97ef8757ae1..a8266802d4f 100644
--- a/lib/libc/uuid/uuid.3
+++ b/lib/libc/uuid/uuid.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uuid.3,v 1.5 2015/11/20 21:05:52 tim Exp $
+.\" $OpenBSD: uuid.3,v 1.6 2018/10/02 10:55:39 jmc Exp $
.\" $NetBSD: uuid.3,v 1.7 2008/05/02 18:11:05 martin Exp $
.\"
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -55,7 +55,7 @@
.\"
.\" $FreeBSD: src/lib/libc/uuid/uuid.3,v 1.4 2003/08/08 19:12:28 marcel Exp $
.\"
-.Dd $Mdocdate: November 20 2015 $
+.Dd $Mdocdate: October 2 2018 $
.Dt UUID_COMPARE 3
.Os
.Sh NAME
@@ -204,3 +204,7 @@ The
and
.Fn uuid_to_string
functions are compatible with the DCE 1.1 RPC specification.
+.Pp
+.Fn uuid_create
+generates version 4 UUIDs,
+specified by section 4.4 of RCF 4122.