diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index 84deda188d2..64ed5f3779c 100644 --- a/man/sd-daemon.xml +++ b/man/sd-daemon.xml @@ -68,16 +68,14 @@ #define SD_INFO "<6>" /* informational */ #define SD_DEBUG "<7>" /* debug-level messages */ - These prefixes are intended to be used in conjunction with - stderr-based logging as implemented by systemd. If a systemd - service definition file is configured with - StandardError=journal, - StandardError=syslog or - StandardError=kmsg, 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. + 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 + klogctl2 for more + information. The log levels are identical to syslog3's