From bc511f84fe753b789b0194a53f055a703ff00c4f Mon Sep 17 00:00:00 2001 From: Thomas Richter Date: Thu, 8 May 2025 09:53:47 +0200 Subject: [PATCH] cpumf/lshwc: Update man page for lshwc command line option time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improve man page entry for lshwc command line option -t and --time. Signed-off-by: Thomas Richter Reviewed-by: Maria Eisenhaendler Signed-off-by: Jan Höppner --- cpumf/man/lshwc.8 | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/cpumf/man/lshwc.8 b/cpumf/man/lshwc.8 index d650848f..5e43e8e7 100644 --- a/cpumf/man/lshwc.8 +++ b/cpumf/man/lshwc.8 @@ -102,19 +102,21 @@ Undefined counter. . .TP .BR \-t ", " \-\-time -Specifies the runtime in form of days, hours, minutes or seconds. -This option can be specified multiple times and the runtime adds up. -Time is a number followed by one of the letters +Specifies the runtime as an integer in days, +hours, minutes or seconds. +This option can be specified multiple times: +the runtime sums up. +Specify time as an integer followed by one of the letters .RS .IP d -Specifies number as days. +Specifies the runtime in days. .IP h -Specifies number as hours. +Specifies the runtime in hours. .IP m -Specifies number as minutes. +Specifies the runtime in minutes. .IP s -Specifies number as seconds. This is the default when no -letter follows the number. +Specifies the runtime in seconds. +This is the default when no letter is given. .RE . .TP