From 26c47f3653728b1ceef283ece3b707045632ca0c Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Sat, 27 Mar 2021 13:18:46 +0500 Subject: [PATCH] fix screening in killswitches.md --- docs/Killswitches.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/Killswitches.md b/docs/Killswitches.md index dd2cd154..9e08feb5 100644 --- a/docs/Killswitches.md +++ b/docs/Killswitches.md @@ -48,12 +48,12 @@ be used to query the kill switch set, see the docstrings for more information on ## Currently supported killswitch strings The current recognised (to EDMC and its internal plugins) killswitch strings are as follows: -| Kill Switch | Description | -| :--------------------------------------------------- | :------------------------------------------------------------------------------------------- | -| `plugins.eddn.send` | Disables all use of the send method on EDDN (effectively disables EDDN updates) | -| `plugins.(eddn|inara|edsm|eddb).journal` | Disables all journal processing for EDDN/EDSM/INARA | -| `plugins.(edsm|inara).worker` | Disables the EDSM/INARA worker thread (effectively disables updates) (does not close thread) | -| `plugins.(eddn|inara|edsm).journal.event.$eventname` | Specific events to disable processing for | +| Kill Switch | Description | +| :--------------------------------------------------- | :------------------------------------------------------------------------------------------- | +| `plugins.eddn.send` | Disables all use of the send method on EDDN (effectively disables EDDN updates) | +| `plugins.(eddn\|inara\|edsm\|eddb).journal` | Disables all journal processing for EDDN/EDSM/INARA | +| `plugins.(edsm\|inara).worker` | Disables the EDSM/INARA worker thread (effectively disables updates) (does not close thread) | +| `plugins.(eddn\|inara\|edsm).journal.event.$eventname`| Specific events to disable processing for | ## File location