Skip to content

Commit

Permalink
Use IO instead of io
Browse files Browse the repository at this point in the history
For consistency, while all other places use IO.

$ grep -rnIw IO * | wc -l
10

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
  • Loading branch information
hqhq committed Oct 27, 2016
1 parent 81888fe commit 2379be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion runtime-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| --------------- | ----------- |
Expand Down

0 comments on commit 2379be7

Please sign in to comment.