summaryrefslogtreecommitdiffstats
path: root/libuuid
diff options
context:
space:
mode:
Diffstat (limited to 'libuuid')
-rw-r--r--libuuid/man/uuid_generate.32
-rw-r--r--libuuid/man/uuid_unparse.32
2 files changed, 2 insertions, 2 deletions
diff --git a/libuuid/man/uuid_generate.3 b/libuuid/man/uuid_generate.3
index a5b0ab701..d30075905 100644
--- a/libuuid/man/uuid_generate.3
+++ b/libuuid/man/uuid_generate.3
@@ -109,7 +109,7 @@ and
.B uuid_generate_sha1
functions generate an MD5 and SHA1 hashed (predictable) UUID based on a
well-known UUID providing the namespace and an arbitrary binary string. The UUIDs
-confirm to V3 and V5 UUIDs per RFC-4122.
+conform to V3 and V5 UUIDs per RFC-4122.
.SH RETURN VALUE
The newly created UUID is returned in the memory location pointed to by
.IR out .
diff --git a/libuuid/man/uuid_unparse.3 b/libuuid/man/uuid_unparse.3
index 7da02079f..8fb7a5956 100644
--- a/libuuid/man/uuid_unparse.3
+++ b/libuuid/man/uuid_unparse.3
@@ -31,7 +31,7 @@
.\" Created Wed Mar 10 17:42:12 1999, Andreas Dilger
.TH UUID_UNPARSE 3 "May 2009" "util-linux" "Libuuid API"
.SH NAME
-uuid_unparse \- convert an UUID from binary representation to a string
+uuid_unparse \- convert a UUID from binary representation to a string
.SH SYNOPSIS
.nf
.B #include <uuid.h>