From: Daniel Lublin Date: Wed, 21 May 2025 09:20:34 +0000 (+0200) Subject: uuidgen.1.adoc: remove superfluous 'plus' X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8946af8e5bc535fc3c075583cac8253dcbbe6336;p=thirdparty%2Futil-linux.git uuidgen.1.adoc: remove superfluous 'plus' Likely copy-paste mistake from the --time flag --- diff --git a/misc-utils/uuidgen.1.adoc b/misc-utils/uuidgen.1.adoc index e061d8a94..ce1d9e1a4 100644 --- a/misc-utils/uuidgen.1.adoc +++ b/misc-utils/uuidgen.1.adoc @@ -41,10 +41,10 @@ Use MD5 as the hash algorithm. Use SHA1 as the hash algorithm. *-6*, *--time-v6*:: -Generate a time-based UUID. This method creates a UUID based on the system clock plus and is lexicographically sortable according to the contained timestamp. +Generate a time-based UUID. This method creates a UUID based on the system clock and is lexicographically sortable according to the contained timestamp. *-7*, *--time-v7*:: -Generate a time-based UUID. This method creates a UUID based on the system clock plus and is lexicographically sortable according to the contained timestamp. +Generate a time-based UUID. This method creates a UUID based on the system clock and is lexicographically sortable according to the contained timestamp. *-n*, *--namespace* _namespace_:: Generate the hash with the _namespace_ prefix. The _namespace_ is UUID, or '@ns' where "ns" is well-known predefined UUID addressed by namespace name (see above).