1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 11:55:23 +03:00

man: clarify the formatting of timestamps

This commit is contained in:
Lennart Poettering 2012-04-03 23:08:04 +02:00
parent feb88c9ff5
commit 41048afabb

View File

@ -226,9 +226,10 @@
timestamp of the message, if timestamp of the message, if
any is known that is different any is known that is different
from the reception time of the from the reception time of the
journal. The time in usec journal. This is the time in
since the epoch formatted as usec since the epoch UTC
decimal string.</para> formatted as decimal
string.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -293,7 +294,9 @@
<para>The wallclock time <para>The wallclock time
(CLOCK_REALTIME) at the point (CLOCK_REALTIME) at the point
in time the entry was received in time the entry was received
by the journal. This has by the journal, in usec since
the epoch UTC formatted as
decimal string. This has
different properties from different properties from
<literal>_SOURCE_REALTIME_TIMESTAMP=</literal> <literal>_SOURCE_REALTIME_TIMESTAMP=</literal>
as it is usually a bit later as it is usually a bit later
@ -308,10 +311,12 @@
<para>The monotonic time <para>The monotonic time
(CLOCK_MONOTONIC) at the point (CLOCK_MONOTONIC) at the point
in time the entry was received in time the entry was received
by the journal. To be useful by the journal in usec
as an address for the entry formatted as decimal
this should be combined with string. To be useful as an
with boot ID in address for the entry this
should be combined with with
boot ID in
<literal>_BOOT_ID=</literal>.</para> <literal>_BOOT_ID=</literal>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>