From 6db2742802b70938f0f2d373110ed734d4fb9813 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 14 Feb 2014 22:00:06 -0500 Subject: man: replace STDOUT with standard output, etc. Actually 'STDOUT' is something that doesn't appear anywhere: in the stdlib we have 'stdin', and there's only the constant STDOUT_FILENO, so there's no reason to use capitals. When refering to code, STDOUT/STDOUT/STDERR are replaced with stdin/stdout/stderr, and in other places they are replaced with normal phrases like standard output, etc. --- man/sd-daemon.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/sd-daemon.xml') diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index ed85debd77..ce4887e406 100644 --- a/man/sd-daemon.xml +++ b/man/sd-daemon.xml @@ -96,7 +96,7 @@ #define SD_DEBUG "<7>" /* debug-level messages */ These prefixes are intended to be used in - conjunction with STDERR-based logging as implemented + conjunction with stderr-based logging as implemented by systemd. If a systemd service definition file is configured with StandardError=syslog or StandardError=kmsg, these -- cgit v1.2.3-54-g00ecf