diff options
author | marcel <marcel@FreeBSD.org> | 2003-08-08 19:12:28 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-08-08 19:12:28 +0000 |
commit | dca0a308043ab4fafe3e792c5367f1184c371ca1 (patch) | |
tree | c0961e3b17e52a1cfd0cf7073739f5cc810f9468 /lib/libc/uuid/uuid.3 | |
parent | 29b3048430753f78fddabc00956704f63423402e (diff) | |
download | FreeBSD-src-dca0a308043ab4fafe3e792c5367f1184c371ca1.zip FreeBSD-src-dca0a308043ab4fafe3e792c5367f1184c371ca1.tar.gz |
Fix markup for uuid_equal()
Diffstat (limited to 'lib/libc/uuid/uuid.3')
-rw-r--r-- | lib/libc/uuid/uuid.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/uuid/uuid.3 b/lib/libc/uuid/uuid.3 index a8c407b..188fa9b 100644 --- a/lib/libc/uuid/uuid.3 +++ b/lib/libc/uuid/uuid.3 @@ -61,7 +61,8 @@ and .Fn uuid_create_nil functions create UUIDs. The -.Fn uuid_compare , uuid_equal +.Fn uuid_compare , +.Fn uuid_equal and .Fn uuid_is_nil functions can be used to test UUIDs. |