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 Myles Borins committed Nov 11, 2016
1 parent 8807981 commit f472c09
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 @@ -254,7 +254,7 @@ cases:
<!--type=event-->
<!--name=SIGINT, SIGHUP, etc.-->

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`:
Expand Down

0 comments on commit f472c09

Please sign in to comment.