aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-03-02 08:35:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-03-02 08:37:03 +0000
commit0ba66872bea87abdf13660d5a7946769fd7b118f (patch)
treeb948eca4d51724c6a9eccab2811b6082a4abb2d6
parent129ec8f4805ec3f33480873dc9cf3b8404c9ece8 (diff)
downloadsrc-0ba66872bea87abdf13660d5a7946769fd7b118f.tar.gz
src-0ba66872bea87abdf13660d5a7946769fd7b118f.zip
uuidgen(1): back to the past and fix typo
Reported by: ceri
-rw-r--r--bin/uuidgen/uuidgen.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/uuidgen/uuidgen.1 b/bin/uuidgen/uuidgen.1
index 75fd02703175..da174f24a3ba 100644
--- a/bin/uuidgen/uuidgen.1
+++ b/bin/uuidgen/uuidgen.1
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 1, 2024
+.Dd March 1, 2023
.Dt UUIDGEN 1
.Os
.Sh NAME
@@ -55,7 +55,7 @@ to not generate them in batch, but one at a time.
.It Fl r
This option controls creation of random UUID (version 4).
.It Fl c
-This options contols creation of compact UUID (without hyphen).
+This options controls creation of compact UUID (without hyphen).
.It Fl n
This option controls the number of identifiers generated.
By default, multiple identifiers are generated in batch.