uuidgen(1): back to the past and fix typo

Reported by:	ceri
This commit is contained in:
Baptiste Daroussin 2023-03-02 09:35:30 +01:00
parent 129ec8f480
commit 0ba66872be

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd March 1, 2024 .Dd March 1, 2023
.Dt UUIDGEN 1 .Dt UUIDGEN 1
.Os .Os
.Sh NAME .Sh NAME
@ -55,7 +55,7 @@ to not generate them in batch, but one at a time.
.It Fl r .It Fl r
This option controls creation of random UUID (version 4). This option controls creation of random UUID (version 4).
.It Fl c .It Fl c
This options contols creation of compact UUID (without hyphen). This options controls creation of compact UUID (without hyphen).
.It Fl n .It Fl n
This option controls the number of identifiers generated. This option controls the number of identifiers generated.
By default, multiple identifiers are generated in batch. By default, multiple identifiers are generated in batch.