]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libuuid: (man) uuid_copy() -- add missing parenthesis
authorAndrew Price <anprice@redhat.com>
Fri, 15 Jul 2022 14:55:13 +0000 (15:55 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Jul 2022 16:01:54 +0000 (18:01 +0200)
Signed-off-by: Andrew Price <anprice@redhat.com>
libuuid/man/uuid_copy.3.adoc

index b600a63680dd0aa00995d9edf3508c88aab032de..fee40d6bf7b7eb61ae4e660ade4b4d2782211834 100644 (file)
@@ -46,7 +46,7 @@ uuid_copy - copy a UUID value
 
 *#include <uuid.h>*
 
-*void uuid_copy(uuid_t __dst__, uuid_t __src__;*
+*void uuid_copy(uuid_t __dst__, uuid_t __src__);*
 
 == DESCRIPTION