summaryrefslogtreecommitdiff
path: root/man/systemd.journal-fields.xml
diff options
context:
space:
mode:
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>2017-09-17 14:51:49 +0100
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>2017-10-18 09:47:10 +0100
commitfa93fe9c1530656222c9b9a216e1e75ad5c6b469 (patch)
tree93b2110e05b731128057dba368cd87c7dceb305f /man/systemd.journal-fields.xml
parent1c97e2ebf4981ada50ce8fd167d6521ba4663c7c (diff)
downloadsystemd-fa93fe9c1530656222c9b9a216e1e75ad5c6b469.tar.gz
man: de-emphasize journal field _SYSTEMD_SESSION
See previous commit message.
Diffstat (limited to 'man/systemd.journal-fields.xml')
-rw-r--r--man/systemd.journal-fields.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml
index e488affe3e..cab356c5e7 100644
--- a/man/systemd.journal-fields.xml
+++ b/man/systemd.journal-fields.xml
@@ -193,18 +193,19 @@
<varlistentry>
<term><varname>_SYSTEMD_CGROUP=</varname></term>
- <term><varname>_SYSTEMD_SESSION=</varname></term>
+ <term><varname>_SYSTEMD_SLICE=</varname></term>
<term><varname>_SYSTEMD_UNIT=</varname></term>
<term><varname>_SYSTEMD_USER_UNIT=</varname></term>
+ <term><varname>_SYSTEMD_SESSION=</varname></term>
<term><varname>_SYSTEMD_OWNER_UID=</varname></term>
- <term><varname>_SYSTEMD_SLICE=</varname></term>
<listitem>
<para>The control group path in the systemd hierarchy, the
- systemd session ID (if any), the systemd unit name (if any),
- the systemd user session unit name (if any), the owner UID
- of the systemd session (if any) and the systemd slice unit
- of the process the journal entry originates from.</para>
+ the systemd slice unit name, the systemd unit name, the
+ unit name in the systemd user manager (if any), the systemd
+ session ID (if any), and the owner UID of the systemd user
+ unit or systemd session (if any) of the process the journal
+ entry originates from.</para>
</listitem>
</varlistentry>