mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03: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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user