From d4760c9069d6e8c09151f423aa8408a82f92e955 Mon Sep 17 00:00:00 2001 From: Bilal Bassam Date: Tue, 22 Aug 2023 18:29:57 +0300 Subject: [PATCH] docs: make uv.kill's signum optional --- docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.md b/docs.md index a9e91732..f6307e81 100644 --- a/docs.md +++ b/docs.md @@ -1290,7 +1290,7 @@ on `uv_signal_t` for signal support, specially on Windows. **Parameters:** - `pid`: `integer` -- `signum`: `integer` or `string` +- `signum`: `integer` or `string` or `nil` (default: `sigterm`) Sends the specified signal to the given PID. Check the documentation on `uv_signal_t` for signal support, specially on Windows.