chiark / gitweb /
man: replace STDOUT with standard output, etc.
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 15 Feb 2014 03:00:06 +0000 (22:00 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 15 Feb 2014 03:03:40 +0000 (22:03 -0500)
commit6db2742802b70938f0f2d373110ed734d4fb9813
tree23bc9071b9a3029f5e4ffa7a530c5129adfff729
parentbcddd5bf8033b0c9cb15a9d017b7714ebe21473a
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.
15 files changed:
man/daemon.xml
man/sd-daemon.xml
man/sd_journal_stream_fd.xml
man/systemctl.xml
man/systemd-ask-password.xml
man/systemd-bus-proxyd.xml
man/systemd-cat.xml
man/systemd-coredumpctl.xml
man/systemd-journald.service.xml
man/systemd-udevd.service.xml
man/systemd.exec.xml
man/systemd.service.xml
man/systemd.socket.xml
man/udev.xml
man/udevadm.xml