summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-05-14 12:19:46 +0200
committerLennart Poettering <lennart@poettering.net>2020-05-15 00:05:46 +0200
commitd2b843554add03b938416f33705e4896aee6995c (patch)
tree84548fdc73bffff192aef5e53ffe7cb1ae2b1be8
parent32fcf399bfe7ff6e08ace48106567f8848a1b6e0 (diff)
downloadsystemd-d2b843554add03b938416f33705e4896aee6995c.tar.gz
man: drop some left-over mentions of StandardOutput=syslog
We dropped them from the StandardOuput= documentation long ago, but elswhere some references where lurking.
-rw-r--r--man/sd-daemon.xml7
-rw-r--r--man/systemd.exec.xml6
2 files changed, 6 insertions, 7 deletions
diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml
index 64ed5f3779..a01ec58786 100644
--- a/man/sd-daemon.xml
+++ b/man/sd-daemon.xml
@@ -70,10 +70,9 @@
<para>These prefixes are intended to be used in conjunction with stderr-based logging (or stdout-based
logging) as implemented by systemd. If a systemd service definition file is configured with
- <varname>StandardError=journal</varname>, <varname>StandardError=syslog</varname> or
- <varname>StandardError=kmsg</varname> (and similar with <varname>StandardOutput=</varname>), these
- prefixes can be used to encode a log level in lines printed. This is similar to the kernel
- <function>printk()</function>-style logging. See
+ <varname>StandardError=journal</varname> or <varname>StandardError=kmsg</varname> (and similar with
+ <varname>StandardOutput=</varname>), these prefixes can be used to encode a log level in lines
+ printed. This is similar to the kernel <function>printk()</function>-style logging. See
<citerefentry><refentrytitle>klogctl</refentrytitle><manvolnum>2</manvolnum></citerefentry> for more
information.</para>
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 6b28dc5769..8f57cc8bfb 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -66,9 +66,9 @@
will also gain an automatic <varname>After=</varname> dependency on
<citerefentry><refentrytitle>systemd-tmpfiles-setup.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para></listitem>
- <listitem><para>Units whose standard output or error output is connected to <option>journal</option>,
- <option>syslog</option> or <option>kmsg</option> (or their combinations with console output, see below)
- automatically acquire dependencies of type <varname>After=</varname> on
+ <listitem><para>Units whose standard output or error output is connected to <option>journal</option> or
+ <option>kmsg</option> (or their combinations with console output, see below) automatically acquire
+ dependencies of type <varname>After=</varname> on
<filename>systemd-journald.socket</filename>.</para></listitem>
<listitem><para>Units using <varname>LogNamespace=</varname> will automatically gain ordering and