Skip to content

Commit

Permalink
Merge pull request opencontainers#907 from wking/container-process
Browse files Browse the repository at this point in the history
runtime: Change "process in the container" -> "container process"
  • Loading branch information
tianon authored Aug 4, 2017
2 parents 63af112 + f104410 commit c47d8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ This operation MUST generate an error if `process` was not set.

This operation MUST [generate an error](#errors) if it is not provided the container ID.
Attempting to send a signal to a container that is neither [`created` nor `running`](#state) MUST have no effect on the container and MUST [generate an error](#errors).
This operation MUST send the specified signal to the process in the container.
This operation MUST send the specified signal to the container process.

### <a name="runtimeDelete" />Delete
`delete <container-id>`
Expand Down

0 comments on commit c47d8e6

Please sign in to comment.