summaryrefslogtreecommitdiffstats
path: root/misc-utils/uuidgen.1
diff options
context:
space:
mode:
authorRuediger Meier2018-02-15 22:02:18 +0100
committerRuediger Meier2018-02-16 11:12:52 +0100
commit73afd3f8e8793844e8e53f69d819ca740cdfc889 (patch)
tree7f6748bf84ba5940af9a115bba26c3298c951833 /misc-utils/uuidgen.1
parentlsns: fix clang compiler warning (diff)
downloadkernel-qcow2-util-linux-73afd3f8e8793844e8e53f69d819ca740cdfc889.tar.gz
kernel-qcow2-util-linux-73afd3f8e8793844e8e53f69d819ca740cdfc889.tar.xz
kernel-qcow2-util-linux-73afd3f8e8793844e8e53f69d819ca740cdfc889.zip
misc: fix typos using codespell
Some more funny typos, please review carefully. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'misc-utils/uuidgen.1')
-rw-r--r--misc-utils/uuidgen.16
1 files changed, 3 insertions, 3 deletions
diff --git a/misc-utils/uuidgen.1 b/misc-utils/uuidgen.1
index d5e1a5675..75fef5df6 100644
--- a/misc-utils/uuidgen.1
+++ b/misc-utils/uuidgen.1
@@ -48,7 +48,7 @@ an alias to one of the well-known UUIDs defined in RFC 4122, that is
or
.BR @x500 .
The \fIname\fR is an arbitrary string value. The generated UUID is the
-digest of the concatentation of the namespace UUID and the name value, hashed
+digest of the concatenation of the namespace UUID and the name value, hashed
with the MD5 or SHA1 algorithms. It is, therefore, a predictable value
which may be useful when UUIDs are being used as handles or nonces for
more complex values or values which shouldn't be disclosed directly.
@@ -75,7 +75,7 @@ Display version information and exit.
Use MD5 as the hash algorithm.
.TP
.BR \-s , " \-\-sha1"
-Use SHA1 as the hash algorith.
+Use SHA1 as the hash algorithm.
.TP
.BR \-n , " \-\-namespace " \fInamespace\fP
Generate the hash with the \fInamespace\fP prefix. The \fInamespace\fP is UUID,
@@ -86,7 +86,7 @@ or '@ns' where "ns" is well-known predefined UUID addressed by namespace name
Generate the hash of the \fIname\fR.
.TP
.BR \-x , " \-\-hex"
-Interpret name \fIname\fR as a hexidecimal string.
+Interpret name \fIname\fR as a hexadecimal string.
.SH "CONFORMING TO"
OSF DCE 1.1
.SH EXAMPLES