From 156d6036be8c4d64747b5919adf372c289d3423a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 13 Sep 2017 22:11:03 +0200 Subject: [PATCH] man: fix repeated use of "use" in a sentence --- man/systemd-run.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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