mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 05:49:27 +01:00
doc/Admin.md: improve formatting
This commit is contained in:
parent
eff2dab07f
commit
4df826ae02
12
doc/Admin.md
12
doc/Admin.md
@ -546,7 +546,13 @@ Name | Description
|
|||||||
### ps
|
### ps
|
||||||
Lists all currently running background processes.
|
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
|
### kill
|
||||||
Sends the interrupt signal to selected running background processes.
|
Sends the interrupt signal to selected running background processes.
|
||||||
@ -557,8 +563,8 @@ Option | Description
|
|||||||
--- | ---
|
--- | ---
|
||||||
`-a` | kill all processes
|
`-a` | kill all processes
|
||||||
`-t <seconds>` | kill processes running longer than `<seconds>`
|
`-t <seconds>` | kill processes running longer than `<seconds>`
|
||||||
`-s` | send `<signal>` to processes instead of interrupt signal
|
`-s <signal>` | send `<signal>` to processes instead of interrupt signal
|
||||||
`pids...` | list of PIDs to kill
|
`pids...` | space-separated list of PIDs to kill
|
||||||
|
|
||||||
If neither options `-a` or `-t` are provided then the `pids...` option is required.
|
If neither options `-a` or `-t` are provided then the `pids...` option is required.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user