doc: write out stdin/stdout file descriptors

"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."

Addendum to commit v209~127.
This commit is contained in:
Jan Engelhardt 2014-05-08 01:28:47 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent b8bde11658
commit 6667311dc3

View file

@ -74,8 +74,8 @@
<orderedlist>
<listitem><para>Close all open file
descriptors except stdin, stdout,
stderr (i.e. the first three file
descriptors except standard input, output,
and error (i.e. the first three file
descriptors 0, 1, 2). This ensures
that no accidentally passed file
descriptor stays around in the daemon