]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
dmesg: (man) add note about subsecond support
authorKarel Zak <kzak@redhat.com>
Wed, 25 Jan 2023 11:57:50 +0000 (12:57 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 25 Jan 2023 11:57:50 +0000 (12:57 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/dmesg.1.adoc

index c34127e31720ba2895904b7b1592a19f2166b4bd..6f4941ede0ed921846a479ae6022a8c29f6aa270 100644 (file)
@@ -124,10 +124,10 @@ Print human-readable timestamps.
 *Be aware that the timestamp could be inaccurate!* The *time* source used for the logs is *not updated after* system *SUSPEND*/*RESUME*. Timestamps are adjusted according to current delta between boottime and monotonic clocks, this works only for messages printed after last resume.
 
 *--since* _time_::
-Display record since the specified time. The time is possible to specify in absolute way as well as by relative notation (e.g. '1 hour ago'). Be aware that the timestamp could be inaccurate and see *--ctime* for more details.
+Display record since the specified time. Supported is the subsecond granularity. The time is possible to specify in absolute way as well as by relative notation (e.g. '1 hour ago'). Be aware that the timestamp could be inaccurate and see *--ctime* for more details.
 
 *--until* _time_::
-Display record until the specified time. The time is possible to specify in absolute way as well as by relative notation (e.g. '1 hour ago'). Be aware that the timestamp could be inaccurate and see *--ctime* for more details.
+Display record until the specified time. Supported is the subsecond granularity. The time is possible to specify in absolute way as well as by relative notation (e.g. '1 hour ago'). Be aware that the timestamp could be inaccurate and see *--ctime* for more details.
 
 *-t*, *--notime*::
 Do not print kernel's timestamps.