diff options
author | ru <ru@FreeBSD.org> | 2002-05-30 14:10:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-30 14:10:44 +0000 |
commit | e57f94d9c92c96ec1caf4e1837c0575d6a1b4fed (patch) | |
tree | 0a52e15c15ab0ca9057365d751bbb01180bd0c37 /bin/uuidgen | |
parent | 9d2bfa757a34b6fd1c7be3ef328cb43be2c1a66b (diff) | |
download | FreeBSD-src-e57f94d9c92c96ec1caf4e1837c0575d6a1b4fed.zip FreeBSD-src-e57f94d9c92c96ec1caf4e1837c0575d6a1b4fed.tar.gz |
mdoc(7) police: kill hard sentence breaks.
Diffstat (limited to 'bin/uuidgen')
-rw-r--r-- | bin/uuidgen/uuidgen.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/uuidgen/uuidgen.1 b/bin/uuidgen/uuidgen.1 index d61f848..71206b7 100644 --- a/bin/uuidgen/uuidgen.1 +++ b/bin/uuidgen/uuidgen.1 @@ -38,8 +38,9 @@ The .Nm utility by default generates a single universally unique identifier (UUID), -also known as a globally unique identifier (GUID). The UUID is written to -stdout. The following options can be used to change the number of identifiers +also known as a globally unique identifier (GUID). +The UUID is written to stdout. +The following options can be used to change the number of identifiers and the method used: .Bl -tag -width indent .It Fl 1 @@ -48,7 +49,8 @@ instructs .Nm to not generate them in batch, but one at a time. .It Fl n -This option controls the number of identifiers generated. By default, multiple +This option controls the number of identifiers generated. +By default, multiple identifiers are generated in batch. .El .Pp |