From f472c09e90c8c1f6b5ee501b78920983b7dddaae Mon Sep 17 00:00:00 2001 From: Emanuele DelBono Date: Thu, 27 Oct 2016 21:22:43 +0200 Subject: [PATCH] doc: reference signal(7) for the list of signals Fixes: https://github.com/nodejs/node/issues/9309 PR-URL: https://github.com/nodejs/node/pull/9323 Reviewed-By: Colin Ihrig Reviewed-By: Sam Roberts Reviewed-By: Brian White --- doc/api/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/process.md b/doc/api/process.md index 782ccc4c4cf223..1c4825078eecef 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -254,7 +254,7 @@ cases: -Emitted when the processes receives a signal. See sigaction(2) for a list of +Emitted when the processes receives a signal. See sigaction(7) for a list of standard POSIX signal names such as `SIGINT`, `SIGHUP`, etc. Example of listening for `SIGINT`: