Skip to content

Commit

Permalink
Merge pull request #599 from hqhq/use_IO
Browse files Browse the repository at this point in the history
Use IO instead of io
  • Loading branch information
crosbymichael authored Oct 27, 2016
2 parents 81888fe + 2379be7 commit ac2317a
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 ac2317a

Please sign in to comment.