mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
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:
parent
68367b52dd
commit
8d29bef6b5
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user