git: uuid(3): Improve the description for uuid_to_string()

Aaron LI aly at crater.dragonflybsd.org
Mon May 12 05:01:53 PDT 2025


commit c7b4313b66f7e3c1a2ff494cdbe55ef7ab9d8cda
Author: Aaron LI <aly at aaronly.me>
Date:   Mon May 12 19:20:14 2025 +0800

    uuid(3): Improve the description for uuid_to_string()
    
    Document that uuid_to_string() will allocate a buffer to hold the
    converted string and free(3) should be called to release the memory.
    
    Several more minor tweaks.
    
    Derived from FreeBSD.

Summary of changes:
 lib/libc/uuid/uuid.3 | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c7b4313b66f7e3c1a2ff494cdbe55ef7ab9d8cda


-- 
DragonFly BSD source repository


More information about the Commits mailing list