Skip to content

Commit f104410

Browse files
committed
runtime: Change "process in the container" -> "container process"
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 <[email protected]>
1 parent 63af112 commit f104410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This operation MUST generate an error if `process` was not set.
123123

124124
This operation MUST [generate an error](#errors) if it is not provided the container ID.
125125
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).
126-
This operation MUST send the specified signal to the process in the container.
126+
This operation MUST send the specified signal to the container process.
127127

128128
### <a name="runtimeDelete" />Delete
129129
`delete <container-id>`

0 commit comments

Comments
 (0)