From: Zbigniew Jędrzejewski-Szmek Date: Wed, 13 Sep 2017 20:11:03 +0000 (+0200) Subject: man: fix repeated use of "use" in a sentence X-Git-Tag: v235~122^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=156d6036be8c4d64747b5919adf372c289d3423a;p=thirdparty%2Fsystemd.git man: fix repeated use of "use" in a sentence --- diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 822be3511c5..9a00c321d97 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