Skip to content

Commit ec90f73

Browse files
emadbMyles Borins
authored andcommitted
doc: reference signal(7) for the list of signals
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>
1 parent 638ef09 commit ec90f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ The `*-deprecation` command line flags only affect warnings that use the name
374374
<!--name=SIGINT, SIGHUP, etc.-->
375375

376376
Signal events will be emitted when the Node.js process receives a signal. Please
377-
refer to sigaction(2) for a listing of standard POSIX signal names such as
377+
refer to signal(7) for a listing of standard POSIX signal names such as
378378
`SIGINT`, `SIGHUP`, etc.
379379

380380
The name of each event will be the uppercase common name for the signal (e.g.

0 commit comments

Comments
 (0)