Summary: | UUID(3) man page page lacks return value information | ||||||
---|---|---|---|---|---|---|---|
Product: | Documentation | Reporter: | Michael Cress <michael.cress> | ||||
Component: | Manual Pages | Assignee: | Guangyuan Yang <ygy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | doc, felix.the.red, michael.cress, ygy | ||||
Priority: | --- | Keywords: | easy, patch | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Michael Cress
2015-11-10 20:10:50 UTC
Created attachment 228034 [details]
uuid(3) patch
Document return values for uuid_compare, uuid_equal, uuid_is_nil, and uuid_hash.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=f6842865d3367217f2df3e5ae7ecb5b66caf9451 commit f6842865d3367217f2df3e5ae7ecb5b66caf9451 Author: Felix Johnson <felix.the.red@gmail.com> AuthorDate: 2021-11-19 08:42:49 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-11-19 08:58:34 +0000 uuid(3): Document return values PR: 204449 MFC after: 3 days Reported by: Michael Cress <michael.cress@cress.us> lib/libc/uuid/uuid.3 | 63 ++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 9 deletions(-) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=c8342584596a0354df6414a0747afe0dfed485e0 commit c8342584596a0354df6414a0747afe0dfed485e0 Author: Felix Johnson <felix.the.red@gmail.com> AuthorDate: 2021-11-19 08:42:49 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-11-22 00:43:31 +0000 uuid(3): Document return values PR: 204449 Reported by: Michael Cress <michael.cress@cress.us> (cherry picked from commit f6842865d3367217f2df3e5ae7ecb5b66caf9451) lib/libc/uuid/uuid.3 | 63 ++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 9 deletions(-) |