From 4e023e45276e09bd5d1321bff65ae6589a79d9d6 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 27 Jun 2025 14:04:08 +0200 Subject: [PATCH] lsclocks: (man) remove stray backslash, and correct short form of --time MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This fixes commits 98f4e4833c and e9ddea7912. CC: Thomas Weißschuh Signed-off-by: Benno Schulenberg --- misc-utils/lsclocks.1.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc-utils/lsclocks.1.adoc b/misc-utils/lsclocks.1.adoc index cfe984d5e..ffd3c4049 100644 --- a/misc-utils/lsclocks.1.adoc +++ b/misc-utils/lsclocks.1.adoc @@ -21,7 +21,7 @@ lsclocks - display system clocks It allows to display information like current time and resolution of clocks. Different kinds of clocks are supported. -* POSIX clocks: *CLOCK_MONOTONIC*, *CLOCK_REALTIME*, *CLOCK_BOOTTIME*\, etc. +* POSIX clocks: *CLOCK_MONOTONIC*, *CLOCK_REALTIME*, *CLOCK_BOOTTIME*, etc. * CPU clocks: *clock_getcpuclockid()*. * PTP clocks: */dev/ptp0*. * RTC clocks: */dev/rtc0*. @@ -44,7 +44,7 @@ Output all columns. *-r*, *--raw*:: Use raw output format. -*-r*, *--time* _clock_:: +*-t*, *--time* _clock_:: Show current time of one specific clock. *--no-discover-dynamic*:: -- 2.47.3