Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: need better link to signals list in process documentation #9309

Closed
mscdex opened this issue Oct 27, 2016 · 0 comments
Closed

doc: need better link to signals list in process documentation #9309

mscdex opened this issue Oct 27, 2016 · 0 comments
Labels
doc Issues and PRs related to the documentations. good first issue Issues that are suitable for first-time contributors. process Issues and PRs related to the process subsystem.

Comments

@mscdex
Copy link
Contributor

mscdex commented Oct 27, 2016

  • Version: all
  • Platform: n/a
  • Subsystem: doc

In the 'Signal Events' section of the process documentation, there is a link to a man page that supposedly lists the names of the various signals that can be listened for. However, the page that is currently linked (sigaction(2)) doesn't show all of the valid signals and the ones that it does show are not formatted very well. I think a better link would be to signal(7), which does list all of the signal names and in an easy-to-spot/read format.

@mscdex mscdex added doc Issues and PRs related to the documentations. good first issue Issues that are suitable for first-time contributors. process Issues and PRs related to the process subsystem. labels Oct 27, 2016
emadb added a commit to emadb/node that referenced this issue Oct 27, 2016
Changed the reference from sigaction(2) to signal(7) like requested in issue nodejs#9309
evanlucas pushed a commit that referenced this issue Nov 3, 2016
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>
MylesBorins pushed a commit that referenced this issue Nov 11, 2016
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>
MylesBorins pushed a commit that referenced this issue Nov 11, 2016
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. good first issue Issues that are suitable for first-time contributors. process Issues and PRs related to the process subsystem.
Projects
None yet
Development

No branches or pull requests

1 participant