From 6667311dc3d22ad0c2f6a3085654ec00aa89d212 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 8 May 2014 01:28:47 +0200 Subject: [PATCH] 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. --- man/daemon.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2