]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: sort log parameters in alphabetical order
authorDan Streetman <ddstreet@canonical.com>
Fri, 17 Jan 2020 14:47:30 +0000 (09:47 -0500)
committerDan Streetman <ddstreet@canonical.com>
Mon, 10 Feb 2020 12:01:30 +0000 (07:01 -0500)
This only sorts the --log-* params in order in the man page docs;
no text is added or removed or modified.

man/systemd-system.conf.xml
man/systemd.xml

index e22b335d30d726affd00a25f6c18985c34358fdf..3e6742ce2c913c2ec062953f11062da08e00920d 100644 (file)
     <variablelist class='config-directives'>
 
       <varlistentry>
-        <term><varname>LogLevel=</varname></term>
-        <term><varname>LogTarget=</varname></term>
         <term><varname>LogColor=</varname></term>
+        <term><varname>LogLevel=</varname></term>
         <term><varname>LogLocation=</varname></term>
+        <term><varname>LogTarget=</varname></term>
         <term><varname>DumpCore=yes</varname></term>
         <term><varname>CrashChangeVT=no</varname></term>
         <term><varname>CrashShell=no</varname></term>
index 3cad8141db0ed3d557af8ea9cdea61759438e5b7..500a56b704a5524735ae627051e3b8311c7c9f83 100644 (file)
     <title>Environment</title>
 
     <variablelist class='environment-variables'>
-      <varlistentry>
-        <term><varname>$SYSTEMD_LOG_LEVEL</varname></term>
-        <listitem><para>systemd reads the log level from this
-        environment variable. This can be overridden with
-        <option>--log-level=</option>.</para></listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term><varname>$SYSTEMD_LOG_TARGET</varname></term>
-        <listitem><para>systemd reads the log target from this
-        environment variable. This can be overridden with
-        <option>--log-target=</option>.</para></listitem>
-      </varlistentry>
-
       <varlistentry>
         <term><varname>$SYSTEMD_LOG_COLOR</varname></term>
         <listitem><para>Controls whether systemd highlights important
         <option>--log-color=</option>.</para></listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><varname>$SYSTEMD_LOG_LEVEL</varname></term>
+        <listitem><para>systemd reads the log level from this
+        environment variable. This can be overridden with
+        <option>--log-level=</option>.</para></listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><varname>$SYSTEMD_LOG_LOCATION</varname></term>
         <listitem><para>Controls whether systemd prints the code
         <option>--log-location=</option>.</para></listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><varname>$SYSTEMD_LOG_TARGET</varname></term>
+        <listitem><para>systemd reads the log target from this
+        environment variable. This can be overridden with
+        <option>--log-target=</option>.</para></listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><varname>$XDG_CONFIG_HOME</varname></term>
         <term><varname>$XDG_CONFIG_DIRS</varname></term>
       </varlistentry>
 
       <varlistentry>
-        <term><varname>systemd.log_target=</varname></term>
+        <term><varname>systemd.log_color</varname></term>
         <term><varname>systemd.log_level=</varname></term>
         <term><varname>systemd.log_location=</varname></term>
-        <term><varname>systemd.log_color</varname></term>
+        <term><varname>systemd.log_target=</varname></term>
 
         <listitem><para>Controls log output, with the same effect as the
-        <varname>$SYSTEMD_LOG_TARGET</varname>,
+        <varname>$SYSTEMD_LOG_COLOR</varname>,
         <varname>$SYSTEMD_LOG_LEVEL</varname>,
         <varname>$SYSTEMD_LOG_LOCATION</varname>,
-        <varname>$SYSTEMD_LOG_COLOR</varname> environment variables described above.
+        <varname>$SYSTEMD_LOG_TARGET</varname>, environment variables described above.
         <varname>systemd.log_color</varname> can be specified without an argument,
         with the same effect as a positive boolean.</para></listitem>
       </varlistentry>
         </varlistentry>
 
         <varlistentry>
-          <term><option>--log-target=</option></term>
+          <term><option>--log-color</option></term>
 
-          <listitem><para>Set log target. See <varname>systemd.log_target</varname> above.</para></listitem>
+          <listitem><para>Highlight important log messages. See <varname>systemd.log_color</varname> above.
+          </para></listitem>
         </varlistentry>
 
         <varlistentry>
         </varlistentry>
 
         <varlistentry>
-          <term><option>--log-color</option></term>
+          <term><option>--log-location</option></term>
 
-          <listitem><para>Highlight important log messages. See <varname>systemd.log_color</varname> above.
-          </para></listitem>
+          <listitem><para>Include code location in log messages. See <varname>systemd.log_location</varname>
+          above.</para></listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><option>--log-location</option></term>
+          <term><option>--log-target=</option></term>
 
-          <listitem><para>Include code location in log messages. See <varname>systemd.log_location</varname>
-          above.</para></listitem>
+          <listitem><para>Set log target. See <varname>systemd.log_target</varname> above.</para></listitem>
         </varlistentry>
 
         <varlistentry>