man: fix reference in StandardOutput=

Since StandardOutput=file:path is more similar to StandardInput= than
StandardInputText=, and only StandardInput= is actually documented above
StandardOutput= whereas StandardInputText= is documented below it, I
assume the intention was to refer to the former.
This commit is contained in:
Lucas Werkmeister 2018-05-12 00:00:50 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 68367b52dd
commit 8d29bef6b5
1 changed files with 2 additions and 2 deletions

View File

@ -1692,8 +1692,8 @@ BindReadOnlyPaths=/var/lib/systemd</programlisting>
<para>The <option>file:<replaceable>path</replaceable></option> option may be used to connect a specific file
system object to standard output. The semantics are similar to the same option of
<varname>StandardInputText=</varname>, see above. If standard input and output are directed to the same file
path, it is opened only once, for reading as well as writing and duplicated. This is particular useful when the
<varname>StandardInput=</varname>, see above. If standard input and output are directed to the same file path,
it is opened only once, for reading as well as writing and duplicated. This is particular useful when the
specified path refers to an <constant>AF_UNIX</constant> socket in the file system, as in that case only a
single stream connection is created for both input and output.</para>