diff --git a/doc/Admin.md b/doc/Admin.md index 2208594a..441e4074 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -551,7 +551,14 @@ Usage: `Usage: ps [-atu]; -a show all information; -t show running time; -u show ### kill Sends the interrupt signal to selected running background processes. -Usage: `Usage: kill [-a] [-t ] [-s ] [pids...]; -a kill all processes; -t kill processes running longer than ; -s send to processes` +Usage: `Usage: kill [-a] [-t ] [-s ] [pids...]` + +Option | Description +--- | --- +`-a` | kill all processes +`-t ` | kill processes running longer than `` +`-s` | send `` to processes instead of interrupt signal +`pids...` | list of PIDs to kill If neither options `-a` or `-t` are provided then the `pids...` option is required.