From 6db2742802b70938f0f2d373110ed734d4fb9813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-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/systemd-bus-proxyd.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/systemd-bus-proxyd.xml') diff --git a/man/systemd-bus-proxyd.xml b/man/systemd-bus-proxyd.xml index e75815fb4..212780699 100644 --- a/man/systemd-bus-proxyd.xml +++ b/man/systemd-bus-proxyd.xml @@ -61,8 +61,8 @@ along with systemd; If not, see . systemd-bus-proxyd will proxy D-Bus messages to and from a bus. The will be either the system bus or the bus specified with when that option - is given. Messages will be proxied to/from STDIN and STDOUT, or - the socket received through socket activation. + is given. Messages will be proxied to/from standard input and + output, or the socket received through socket activation. This program can be used to connect a program using classic D-Bus to kdbus. -- cgit v1.2.3