From 2526af6ddde359cc2ac9e475f3dc6effde2e25af Mon Sep 17 00:00:00 2001 From: Dan Streetman Date: Fri, 17 Jan 2020 10:21:56 -0500 Subject: [PATCH] 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. --- man/systemd.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/systemd.xml b/man/systemd.xml index 500a56b704..16f896a9eb 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.