From 8946af8e5bc535fc3c075583cac8253dcbbe6336 Mon Sep 17 00:00:00 2001 From: Daniel Lublin Date: Wed, 21 May 2025 11:20:34 +0200 Subject: [PATCH] uuidgen.1.adoc: remove superfluous 'plus' Likely copy-paste mistake from the --time flag --- misc-utils/uuidgen.1.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). -- 2.47.2