From eff2dab07ff4a80cb39a64ad7ffe9e9caed9caa1 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 16 Feb 2020 11:13:15 -0800 Subject: [PATCH] doc/Admin.md: improve formatting --- doc/Admin.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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.