Skip to content

Commit ac2317a

Browse files
author
Michael Crosby
authored
Merge pull request opencontainers#599 from hqhq/use_IO
Use IO instead of io
2 parents 81888fe + 2379be7 commit ac2317a

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)