diff --git a/doc/api/process.md b/doc/api/process.md index 78bdcd3f0582ae..e2b269a35873d0 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -374,7 +374,7 @@ The `*-deprecation` command line flags only affect warnings that use the name 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) 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.