From: Dan Streetman Date: Fri, 17 Jan 2020 15:21:56 +0000 (-0500) Subject: man: remove the '=' from --log-color and --log-location as they are optional arg X-Git-Tag: v246-rc1~678^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2526af6ddde359cc2ac9e475f3dc6effde2e25af;p=thirdparty%2Fsystemd.git man: remove the '=' from --log-color and --log-location as they are optional arg These params are optional arg, so remove the '=' from their doc. Also include systemd.log_location in the statement explaining they are set to true if no argument is provided to the parameter. --- diff --git a/man/systemd.xml b/man/systemd.xml index 500a56b704a..16f896a9eb0 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -610,7 +610,7 @@ $SYSTEMD_LOG_COLOR Controls whether systemd highlights important log messages. This can be overridden with - . + . @@ -624,7 +624,7 @@ $SYSTEMD_LOG_LOCATION Controls whether systemd prints the code location along with log messages. This can be overridden with - . + . @@ -824,7 +824,7 @@ systemd.log_color systemd.log_level= - systemd.log_location= + systemd.log_location systemd.log_target= Controls log output, with the same effect as the @@ -832,8 +832,8 @@ $SYSTEMD_LOG_LEVEL, $SYSTEMD_LOG_LOCATION, $SYSTEMD_LOG_TARGET, environment variables described above. - systemd.log_color can be specified without an argument, - with the same effect as a positive boolean. + systemd.log_color and systemd.log_location can be + specified without an argument, with the same effect as a positive boolean.