From: Lennart Poettering Date: Thu, 14 May 2020 10:19:46 +0000 (+0200) Subject: man: drop some left-over mentions of StandardOutput=syslog X-Git-Tag: v246-rc1~363^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b843554add03b938416f33705e4896aee6995c;p=thirdparty%2Fsystemd.git man: drop some left-over mentions of StandardOutput=syslog We dropped them from the StandardOuput= documentation long ago, but elswhere some references where lurking. --- diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index 64ed5f3779c..a01ec587869 100644 --- a/man/sd-daemon.xml +++ b/man/sd-daemon.xml @@ -70,10 +70,9 @@ 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 - StandardError=journal, StandardError=syslog or - StandardError=kmsg (and similar with StandardOutput=), these - prefixes can be used to encode a log level in lines printed. This is similar to the kernel - printk()-style logging. See + StandardError=journal or StandardError=kmsg (and similar with + StandardOutput=), these prefixes can be used to encode a log level in lines + printed. This is similar to the kernel printk()-style logging. See klogctl2 for more information. diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6b28dc57699..8f57cc8bfb9 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -66,9 +66,9 @@ will also gain an automatic After= dependency on systemd-tmpfiles-setup.service8. - Units whose standard output or error output is connected to , - or (or their combinations with console output, see below) - automatically acquire dependencies of type After= on + Units whose standard output or error output is connected to or + (or their combinations with console output, see below) automatically acquire + dependencies of type After= on systemd-journald.socket. Units using LogNamespace= will automatically gain ordering and