diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 08af603adcfe58..6d27c1447ad36a 100755 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -1048,10 +1048,11 @@ added: v0.5.10 --> * {boolean} Set to `true` after `subprocess.kill()` is used to successfully - terminate the child process. + send a signal to the child process. -The `subprocess.killed` property indicates whether the child process was -successfully terminated using `subprocess.kill()`. +The `subprocess.killed` property indicates whether the child process +successfully received a signal from `subprocess.kill()`. The `killed` property +does not indicate that the child process has been terminated. ### subprocess.pid