mirror of
https://github.com/systemd/systemd.git
synced 2024-11-26 19:53:45 +08:00
man: drop reference to _SOURCE_MONOTONIC_TIMESTAMP=
The timestamp is broken at least now. We should not advertise it.
This commit is contained in:
parent
280e85224e
commit
9545f643bb
@ -272,11 +272,10 @@
|
||||
|
||||
<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>
|
||||
|
||||
@ -284,7 +283,7 @@
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user