mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
man: apparently we lowercased STDOUT/STDERR everywhere else in docs, do so here too
This commit is contained in:
parent
6831520b02
commit
d58b613bbb
@ -2041,7 +2041,7 @@ SystemCallErrorNumber=EPERM</programlisting>
|
||||
<varlistentry>
|
||||
<term><varname>StandardOutput=</varname></term>
|
||||
|
||||
<listitem><para>Controls where file descriptor 1 (STDOUT) of the executed processes is connected
|
||||
<listitem><para>Controls where file descriptor 1 (stdout) of the executed processes is connected
|
||||
to. Takes one of <option>inherit</option>, <option>null</option>, <option>tty</option>,
|
||||
<option>journal</option>, <option>kmsg</option>, <option>journal+console</option>,
|
||||
<option>kmsg+console</option>, <option>file:<replaceable>path</replaceable></option>,
|
||||
@ -2117,7 +2117,7 @@ SystemCallErrorNumber=EPERM</programlisting>
|
||||
<varlistentry>
|
||||
<term><varname>StandardError=</varname></term>
|
||||
|
||||
<listitem><para>Controls where file descriptor 2 (STDERR) of the executed processes is connected to. The
|
||||
<listitem><para>Controls where file descriptor 2 (stderr) of the executed processes is connected to. The
|
||||
available options are identical to those of <varname>StandardOutput=</varname>, with some exceptions: if set to
|
||||
<option>inherit</option> the file descriptor used for standard output is duplicated for standard error, while
|
||||
<option>fd:<replaceable>name</replaceable></option> will use a default file descriptor name of
|
||||
|
Loading…
Reference in New Issue
Block a user