Skip to content

Commit

Permalink
Updated reference to signal list in "signal events" section
Browse files Browse the repository at this point in the history
Changed the reference from sigaction(2) to signal(7) like requested in issue nodejs#9309
  • Loading branch information
emadb authored Oct 27, 2016
1 parent 4d896c4 commit 05a2e66
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)](http://man7.org/linux/man-pages/man7/signal.7.html) 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 05a2e66

Please sign in to comment.