mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
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:
committed by
Zbigniew Jędrzejewski-Szmek
parent
b8bde11658
commit
6667311dc3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user