man: fix repeated use of "use" in a sentence

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-09-13 22:11:03 +02:00
parent 5dca7739e8
commit 156d6036be

View file

@ -221,7 +221,7 @@
<listitem><para>When invoking the command, the transient service connects its standard input, output and error <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 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 <para>Note that
<citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
@ -236,9 +236,10 @@
<term><option>-P</option></term> <term><option>-P</option></term>
<listitem><para>If specified, standard input, output, and error of the transient service are inherited from the <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> <command>systemd-run</command> command itself. This allows <command>systemd-run</command>
within shell pipelines. Note that this mode is not suitable for interactive command shells and similar, as the to be used within shell pipelines.
service process will not be made TTY controller when invoked on a terminal. Use <option>--pty</option> instead 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> in that case.</para>
<para>When both <option>--pipe</option> and <option>--pty</option> are used in combination the more appropriate <para>When both <option>--pipe</option> and <option>--pty</option> are used in combination the more appropriate