From: Mario Blättermann Date: Thu, 4 Jan 2024 16:15:29 +0000 (+0100) Subject: lsclocks: Fix markup and typos in man page X-Git-Tag: v2.40-rc1~74^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8440f1e188574c14cacc69fedcbda151cc94814f;p=thirdparty%2Futil-linux.git lsclocks: Fix markup and typos in man page --- 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*.