From b238e8e00fbbe204b85f94f412ebe55513c59453 Mon Sep 17 00:00:00 2001 From: Xinbo Weng Date: Wed, 21 Dec 2016 20:05:19 +0800 Subject: [PATCH] some punctuation errors and a verb form error Signed-off-by: Xinbo Weng Upstream-commit: 32996d6016a9f109a44301279d52d881651790e9 Component: engine --- components/engine/docs/api/v1.19.md | 2 +- components/engine/docs/api/v1.20.md | 2 +- components/engine/docs/api/v1.21.md | 2 +- components/engine/docs/api/v1.22.md | 2 +- components/engine/docs/api/v1.23.md | 2 +- components/engine/docs/api/v1.24.md | 2 +- components/engine/experimental/docker-stacks-and-bundles.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/engine/docs/api/v1.19.md b/components/engine/docs/api/v1.19.md index 08f661d3c5..e35b4f016b 100644 --- a/components/engine/docs/api/v1.19.md +++ b/components/engine/docs/api/v1.19.md @@ -727,7 +727,7 @@ This endpoint returns a live stream of a container's resource usage statistics. } } -The precpu_stats is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the “cpu_stats” field. +The `precpu_stats` is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the `cpu_stats` field. **Query parameters**: diff --git a/components/engine/docs/api/v1.20.md b/components/engine/docs/api/v1.20.md index 2ce535a693..43344e2ec3 100644 --- a/components/engine/docs/api/v1.20.md +++ b/components/engine/docs/api/v1.20.md @@ -734,7 +734,7 @@ This endpoint returns a live stream of a container's resource usage statistics. } } -The precpu_stats is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the “cpu_stats” field. +The `precpu_stats` is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the `cpu_stats` field. **Query parameters**: diff --git a/components/engine/docs/api/v1.21.md b/components/engine/docs/api/v1.21.md index 0dca325ba0..fd491947ba 100644 --- a/components/engine/docs/api/v1.21.md +++ b/components/engine/docs/api/v1.21.md @@ -817,7 +817,7 @@ This endpoint returns a live stream of a container's resource usage statistics. } } -The precpu_stats is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the “cpu_stats” field. +The `precpu_stats` is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the `cpu_stats` field. **Query parameters**: diff --git a/components/engine/docs/api/v1.22.md b/components/engine/docs/api/v1.22.md index 8f5f08bb33..d287e235de 100644 --- a/components/engine/docs/api/v1.22.md +++ b/components/engine/docs/api/v1.22.md @@ -943,7 +943,7 @@ This endpoint returns a live stream of a container's resource usage statistics. } } -The precpu_stats is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the “cpu_stats” field. +The `precpu_stats` is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the `cpu_stats` field. **Query parameters**: diff --git a/components/engine/docs/api/v1.23.md b/components/engine/docs/api/v1.23.md index 34250f2f2a..6ed594d535 100644 --- a/components/engine/docs/api/v1.23.md +++ b/components/engine/docs/api/v1.23.md @@ -974,7 +974,7 @@ This endpoint returns a live stream of a container's resource usage statistics. } } -The precpu_stats is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the “cpu_stats” field. +The `precpu_stats` is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the `cpu_stats` field. **Query parameters**: diff --git a/components/engine/docs/api/v1.24.md b/components/engine/docs/api/v1.24.md index 704ba8c011..070507f640 100644 --- a/components/engine/docs/api/v1.24.md +++ b/components/engine/docs/api/v1.24.md @@ -1005,7 +1005,7 @@ This endpoint returns a live stream of a container's resource usage statistics. } } -The precpu_stats is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the “cpu_stats” field. +The `precpu_stats` is the cpu statistic of last read, which is used for calculating the cpu usage percent. It is not the exact copy of the `cpu_stats` field. **Query parameters**: diff --git a/components/engine/experimental/docker-stacks-and-bundles.md b/components/engine/experimental/docker-stacks-and-bundles.md index b777c3919c..573c1bc5ae 100644 --- a/components/engine/experimental/docker-stacks-and-bundles.md +++ b/components/engine/experimental/docker-stacks-and-bundles.md @@ -12,7 +12,7 @@ application bundle**, and **stacks** can be created from that bundle. In that sense, the bundle is a multi-services distributable image format. As of Docker 1.12 and Compose 1.8, the features are experimental. Neither -Docker Engine nor the Docker Registry support distribution of bundles. +Docker Engine nor the Docker Registry supports distribution of bundles. ## Producing a bundle