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 <cjihrig@gmail.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
This commit is contained in:
Emanuele DelBono 2016-10-27 21:22:43 +02:00 committed by Sam Roberts
parent 4d896c44f3
commit 6893f3cc10

View File

@ -374,7 +374,7 @@ The `*-deprecation` command line flags only affect warnings that use the name
<!--name=SIGINT, SIGHUP, etc.-->
Signal events will be emitted when the Node.js process receives a signal. Please
refer to sigaction(2) for a listing of standard POSIX signal names such as
refer to signal(7) for a listing of standard POSIX signal names such as
`SIGINT`, `SIGHUP`, etc.
The name of each event will be the uppercase common name for the signal (e.g.