From: Dan Streetman Date: Fri, 17 Jan 2020 14:47:30 +0000 (-0500) Subject: man: sort log parameters in alphabetical order X-Git-Tag: v246-rc1~678^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d5f01383d62959b318cbe06e1803558f2dcad31;p=thirdparty%2Fsystemd.git man: sort log parameters in alphabetical order This only sorts the --log-* params in order in the man page docs; no text is added or removed or modified. --- diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index e22b335d30d..3e6742ce2c9 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -63,10 +63,10 @@ - LogLevel= - LogTarget= LogColor= + LogLevel= LogLocation= + LogTarget= DumpCore=yes CrashChangeVT=no CrashShell=no diff --git a/man/systemd.xml b/man/systemd.xml index 3cad8141db0..500a56b704a 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -606,20 +606,6 @@ Environment - - $SYSTEMD_LOG_LEVEL - systemd reads the log level from this - environment variable. This can be overridden with - . - - - - $SYSTEMD_LOG_TARGET - systemd reads the log target from this - environment variable. This can be overridden with - . - - $SYSTEMD_LOG_COLOR Controls whether systemd highlights important @@ -627,6 +613,13 @@ . + + $SYSTEMD_LOG_LEVEL + systemd reads the log level from this + environment variable. This can be overridden with + . + + $SYSTEMD_LOG_LOCATION Controls whether systemd prints the code @@ -634,6 +627,13 @@ . + + $SYSTEMD_LOG_TARGET + systemd reads the log target from this + environment variable. This can be overridden with + . + + $XDG_CONFIG_HOME $XDG_CONFIG_DIRS @@ -822,16 +822,16 @@ - systemd.log_target= + systemd.log_color systemd.log_level= systemd.log_location= - systemd.log_color + systemd.log_target= Controls log output, with the same effect as the - $SYSTEMD_LOG_TARGET, + $SYSTEMD_LOG_COLOR, $SYSTEMD_LOG_LEVEL, $SYSTEMD_LOG_LOCATION, - $SYSTEMD_LOG_COLOR environment variables described above. + $SYSTEMD_LOG_TARGET, environment variables described above. systemd.log_color can be specified without an argument, with the same effect as a positive boolean. @@ -1128,9 +1128,10 @@ - + - Set log target. See systemd.log_target above. + Highlight important log messages. See systemd.log_color above. + @@ -1140,17 +1141,16 @@ - + - Highlight important log messages. See systemd.log_color above. - + Include code location in log messages. See systemd.log_location + above. - + - Include code location in log messages. See systemd.log_location - above. + Set log target. See systemd.log_target above.