From: Zbigniew Jędrzejewski-Szmek Date: Wed, 9 Mar 2022 13:45:59 +0000 (+0100) Subject: man/systemd.exec: tweak markup a bit X-Git-Tag: v251-rc1~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f60b0813ea14d795788208fdb5cac076f5539470;p=thirdparty%2Fsystemd.git man/systemd.exec: tweak markup a bit --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6f1fa6338a1..89a6c337594 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -2718,8 +2718,8 @@ SystemCallErrorNumber=EPERM StandardInput=, see above. If path refers to a regular file on the filesystem, it is opened (created if it doesn't exist yet) for writing at the beginning of the file, but without truncating it. - 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 particularly useful when the specified path refers to an + 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 particularly 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. @@ -2745,16 +2745,17 @@ SystemCallErrorNumber=EPERM connects standard output to a socket acquired via socket activation. The semantics are similar to the same option of StandardInput=, see above. - The option connects standard output to a specific, - named file descriptor provided by a socket unit. A name may be specified as part of this option, following a - : character (e.g. fd:foobar). If no name is specified, the name + The option connects standard output to a + specific, named file descriptor provided by a socket unit. A name may be specified as part of this + option, following a : character + (e.g. fd:foobar). If no name is specified, the name stdout is implied (i.e. fd is equivalent to - fd:stdout). At least one socket unit defining the specified name must be provided via the - Sockets= option, and the file descriptor name may differ from the name of its containing - socket unit. If multiple matches are found, the first one will be used. See + fd:stdout). At least one socket unit defining the specified name must be provided + via the Sockets= option, and the file descriptor name may differ from the name of + its containing socket unit. If multiple matches are found, the first one will be used. See FileDescriptorName= in - systemd.socket5 for more - details about named descriptors and their ordering. + systemd.socket5 + for more details about named descriptors and their ordering. If the standard output (or error output, see below) of a unit is connected to the journal or the kernel log buffer, the unit will implicitly gain a dependency of type After=