]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/lsclocks.1.adoc
autotools: add missing dist_noinst_DATA
[thirdparty/util-linux.git] / misc-utils / lsclocks.1.adoc
index 5c7f5eac43e62dc1f4f85ea4f32907deae6f4bcf..78548ed52552a8b2564c1dcedfa30c406a2bc9f8 100644 (file)
@@ -33,18 +33,42 @@ Don't print headings.
 Specify which output columns to print. See the *OUTPUT COLUMNS*
 section for details of available columns.
 
+*--output-all*::
+Output all columns.
+
 *-r*, *--raw*::
 Use raw output format.
 
-*-r*, *--time* _clock_
+*-r*, *--time* _clock_::
 Show current time of one specific clocks.
 
+*--no-discover-dynamic*::
+Do not try to discover dynamic clocks.
+
+*-d*, *--dynamic-clock* _path_::
+Also display specified dynamic clock.
+Can be specified multiple times.
+
+*--no-discover-rtc*::
+Do not try to discover RTCs.
+
+*-x*, *--rtc* _path_::
+Also display specified RTC.
+Can be specified multiple times.
+
+*-c*, *--cpu-clock* _pid_::
+Also display CPU clock of specified process.
+Can be specified multiple times.
+
 include::man-common/help-version.adoc[]
 
 == OUTPUT COLUMNS
 
 Each column has a type. Types are surround by < and >.
 
+TYPE <``string``>::
+Clock type.
+
 ID <``number``>::
 Numeric clock ID.
 
@@ -60,9 +84,18 @@ Current clock timestamp as returned by *clock_gettime()*.
 ISO_TIME <``string``>::
 ISO8601 formatted version of *TIME*.
 
-RESOLUTION <``number``>::
+RESOL_RAW <``number``>::
 Clock resolution as returned by *clock_getres()*.
 
+RESOL <``number``>::
+Human readable version of *RESOL_RAW*.
+
+REL_TIME <``string``>::
+*TIME* time formatted as time range.
+
+NS_OFFSET <``number``>::
+Offset of the current namespace to the parent namespace as read from */proc/self/timens_offsets*.
+
 
 == AUTHORS