diff options
author | Tim van der Molen <tim@cvs.openbsd.org> | 2015-11-20 21:05:53 +0000 |
---|---|---|
committer | Tim van der Molen <tim@cvs.openbsd.org> | 2015-11-20 21:05:53 +0000 |
commit | 8fb0b81a65c305013111338c3b92a32fe600348f (patch) | |
tree | 0adae414918868b8d363635f79222e1c49be89db /lib | |
parent | a71e05f9b1f465f84d41a3aa150627a942ee029b (diff) |
Document that the status argument may be NULL; OK millert@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/uuid/uuid.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/uuid/uuid.3 b/lib/libc/uuid/uuid.3 index 3fcb66b7cd2..97ef8757ae1 100644 --- a/lib/libc/uuid/uuid.3 +++ b/lib/libc/uuid/uuid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuid.3,v 1.4 2015/11/10 23:48:18 jmc Exp $ +.\" $OpenBSD: uuid.3,v 1.5 2015/11/20 21:05:52 tim 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 10 2015 $ +.Dd $Mdocdate: November 20 2015 $ .Dt UUID_COMPARE 3 .Os .Sh NAME @@ -177,7 +177,8 @@ and .Fn uuid_to_string functions return successful or unsuccessful completion status in the .Fa status -argument. +argument unless it is +.Dv NULL . Possible values are: .Bl -tag -width ".Dv uuid_s_invalid_string_uuid" .It Dv uuid_s_ok |