summaryrefslogtreecommitdiff
path: root/man/systemd.xml
diff options
context:
space:
mode:
authorDan Streetman <ddstreet@canonical.com>2020-01-17 10:21:56 -0500
committerDan Streetman <ddstreet@canonical.com>2020-02-10 07:01:30 -0500
commit2526af6ddde359cc2ac9e475f3dc6effde2e25af (patch)
tree8590f7071b2b9d0843772d9983297f66723b8453 /man/systemd.xml
parent3d5f01383d62959b318cbe06e1803558f2dcad31 (diff)
downloadsystemd-2526af6ddde359cc2ac9e475f3dc6effde2e25af.tar.gz
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.
Diffstat (limited to 'man/systemd.xml')
-rw-r--r--man/systemd.xml10
1 files 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 @@
<term><varname>$SYSTEMD_LOG_COLOR</varname></term>
<listitem><para>Controls whether systemd highlights important
log messages. This can be overridden with
- <option>--log-color=</option>.</para></listitem>
+ <option>--log-color</option>.</para></listitem>
</varlistentry>
<varlistentry>
@@ -624,7 +624,7 @@
<term><varname>$SYSTEMD_LOG_LOCATION</varname></term>
<listitem><para>Controls whether systemd prints the code
location along with log messages. This can be overridden with
- <option>--log-location=</option>.</para></listitem>
+ <option>--log-location</option>.</para></listitem>
</varlistentry>
<varlistentry>
@@ -824,7 +824,7 @@
<varlistentry>
<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_location</varname></term>
<term><varname>systemd.log_target=</varname></term>
<listitem><para>Controls log output, with the same effect as the
@@ -832,8 +832,8 @@
<varname>$SYSTEMD_LOG_LEVEL</varname>,
<varname>$SYSTEMD_LOG_LOCATION</varname>,
<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>
+ <varname>systemd.log_color</varname> and <varname>systemd.log_location</varname> can be
+ specified without an argument, with the same effect as a positive boolean.</para></listitem>
</varlistentry>
<varlistentry>