Skip to content

Commit

Permalink
doc: reference signal(7) for the list of signals
Browse files Browse the repository at this point in the history
Fixes: #9309
PR-URL: #9323
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
  • Loading branch information
emadb authored and sam-github committed Oct 27, 2016
1 parent 4d896c4 commit 6893f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6893f3c

Please sign in to comment.