summaryrefslogtreecommitdiff
path: root/man/systemd-run.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-09-13 22:11:03 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-09-13 22:11:32 +0200
commit156d6036be8c4d64747b5919adf372c289d3423a (patch)
tree467b83a6445b02b7783e4f925ff967a6011f9db0 /man/systemd-run.xml
parent5dca7739e862eae50a162b0cc7f8613f7fd33c81 (diff)
downloadsystemd-156d6036be8c4d64747b5919adf372c289d3423a.tar.gz
man: fix repeated use of "use" in a sentence
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r--man/systemd-run.xml9
1 files 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 @@
<listitem><para>When invoking the command, the transient service connects its standard input, output and error
to the terminal <command>systemd-run</command> 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.</para>
+ programs that expect interactive user input/output as services, such as interactive command shells.</para>
<para>Note that
<citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
@@ -236,9 +236,10 @@
<term><option>-P</option></term>
<listitem><para>If specified, standard input, output, and error of the transient service are inherited from the
- <command>systemd-run</command> command itself. Use this option in order to use <command>systemd-run</command>
- 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 <option>--pty</option> instead
+ <command>systemd-run</command> command itself. This allows <command>systemd-run</command>
+ 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 <option>--pty</option> instead
in that case.</para>
<para>When both <option>--pipe</option> and <option>--pty</option> are used in combination the more appropriate