We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638ef09 commit ec90f73Copy full SHA for ec90f73
doc/api/process.md
@@ -374,7 +374,7 @@ The `*-deprecation` command line flags only affect warnings that use the name
374
<!--name=SIGINT, SIGHUP, etc.-->
375
376
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
+refer to signal(7) for a listing of standard POSIX signal names such as
378
`SIGINT`, `SIGHUP`, etc.
379
380
The name of each event will be the uppercase common name for the signal (e.g.
0 commit comments