From: Lucas Werkmeister Date: Fri, 11 May 2018 22:00:50 +0000 (+0200) Subject: man: fix reference in StandardOutput= X-Git-Tag: v239~259 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d29bef6b5f33e2387f52af11140b1a259d971cf;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 2d0e6772ce1..fc12c257294 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1692,8 +1692,8 @@ BindReadOnlyPaths=/var/lib/systemd The option may be used to connect a specific file system object to standard output. The semantics are similar to the same option of - StandardInputText=, 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 + StandardInput=, 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 AF_UNIX socket in the file system, as in that case only a single stream connection is created for both input and output.