From 8440f1e188574c14cacc69fedcbda151cc94814f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Bl=C3=A4ttermann?= Date: Thu, 4 Jan 2024 17:15:29 +0100 Subject: [PATCH] lsclocks: Fix markup and typos in man page --- misc-utils/lsclocks.1.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc-utils/lsclocks.1.adoc b/misc-utils/lsclocks.1.adoc index 78548ed525..12a425bf32 100644 --- a/misc-utils/lsclocks.1.adoc +++ b/misc-utils/lsclocks.1.adoc @@ -18,7 +18,7 @@ lsclocks - display system clocks *lsclocks* is a simple command to display system clocks. -It allows to display information like current time and resolutionof clocks like +It allows to display information like current time and resolution of clocks like CLOCK_MONOTONIC, CLOCK_REALTIME and CLOCK_BOOTTIME. == OPTIONS @@ -40,7 +40,7 @@ Output all columns. Use raw output format. *-r*, *--time* _clock_:: -Show current time of one specific clocks. +Show current time of one specific clock. *--no-discover-dynamic*:: Do not try to discover dynamic clocks. @@ -85,7 +85,7 @@ ISO_TIME <``string``>:: ISO8601 formatted version of *TIME*. RESOL_RAW <``number``>:: -Clock resolution as returned by *clock_getres()*. +Clock resolution as returned by *clock_getres*(2). RESOL <``number``>:: Human readable version of *RESOL_RAW*. -- 2.47.3