git: 0ba66872bea8 - main - uuidgen(1): back to the past and fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Mar 2023 08:39:28 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=0ba66872bea87abdf13660d5a7946769fd7b118f
commit 0ba66872bea87abdf13660d5a7946769fd7b118f
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-03-02 08:35:30 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-03-02 08:37:03 +0000
uuidgen(1): back to the past and fix typo
Reported by: ceri
---
bin/uuidgen/uuidgen.1 | 4 ++--
1 file 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.