From 72472f5639fc92f3fd554e4eb860b0cb6938f7c2 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 5 Jan 2016 16:33:32 +0100 Subject: [PATCH] fix markdown and typos in API docs Signed-off-by: Sebastiaan van Stijn --- docs/reference/api/docker_remote_api_v1.22.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/docs/reference/api/docker_remote_api_v1.22.md b/docs/reference/api/docker_remote_api_v1.22.md index cf293077e4..2cffc30fb6 100644 --- a/docs/reference/api/docker_remote_api_v1.22.md +++ b/docs/reference/api/docker_remote_api_v1.22.md @@ -862,9 +862,10 @@ This endpoint returns a live stream of a container's resource usage statistics. "total_usage" : 36488948, "usage_in_kernelmode" : 20000000 }, -  "system_cpu_usage" : 20091722000000000, + "system_cpu_usage" : 20091722000000000, "throttling_data" : {} - } } + } + } Query Parameters: @@ -923,7 +924,7 @@ Start the container `id` Query Parameters: -- **detacheys** – Override the key sequence for detaching a +- **detachKeys** – Override the key sequence for detaching a container. Format is a single character `[a-Z]` or `ctrl-` where `` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. @@ -1138,7 +1139,7 @@ Attach to the container `id` Query Parameters: -- **detacheys** – Override the key sequence for detaching a +- **detachKeys** – Override the key sequence for detaching a container. Format is a single character `[a-Z]` or `ctrl-` where `` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. - **logs** – 1/True/true or 0/False/false, return logs. Default `false`. @@ -1221,7 +1222,7 @@ Implements websocket protocol handshake according to [RFC 6455](http://tools.iet Query Parameters: -- **detacheys** – Override the key sequence for detaching a +- **detachKeys** – Override the key sequence for detaching a container. Format is a single character `[a-Z]` or `ctrl-` where `` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. - **logs** – 1/True/true or 0/False/false, return logs. Default `false`. @@ -2501,7 +2502,7 @@ Json Parameters: - **AttachStdin** - Boolean value, attaches to `stdin` of the `exec` command. - **AttachStdout** - Boolean value, attaches to `stdout` of the `exec` command. - **AttachStderr** - Boolean value, attaches to `stderr` of the `exec` command. -- **Detacheys** – Override the key sequence for detaching a +- **DetachKeys** – Override the key sequence for detaching a container. Format is a single character `[a-Z]` or `ctrl-` where `` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. - **Tty** - Boolean value to allocate a pseudo-TTY. @@ -2973,11 +2974,6 @@ Create a network **Example request**: -``` -Create a network - -**Example request**: - ``` POST /networks/create HTTP/1.1 Content-Type: application/json