summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLucas Werkmeister <mail@lucaswerkmeister.de>2018-05-12 00:00:50 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-05-14 08:11:37 +0200
commit8d29bef6b5f33e2387f52af11140b1a259d971cf (patch)
treeb9397a416a4612d6c5d3ff434b93417f22a9cb8c /man
parent68367b52ddd54e3a54b6316c1c6a5729c92f2513 (diff)
downloadsystemd-8d29bef6b5f33e2387f52af11140b1a259d971cf.tar.gz
systemd-8d29bef6b5f33e2387f52af11140b1a259d971cf.tar.bz2
systemd-8d29bef6b5f33e2387f52af11140b1a259d971cf.zip
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.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.exec.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 2d0e6772ce..fc12c25729 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -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>