Skip to content

Commit

Permalink
runtime: Change "process in the container" -> "container process"
Browse files Browse the repository at this point in the history
The latter is much more common:

  $ git --no-pager grep -ic "process in the container" origin/master -- *.md
  origin/master:runtime.md:1
  $ git --no-pager grep -ic "container process" origin/master -- *.md
  origin/master:config-linux.md:4
  origin/master:config.md:2
  origin/master:glossary.md:1
  origin/master:runtime.md:5

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Aug 3, 2017
1 parent 63af112 commit f104410
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 f104410

Please sign in to comment.