diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-29 23:31:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-29 23:31:38 +0200 |
commit | cd25cce98f5cc930202212c3c9c13605c09698b4 (patch) | |
tree | 7c186394fed8a04e5ad8fef37eda670282f2a08e /man/systemctl.xml | |
parent | 12235040ec94279ad92693dcfae0a4d9c35a6076 (diff) |
exec: drop process group kill mode since it has little use and confuses the user
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 535f9bd13b..922fd2d68a 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -304,13 +304,11 @@ <command>kill</command>, choose the mode how to kill the selected processes. Must be one of - <option>control-group</option>, - <option>process-group</option> or + <option>control-group</option> or <option>process</option> to select whether to kill the entire control - group, the process group or only the - selected process itself. If omitted - defaults to + group or only the selected process + itself. If omitted defaults to <option>control-group</option> if <option>--kill-who=all</option> is set, or <option>process</option> |