Skip to content

Commit 2379be7

Browse files
committed
Use IO instead of io
For consistency, while all other places use IO. $ grep -rnIw IO * | wc -l 10 Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
1 parent 81888fe commit 2379be7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ The following parameters can be specified to setup the controller:
337337

338338
#### Block IO Controller
339339

340-
**`blockIO`** (object, OPTIONAL) represents the cgroup subsystem `blkio` which implements the block io controller.
340+
**`blockIO`** (object, OPTIONAL) represents the cgroup subsystem `blkio` which implements the block IO controller.
341341
For more information, see [the kernel cgroups documentation about blkio][cgroup-v1-blkio].
342342

343343
The following parameters can be specified to setup the controller:

runtime-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Some of the file descriptors MAY be redirected to `/dev/null` even though they a
88

99
## Dev symbolic links
1010

11-
After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the io.
11+
After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the IO.
1212

1313
| Source | Destination |
1414
| --------------- | ----------- |

0 commit comments

Comments
 (0)