]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: drop some left-over mentions of StandardOutput=syslog
authorLennart Poettering <lennart@poettering.net>
Thu, 14 May 2020 10:19:46 +0000 (12:19 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 14 May 2020 22:05:46 +0000 (00:05 +0200)
We dropped them from the StandardOuput= documentation long ago, but
elswhere some references where lurking.

man/sd-daemon.xml
man/systemd.exec.xml

index 64ed5f3779c73ac71a87d7b4a552b88f13e4b62f..a01ec5878690ca5a30d18028c022c7c41fe1816d 100644 (file)
 
     <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>
 
index 6b28dc57699e2937de838ddc637998b9962a3c66..8f57cc8bfb964fe31a7d34063f9acac2efe98c34 100644 (file)
@@ -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