From: Jan Engelhardt Date: Wed, 7 May 2014 23:28:47 +0000 (+0200) Subject: doc: write out stdin/stdout file descriptors X-Git-Tag: v213~223 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=6667311dc3d22ad0c2f6a3085654ec00aa89d212 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. --- diff --git a/man/daemon.xml b/man/daemon.xml index ab58d08a7..b1f43f559 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -74,8 +74,8 @@ 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