summaryrefslogtreecommitdiff
path: root/man/systemd.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-28 13:41:58 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-03-01 13:40:52 +0100
commitb4c87f7d381ad492cd8edfcc550bc85d03cc65ca (patch)
treede4636f7a1833399279025bea7769853a73a177f /man/systemd.xml
parent969524fae22517f31669d069f7aa7fb2a97235c5 (diff)
downloadsystemd-b4c87f7d381ad492cd8edfcc550bc85d03cc65ca.tar.gz
man: reuse common-variables in systemd(1)
This requires a bit of gimnastics, but I think it's still better than status quo ante, and better than duplicating the text.
Diffstat (limited to 'man/systemd.xml')
-rw-r--r--man/systemd.xml40
1 files changed, 22 insertions, 18 deletions
diff --git a/man/systemd.xml b/man/systemd.xml
index b0b6c7236e..504c82b25e 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -629,39 +629,43 @@
<variablelist class='environment-variables'>
<varlistentry>
- <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>
+ <term><varname>$SYSTEMD_LOG_LEVEL</varname></term>
+ <listitem><xi:include href="common-variables.xml" xpointer="log-level-body" />
+
+ <para>This can be overridden with <option>--log-level=</option>.</para></listitem>
</varlistentry>
<varlistentry>
- <term><varname>$SYSTEMD_LOG_LEVEL</varname></term>
- <listitem><para>systemd reads the log level from this environment variable. This can be overridden
- with <option>--log-level=</option>.</para></listitem>
+ <term><varname>$SYSTEMD_LOG_COLOR</varname></term>
+ <listitem><xi:include href="common-variables.xml" xpointer="log-color-body" />
+
+ <para>This can be overridden with <option>--log-color=</option>.</para></listitem>
</varlistentry>
<varlistentry>
- <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>
+ <term><varname>$SYSTEMD_LOG_TIME</varname></term>
+ <listitem><xi:include href="common-variables.xml" xpointer="log-time-body" />
+
+ <para>This can be overridden with <option>--log-time=</option>.</para></listitem>
</varlistentry>
<varlistentry>
- <term><varname>$SYSTEMD_LOG_TARGET</varname></term>
- <listitem><para>systemd reads the log target from this environment variable. This can be overridden
- with <option>--log-target=</option>.</para></listitem>
+ <term><varname>$SYSTEMD_LOG_LOCATION</varname></term>
+ <listitem><xi:include href="common-variables.xml" xpointer="log-location-body" />
+
+ <para>This can be overridden with <option>--log-location=</option>.</para></listitem>
</varlistentry>
<varlistentry>
- <term><varname>$SYSTEMD_LOG_TIME</varname></term>
- <listitem><para>Controls whether systemd prefixes log messages with the current time. This can be
- overridden with <option>--log-time=</option>.</para></listitem>
+ <term><varname>$SYSTEMD_LOG_TID</varname></term>
+ <listitem><xi:include href="common-variables.xml" xpointer="log-tid-body" /></listitem>
</varlistentry>
<varlistentry>
- <term><varname>$SYSTEMD_LOG_TID</varname></term>
- <listitem><para>Controls whether systemd prefixes log messages with the current thread ID
- (TID).</para></listitem>
+ <term><varname>$SYSTEMD_LOG_TARGET</varname></term>
+ <listitem><xi:include href="common-variables.xml" xpointer="log-target-body" />
+
+ <para>This can be overridden with <option>--log-target=</option>.</para></listitem>
</varlistentry>
<varlistentry>