]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix reference in StandardOutput=
authorLucas Werkmeister <mail@lucaswerkmeister.de>
Fri, 11 May 2018 22:00:50 +0000 (00:00 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 14 May 2018 06:11:37 +0000 (08:11 +0200)
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.

man/systemd.exec.xml

index 2d0e6772ce14e9add83eaff43683e4285844ff7c..fc12c2572940ab9d4a967f953cd39820c3006eb2 100644 (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>