diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-11-28 10:01:49 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-11-28 14:25:38 +0100 |
commit | d58b613bbbfef86d662ac61653ef2e36033aa4f4 (patch) | |
tree | 92b44dced71f3f2ede3af67335ee2ad1ac23ebdd | |
parent | Merge pull request #14179 from poettering/help-fixlets (diff) | |
download | systemd-d58b613bbbfef86d662ac61653ef2e36033aa4f4.tar.xz systemd-d58b613bbbfef86d662ac61653ef2e36033aa4f4.zip |
man: apparently we lowercased STDOUT/STDERR everywhere else in docs, do so here too
-rw-r--r-- | man/systemd.exec.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 7b0b4f18e5..ff332e9f04 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -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 |