From 8d29bef6b5f33e2387f52af11140b1a259d971cf Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Sat, 12 May 2018 00:00:50 +0200 Subject: [PATCH] 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. --- man/systemd.exec.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3