]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: drop reference to _SOURCE_MONOTONIC_TIMESTAMP= 33401/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 19 Jun 2024 15:03:09 +0000 (00:03 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 19 Jun 2024 15:10:12 +0000 (00:10 +0900)
The timestamp is broken at least now. We should not advertise it.

man/systemd.journal-fields.xml

index bf5ac09cf67eb0505b5141b2bba76f560d7f8653..b7a72af08b0cc356a757f8368e8335775d86c0dc 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. These are the <constant>CLOCK_REALTIME</constant> and
-          <constant>CLOCK_MONOTONIC</constant> clocks in microseconds, formatted as decimal strings.</para>
+          the reception time of the journal. The timestamp is in the <constant>CLOCK_REALTIME</constant>
+          clock in microseconds, formatted as decimal strings.</para>
         </listitem>
       </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>
+          For details, refer to <varname>_SOURCE_REALTIME_TIMESTAMP=</varname>.</para>
 
           <xi:include href="version-info.xml" xpointer="v257"/>
         </listitem>