Skip to content

Commit f472c09

Browse files
emadbMyles Borins
authored and
Myles Borins
committed
doc: reference signal(7) for the list of signals
Fixes: #9309 PR-URL: #9323 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Brian White <[email protected]>
1 parent 8807981 commit f472c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ cases:
254254
<!--type=event-->
255255
<!--name=SIGINT, SIGHUP, etc.-->
256256

257-
Emitted when the processes receives a signal. See sigaction(2) for a list of
257+
Emitted when the processes receives a signal. See sigaction(7) for a list of
258258
standard POSIX signal names such as `SIGINT`, `SIGHUP`, etc.
259259

260260
Example of listening for `SIGINT`:

0 commit comments

Comments
 (0)