diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-21 15:04:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-21 15:04:23 +0200 |
commit | 26ce77961868085c47156adaacb48913e1952da3 (patch) | |
tree | 52842127e6a9e43574fe8e03c82b66769f0fdf4c /man | |
parent | 213634e47674a3e5eb64a61cdab22c71df7a8894 (diff) | |
parent | ac5e3a505e49c80b56c971a8fc13bacac961640d (diff) |
Merge pull request #1311 from jsynacek/kill-errors-v2
core: extend KillUnit() to return error when no unit was killed
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 37ba4ab6de..d8d433e4d3 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -295,6 +295,17 @@ </varlistentry> <varlistentry> + <term><option>--fail</option></term> + + <listitem> + <para>Shorthand for <option>--job-mode=</option>fail.</para> + <para>When used with the <command>kill</command> command, + if no units were killed, the operation results in an error. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-i</option></term> <term><option>--ignore-inhibitors</option></term> |