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:
parent
4d896c44f3
commit
6893f3cc10
@ -374,7 +374,7 @@ The `*-deprecation` command line flags only affect warnings that use the name
|
|||||||
<!--name=SIGINT, SIGHUP, etc.-->
|
<!--name=SIGINT, SIGHUP, etc.-->
|
||||||
|
|
||||||
Signal events will be emitted when the Node.js process receives a signal. Please
|
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.
|
`SIGINT`, `SIGHUP`, etc.
|
||||||
|
|
||||||
The name of each event will be the uppercase common name for the signal (e.g.
|
The name of each event will be the uppercase common name for the signal (e.g.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user