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)
  • Loading branch information
YHNdnzj authored and keszybz committed May 8, 2024
1 parent 9fd78d3 commit 02015cf
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions man/systemd.journal-fields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,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>

<xi:include href="version-info.xml" xpointer="v205"/>
</listitem>
Expand All @@ -567,9 +566,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 @@ -589,6 +587,17 @@
<xi:include href="version-info.xml" xpointer="v205"/>
</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>

<xi:include href="version-info.xml" xpointer="v235"/>
</listitem>
</varlistentry>
</variablelist>

</refsect1>
Expand Down

0 comments on commit 02015cf

Please sign in to comment.