From 0884dca124beac751964256234b3b3d4e402b21a Mon Sep 17 00:00:00 2001 From: Ivan Grcic Date: Sun, 15 May 2016 23:18:01 +0200 Subject: [PATCH] remove double "using" in reference attach docs Signed-off-by: Ivan Grcic --- docs/reference/commandline/attach.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/attach.md b/docs/reference/commandline/attach.md index b28b6fc263..799fe1d176 100644 --- a/docs/reference/commandline/attach.md +++ b/docs/reference/commandline/attach.md @@ -28,7 +28,7 @@ detached process. To stop a container, use `CTRL-c`. This key sequence sends `SIGKILL` to the container. If `--sig-proxy` is true (the default),`CTRL-c` sends a `SIGINT` to the container. You can detach from a container and leave it running using the -using `CTRL-p CTRL-q` key sequence. + `CTRL-p CTRL-q` key sequence. > **Note:** > A process running as PID 1 inside a container is treated specially by