]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: de-emphasize journal field _SYSTEMD_SESSION
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Sun, 17 Sep 2017 13:51:49 +0000 (14:51 +0100)
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>
Wed, 18 Oct 2017 08:47:10 +0000 (09:47 +0100)
See previous commit message.

man/systemd.journal-fields.xml

index e488affe3e42a9cea6aa8943f24636b323bd1b9b..cab356c5e7dc3404ecd1957897455f5714412f8d 100644 (file)
 
       <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>