From 3d5f01383d62959b318cbe06e1803558f2dcad31 Mon Sep 17 00:00:00 2001 From: Dan Streetman Date: Fri, 17 Jan 2020 09:47:30 -0500 Subject: [PATCH] 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. --- man/systemd-system.conf.xml | 4 +-- man/systemd.xml | 54 ++++++++++++++++++------------------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index e22b335d30..3e6742ce2c 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 3cad8141db..500a56b704 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. + @@ -1139,13 +1140,6 @@ Set log level. See systemd.log_level above. - - - - Highlight important log messages. See systemd.log_color above. - - - @@ -1153,6 +1147,12 @@ above. + + + + Set log target. See systemd.log_target above. + +