summaryrefslogtreecommitdiffstats
path: root/libuuid/man/uuid_unparse.3
diff options
context:
space:
mode:
authorSeth Girvan2018-12-07 11:02:00 +0100
committerKarel Zak2018-12-10 12:47:50 +0100
commit88cd3f2256d02d9a102aa43df6f30b8d2c8865c5 (patch)
treeeae595f287338e116d30ad4b7ac58b2da235ad34 /libuuid/man/uuid_unparse.3
parentfstrim: fix usage() (diff)
downloadkernel-qcow2-util-linux-88cd3f2256d02d9a102aa43df6f30b8d2c8865c5.tar.gz
kernel-qcow2-util-linux-88cd3f2256d02d9a102aa43df6f30b8d2c8865c5.tar.xz
kernel-qcow2-util-linux-88cd3f2256d02d9a102aa43df6f30b8d2c8865c5.zip
libuuid: fix man page typos
Signed-off-by: Seth Girvan <snth@snthhacks.com>
Diffstat (limited to 'libuuid/man/uuid_unparse.3')
-rw-r--r--libuuid/man/uuid_unparse.32
1 files changed, 1 insertions, 1 deletions
diff --git a/libuuid/man/uuid_unparse.3 b/libuuid/man/uuid_unparse.3
index 8fb7a5956..7f708f057 100644
--- a/libuuid/man/uuid_unparse.3
+++ b/libuuid/man/uuid_unparse.3
@@ -45,7 +45,7 @@ The
.B uuid_unparse
function converts the supplied UUID
.I uu
-from the binary representation into a 36-byte string (plus tailing '\e0')
+from the binary representation into a 36-byte string (plus trailing '\e0')
of the form 1b4e28ba\-2fa1\-11d2\-883f\-0016d3cca427 and stores this
value in the character string pointed to by
.IR out .