From 3cb7fc5fcb486a6ac775d637a7edc46afd312358 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Thu, 25 Apr 2024 01:08:47 +0800 Subject: [PATCH] man/systemd.journal-fields: add missing OBJECT_SYSTEMD_INVOCATION_ID --- man/systemd.journal-fields.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index f734600b447..7beee9db569 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -546,8 +546,7 @@ OBJECT_PID=PID - PID of the program that this message pertains to. - + PID of the program that this message pertains to. @@ -567,9 +566,8 @@ OBJECT_SYSTEMD_UNIT= OBJECT_SYSTEMD_USER_UNIT= - These are additional fields added automatically by - systemd-journald. Their meaning is the - same as + These are additional fields added automatically by systemd-journald. + Their meaning is the same as _UID=, _GID=, _COMM=, @@ -589,6 +587,17 @@ + + + OBJECT_SYSTEMD_INVOCATION_ID= + + An additional field added automatically by systemd-journald. The meaning + is mostly the same as _SYSTEMD_INVOCATION_ID=, with the difference described + above. + + + + -- 2.47.3