diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-30 14:10:44 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-30 14:10:44 +0000 |
| commit | 36588206d0c61b713229eb7a224be8f4e8fb2088 (patch) | |
| tree | 0a52e15c15ab0ca9057365d751bbb01180bd0c37 /usr.bin/uuidgen | |
| parent | 14387c71cab5cae00bb3e1070d7e67a6b2d0990e (diff) | |
Notes
Diffstat (limited to 'usr.bin/uuidgen')
| -rw-r--r-- | usr.bin/uuidgen/uuidgen.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/uuidgen/uuidgen.1 b/usr.bin/uuidgen/uuidgen.1 index d61f8489a95d2..71206b791f058 100644 --- a/usr.bin/uuidgen/uuidgen.1 +++ b/usr.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 |
