| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Changed the reference from sigaction(2) to signal(7) like requested in issue nodejs#9309
|
|
||
| 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)](http://man7.org/linux/man-pages/man7/signal.7.html) for a listing of standard POSIX signal names such as |
There was a problem hiding this comment.
Can you move the URL to the bottom of the page with the others.
Sorry, something went wrong.
|
I don't think a link needs to be explicitly added since the doc tools automatically insert links when they see man page references. So just changing the 'sigaction(2)' to 'signal(7)' should be enough. |
Sorry, something went wrong.
Sorry, something went wrong.
I removed the link since the doc tool automatically add link to man pages.
|
LGTM |
Sorry, something went wrong.
|
@cjihrig I think you have to mark your requested changes as having been made (I'm not loving the new review system yet). LGTM |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Documentation is changed or added.
Changed the reference from sigaction(2) to signal(7) like requested in issue #9309