diff options
author | Carlo Teubner <435950+c4rlo@users.noreply.github.com> | 2019-09-04 18:58:56 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-09-05 07:43:00 +0900 |
commit | f06530d86ba7688067fc2758b5e54599bda1e4a0 (patch) | |
tree | cd4073f5c6ad95ffa20a96e45506cc3f8d01a01b /man/systemctl.xml | |
parent | 22aba2b96970972e1eaccb91c3e041fdfa6cae87 (diff) | |
download | systemd-f06530d86ba7688067fc2758b5e54599bda1e4a0.tar.gz systemd-f06530d86ba7688067fc2758b5e54599bda1e4a0.tar.bz2 systemd-f06530d86ba7688067fc2758b5e54599bda1e4a0.zip |
man/systemctl.xml: fix missing "not"
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 0f06a88f42..9abbb851aa 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -818,7 +818,7 @@ Sun 2017-02-26 20:57:49 EST 2h 3min left Sun 2017-02-26 11:56:36 EST 6h ago <listitem> <para>Stop (deactivate) one or more units specified on the command line.</para> - <para>This command will fail if the unit does exist or if stopping of the unit is prohibited (see + <para>This command will fail if the unit does not exist or if stopping of the unit is prohibited (see <varname>RefuseManualStop=</varname> in <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>). It will <emphasis>not</emphasis> fail if any of the commands configured to stop the unit |