Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into patch-2
  • Loading branch information
DiegoRBaquero authored Dec 19, 2017
commit 901c29058e8dd00bc8ba64f67e58dab8125042f8
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ added: v0.1.90

* `signal` {string}

The `subprocess.kill()` methods sends a signal to the child process.
The `subprocess.kill()` method sends a signal to the child process.
If no argument is given, the process will be sent the `'SIGTERM'` signal.
See signal(7) for a list of available signals.

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.