]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix repeated use of "use" in a sentence 6775/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 13 Sep 2017 20:11:03 +0000 (22:11 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 13 Sep 2017 20:11:32 +0000 (22:11 +0200)
man/systemd-run.xml

index 822be3511c59f8209bc7ca6f06918192b1901d16..9a00c321d976017d70915bf1f9470233efa93150 100644 (file)
 
         <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
         <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