summaryrefslogtreecommitdiff
path: root/man/systemd-run.xml
diff options
context:
space:
mode:
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