From: Thomas Weißschuh Date: Tue, 3 Jun 2025 16:05:30 +0000 (+0200) Subject: lsclocks: (man) list supported clock types X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98f4e4833c;p=thirdparty%2Futil-linux.git lsclocks: (man) list supported clock types Document the different types of clocks that are supported by lsclocks(1). Signed-off-by: Thomas Weißschuh --- diff --git a/misc-utils/lsclocks.1.adoc b/misc-utils/lsclocks.1.adoc index 12a425bf3..cfe984d5e 100644 --- a/misc-utils/lsclocks.1.adoc +++ b/misc-utils/lsclocks.1.adoc @@ -18,8 +18,13 @@ lsclocks - display system clocks *lsclocks* is a simple command to display system clocks. -It allows to display information like current time and resolution of clocks like -CLOCK_MONOTONIC, CLOCK_REALTIME and CLOCK_BOOTTIME. +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. +* CPU clocks: *clock_getcpuclockid()*. +* PTP clocks: */dev/ptp0*. +* RTC clocks: */dev/rtc0*. == OPTIONS