dmesg: (man) add note about subsecond support
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
parent
9b1a50cd36
commit
ee4b51a59f
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
*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_::
|
*--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_::
|
*--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*::
|
*-t*, *--notime*::
|
||||||
Do not print kernel's timestamps.
|
Do not print kernel's timestamps.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue