From: Yu Watanabe Date: Wed, 19 Jun 2024 15:03:09 +0000 (+0900) Subject: man: drop reference to _SOURCE_MONOTONIC_TIMESTAMP= X-Git-Tag: v257-rc1~1068^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F33401%2Fhead;p=thirdparty%2Fsystemd.git man: drop reference to _SOURCE_MONOTONIC_TIMESTAMP= The timestamp is broken at least now. We should not advertise it. --- diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index bf5ac09cf67..b7a72af08b0 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -272,11 +272,10 @@ _SOURCE_REALTIME_TIMESTAMP= - _SOURCE_MONOTONIC_TIMESTAMP= The earliest trusted timestamp of the message, if any is known that is different from - the reception time of the journal. These are the CLOCK_REALTIME and - CLOCK_MONOTONIC clocks in microseconds, formatted as decimal strings. + the reception time of the journal. The timestamp is in the CLOCK_REALTIME + clock in microseconds, formatted as decimal strings. @@ -284,7 +283,7 @@ _SOURCE_BOOTTIME_TIMESTAMP= The earliest trusted timestamp of the message in CLOCK_BOOTTIME clock. - For details, refer to _SOURCE_MONOTONIC_TIMESTAMP=. + For details, refer to _SOURCE_REALTIME_TIMESTAMP=.