Skip to content

Commit

Permalink
man/systemd.journal-fields: add missing OBJECT_SYSTEMD_INVOCATION_ID
Browse files Browse the repository at this point in the history
(cherry picked from commit 3cb7fc5)
(cherry picked from commit 02015cf)
  • Loading branch information
YHNdnzj authored and bluca committed May 9, 2024
1 parent 9e8116e commit e929b3e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions man/systemd.journal-fields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,7 @@
<varlistentry>
<term><varname>OBJECT_PID=<replaceable>PID</replaceable></varname></term>
<listitem>
<para>PID of the program that this message pertains to.
</para>
<para>PID of the program that this message pertains to.</para>
</listitem>
</varlistentry>

Expand All @@ -517,9 +516,8 @@
<term><varname>OBJECT_SYSTEMD_UNIT=</varname></term>
<term><varname>OBJECT_SYSTEMD_USER_UNIT=</varname></term>
<listitem>
<para>These are additional fields added automatically by
<command>systemd-journald</command>. Their meaning is the
same as
<para>These are additional fields added automatically by <command>systemd-journald</command>.
Their meaning is the same as
<varname>_UID=</varname>,
<varname>_GID=</varname>,
<varname>_COMM=</varname>,
Expand All @@ -537,6 +535,15 @@
process which logged the message.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><varname>OBJECT_SYSTEMD_INVOCATION_ID=</varname></term>
<listitem>
<para>An additional field added automatically by <command>systemd-journald</command>. The meaning
is mostly the same as <varname>_SYSTEMD_INVOCATION_ID=</varname>, with the difference described
above.</para>
</listitem>
</varlistentry>
</variablelist>

</refsect1>
Expand Down

0 comments on commit e929b3e

Please sign in to comment.