From 4df826ae028f06bbad4f020919360b86d83f4a7b Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 16 Feb 2020 11:15:36 -0800 Subject: [PATCH] doc/Admin.md: improve formatting --- doc/Admin.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/Admin.md b/doc/Admin.md index 441e4074..2dd5956e 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -546,7 +546,13 @@ Name | Description ### ps Lists all currently running background processes. -Usage: `Usage: ps [-atu]; -a show all information; -t show running time; -u show user/channel` +Usage: `Usage: ps [-atu]` + +Option | Description +--- | --- +`-a` | show all information +`-t` | show running time +`-u` | show user and channel ### kill Sends the interrupt signal to selected running background processes. @@ -557,8 +563,8 @@ 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 +`-s ` | send `` to processes instead of interrupt signal +`pids...` | space-separated list of PIDs to kill If neither options `-a` or `-t` are provided then the `pids...` option is required.