mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
man: fix repeated use of "use" in a sentence
This commit is contained in:
parent
5dca7739e8
commit
156d6036be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user