]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd.journal-fields: document _SOURCE_{MONOTONIC,BOOTTIME}_TIMESTAMP
authorMike Yuan <me@yhndnzj.com>
Tue, 18 Jun 2024 16:37:44 +0000 (18:37 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 19 Jun 2024 05:50:02 +0000 (14:50 +0900)
Follow-up for a9357c2ce2d188b5b63592fd271f14d335867c23

man/systemd.journal-fields.xml

index 7beee9db569c23b4316d0895767855ffb9535650..bf5ac09cf67eb0505b5141b2bba76f560d7f8653 100644 (file)
 
       <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>