man: minor correction for systemd-run
authorLennart Poettering <lennart@poettering.net>
Thu, 14 Sep 2017 08:23:36 +0000 (10:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 14 Sep 2017 13:45:21 +0000 (15:45 +0200)
The meaning was acidentally inverted in
156d6036be8c4d64747b5919adf372c289d3423a, let's correct this.

man/systemd-run.xml

index 9a00c32..7477195 100644 (file)
         <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
+        service process will not 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