diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 822be3511c..9a00c321d9 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -221,7 +221,7 @@ When invoking the command, the transient service connects its standard input, output and error to the terminal systemd-run is invoked on, via a pseudo TTY device. This allows running - binaries that expect interactive user input/output as services, such as interactive command shells. + programs that expect interactive user input/output as services, such as interactive command shells. Note that machinectl1's @@ -236,9 +236,10 @@ If specified, standard input, output, and error of the transient service are inherited from the - systemd-run command itself. Use this option in order to use systemd-run - within shell pipelines. Note that this mode is not suitable for interactive command shells and similar, as the - service process will not be made TTY controller when invoked on a terminal. Use instead + systemd-run command itself. This allows systemd-run + to be used within shell pipelines. + Note that this mode is not suitable for interactive command shells and similar, as the + service process will become a TTY controller when invoked on a terminal. Use instead in that case. When both and are used in combination the more appropriate