cpumf/lshwc: Update man page for lshwc command line option time

Improve man page entry for lshwc command line option -t and --time.

Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Reviewed-by: Maria Eisenhaendler <maria1@de.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Thomas Richter
2025-05-08 09:53:47 +02:00
committed by Jan Höppner
parent 3a3cea0061
commit bc511f84fe

View File

@@ -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