From 2379be75cb98475679448e53ff89d7566621a4aa Mon Sep 17 00:00:00 2001 From: Qiang Huang Date: Thu, 27 Oct 2016 16:10:02 +0800 Subject: [PATCH] Use IO instead of io For consistency, while all other places use IO. $ grep -rnIw IO * | wc -l 10 Signed-off-by: Qiang Huang --- config-linux.md | 2 +- runtime-linux.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config-linux.md b/config-linux.md index cdd868e04..c40bd34bb 100644 --- a/config-linux.md +++ b/config-linux.md @@ -337,7 +337,7 @@ The following parameters can be specified to setup the controller: #### Block IO Controller -**`blockIO`** (object, OPTIONAL) represents the cgroup subsystem `blkio` which implements the block io controller. +**`blockIO`** (object, OPTIONAL) represents the cgroup subsystem `blkio` which implements the block IO controller. For more information, see [the kernel cgroups documentation about blkio][cgroup-v1-blkio]. The following parameters can be specified to setup the controller: diff --git a/runtime-linux.md b/runtime-linux.md index 388df30a7..9316e2b05 100644 --- a/runtime-linux.md +++ b/runtime-linux.md @@ -8,7 +8,7 @@ Some of the file descriptors MAY be redirected to `/dev/null` even though they a ## Dev symbolic links -After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the io. +After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the IO. | Source | Destination | | --------------- | ----------- |