summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2024-06-18 18:37:44 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-06-19 07:50:02 +0200
commitfd41dfc135b8ac21b2ca7d6eecc71845d72f2630 (patch)
tree132c5b027222a74fa0d281c33cb8f45aabb55a0a /man
parentMerge pull request #33391 from YHNdnzj/runtime-dir-cleanup (diff)
downloadsystemd-fd41dfc135b8ac21b2ca7d6eecc71845d72f2630.tar.xz
systemd-fd41dfc135b8ac21b2ca7d6eecc71845d72f2630.zip
man/systemd.journal-fields: document _SOURCE_{MONOTONIC,BOOTTIME}_TIMESTAMP
Follow-up for a9357c2ce2d188b5b63592fd271f14d335867c23
Diffstat (limited to 'man')
-rw-r--r--man/systemd.journal-fields.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml
index 7beee9db56..bf5ac09cf6 100644
--- a/man/systemd.journal-fields.xml
+++ b/man/systemd.journal-fields.xml
@@ -272,11 +272,21 @@
<varlistentry>
<term><varname>_SOURCE_REALTIME_TIMESTAMP=</varname></term>
+ <term><varname>_SOURCE_MONOTONIC_TIMESTAMP=</varname></term>
<listitem>
- <para>The earliest trusted timestamp of the message, if any
- is known that is different from the reception time of the
- journal. This is the time in microseconds since the epoch
- UTC, formatted as a decimal string.</para>
+ <para>The earliest trusted timestamp of the message, if any is known that is different from
+ the reception time of the journal. These are the <constant>CLOCK_REALTIME</constant> and
+ <constant>CLOCK_MONOTONIC</constant> clocks in microseconds, formatted as decimal strings.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>_SOURCE_BOOTTIME_TIMESTAMP=</varname></term>
+ <listitem>
+ <para>The earliest trusted timestamp of the message in <constant>CLOCK_BOOTTIME</constant> clock.
+ For details, refer to <varname>_SOURCE_MONOTONIC_TIMESTAMP=</varname>.</para>
+
+ <xi:include href="version-info.xml" xpointer="v257"/>
</listitem>
</varlistentry>