Skip to content

Commit 6667311

Browse files
jengelhkeszybz
authored andcommitted
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.
1 parent b8bde11 commit 6667311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/daemon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474

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

0 commit comments

Comments
 (0)