]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
uuidgen.1.adoc: remove superfluous 'plus'
authorDaniel Lublin <daniel@lublin.se>
Wed, 21 May 2025 09:20:34 +0000 (11:20 +0200)
committerDaniel Lublin <daniel@lublin.se>
Wed, 21 May 2025 09:21:17 +0000 (11:21 +0200)
Likely copy-paste mistake from the --time flag

misc-utils/uuidgen.1.adoc

index e061d8a9486c4e5c6c0874f699bd795365393701..ce1d9e1a4a1b821f3a137735e796bf24a429db72 100644 (file)
@@ -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).