From 88d09e8fbdd884e290d3a9d37016a546d9ceb831 Mon Sep 17 00:00:00 2001 From: Kelton Bassingthwaite Date: Sat, 26 Jun 2021 17:38:12 -0600 Subject: [PATCH] Bolded SIGKILL & fixed backslash escaping. SIGKILL is a literal and bolded in other documentation, such as https://man7.org/linux/man-pages/man7/signal.7.html. Signed-off-by: Kelton Bassingthwaite (cherry picked from commit 918168c40f8c8871a5717b305023ec59bb1318a0) Signed-off-by: Sebastiaan van Stijn --- man/src/container/attach.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/src/container/attach.md b/man/src/container/attach.md index 7dad8584ba..9999cc569d 100644 --- a/man/src/container/attach.md +++ b/man/src/container/attach.md @@ -4,7 +4,7 @@ interactively. You can attach to the same contained process multiple times simultaneously, screen sharing style, or quickly view the progress of your detached process. -To stop a container, use `CTRL-c`. This key sequence sends `SIGKILL` to the +To stop a container, use `CTRL-c`. This key sequence sends **SIGKILL** to the container. You can detach from the container (and leave it running) using a configurable key sequence. The default sequence is `CTRL-p CTRL-q`. You configure the key sequence using the **--detach-keys** option or a configuration @@ -29,8 +29,8 @@ of the following: * **a-z** (a single lowercase alpha character ) * **@** (at sign) * **[** (left bracket) -* **\\** (two backward slashes) -* **_** (underscore) +* **\\\\** (two backward slashes) +* **_** (underscore) * **^** (caret) These **a**, **ctrl-a**, **X**, or **ctrl-\\** values are all examples of valid key