summaryrefslogtreecommitdiff
path: root/man/common-variables.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/common-variables.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/common-variables.xml')
-rw-r--r--man/common-variables.xml27
1 files changed, 14 insertions, 13 deletions
diff --git a/man/common-variables.xml b/man/common-variables.xml
index b875e38d39..7798d97714 100644
--- a/man/common-variables.xml
+++ b/man/common-variables.xml
@@ -10,9 +10,9 @@
<varlistentry id='log-level'>
<term><varname>$SYSTEMD_LOG_LEVEL</varname></term>
- <listitem><para>The maximum log level of emitted messages (messages with a higher log level, i.e. less
- important ones, will be suppressed). Either one of (in order of decreasing importance)
- <constant>emerg</constant>, <constant>alert</constant>, <constant>crit</constant>,
+ <listitem><para id='log-level-body'>The maximum log level of emitted messages (messages with a higher
+ log level, i.e. less important ones, will be suppressed). Either one of (in order of decreasing
+ importance) <constant>emerg</constant>, <constant>alert</constant>, <constant>crit</constant>,
<constant>err</constant>, <constant>warning</constant>, <constant>notice</constant>,
<constant>info</constant>, <constant>debug</constant>, or an integer in the range 0…7. See
<citerefentry project='man-pages'><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>
@@ -23,8 +23,8 @@
<varlistentry id='log-color'>
<term><varname>$SYSTEMD_LOG_COLOR</varname></term>
- <listitem><para>A boolean. If true, messages written to the tty will be colored according to
- priority.</para>
+ <listitem><para id='log-color-body'>A boolean. If true, messages written to the tty will be colored
+ according to priority.</para>
<para>This setting is only useful when messages are written directly to the terminal, because
<citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> and
@@ -35,7 +35,8 @@
<varlistentry id='log-time'>
<term><varname>$SYSTEMD_LOG_TIME</varname></term>
- <listitem><para>A boolean. If true, log messages will be prefixed with a timestamp.</para>
+ <listitem><para id='log-time-body'>A boolean. If true, log messages will be prefixed with a
+ timestamp.</para>
<para>This setting is only useful when messages are written directly to the terminal or a file, because
<citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> and
@@ -46,8 +47,8 @@
<varlistentry id='log-location'>
<term><varname>$SYSTEMD_LOG_LOCATION</varname></term>
- <listitem><para>A boolean. If true, messages will be prefixed with a filename and line number
- in the source code where the message originates.</para>
+ <listitem><para id='log-location-body'>A boolean. If true, messages will be prefixed with a filename
+ and line number in the source code where the message originates.</para>
<para>Note that the log location is often attached as metadata to journal entries anyway. Including it
directly in the message text can nevertheless be convenient when debugging programs.</para>
@@ -57,8 +58,8 @@
<varlistentry id='log-tid'>
<term><varname>$SYSTEMD_LOG_TID</varname></term>
- <listitem><para>A boolean. If true, messages will be prefixed with the current numerical thread ID
- (TID).</para>
+ <listitem><para id='log-tid-body'>A boolean. If true, messages will be prefixed with the current
+ numerical thread ID (TID).</para>
<para>Note that the this information is attached as metadata to journal entries anyway. Including it
directly in the message text can nevertheless be convenient when debugging programs.</para>
@@ -68,9 +69,9 @@
<varlistentry id='log-target'>
<term><varname>$SYSTEMD_LOG_TARGET</varname></term>
- <listitem><para>The destination for log messages. One of <constant>console</constant> (log to the
- attached tty), <constant>console-prefixed</constant> (log to the attached tty but with prefixes
- encoding the log level and "facility", see <citerefentry
+ <listitem><para id='log-target-body'>The destination for log messages. One of
+ <constant>console</constant> (log to the attached tty), <constant>console-prefixed</constant> (log to
+ the attached tty but with prefixes encoding the log level and "facility", see <citerefentry
project='man-pages'><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
<constant>kmsg</constant> (log to the kernel circular log buffer), <constant>journal</constant> (log to
the journal), <constant>journal-or-kmsg</constant> (log to the journal if available, and to kmsg