*: fix typos
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
e23fbbb408
commit
5ded78475c
|
@ -230,7 +230,7 @@ Changes with v0.1.0:
|
|||
* ROADMAP.md: remove the tail spaces
|
||||
* roadmap: update links and add wiki reference
|
||||
* runtime: Add 'version' to the state.json example
|
||||
* runtime-config: add example label before json exmaple
|
||||
* runtime-config: add example label before json example
|
||||
* runtime-config: add section about Hooks
|
||||
* runtime: config: linux: add cgroups information
|
||||
* runtime: config: linux: Edit BlockIO struct
|
||||
|
|
|
@ -429,7 +429,7 @@ processes in the group and egressing the system on various interfaces. The follo
|
|||
`pids` represents the cgroup subsystem `pids`.
|
||||
For more information, see [the pids cgroup man page][cgroup-v1-pids].
|
||||
|
||||
The following paramters can be specified to setup the controller:
|
||||
The following parameters can be specified to setup the controller:
|
||||
|
||||
* **`limit`** *(int64, required)* - specifies the maximum number of tasks in the cgroup
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
* Increment version in [`specs-go/version.go`](specs-go/version.go)
|
||||
* `git commit` version increment
|
||||
* `git tag` the prior commit (preferrably signed tag)
|
||||
* `git tag` the prior commit (preferably signed tag)
|
||||
* `make docs` to produce PDF and HTML copies of the spec
|
||||
* Make a release on [github.com/opencontainers/specs](https://github.com/opencontainers/specs/releases) for the version. Attach the produced docs.
|
||||
|
||||
|
|
Loading…
Reference in New Issue