doc: fix some nits in hardcoded manpage links#20854
doc: fix some nits in hardcoded manpage links#20854vsemozhetbyt wants to merge 1 commit intonodejs:masterfrom vsemozhetbyt:doc-manpages-nits
Conversation
|
Node.js Collaborators, please, add 👍 here if you approve fast-tracking. |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
This should link to http://man7.org/linux/man-pages/man2/syscalls.2.html rather than http://man7.org/linux/man-pages/man2/syscall.2.html – syscall itself is a specific function that is not really relevant to the concept of syscalls in general :)
There was a problem hiding this comment.
(i.e. we shouldn’t change the link text here either – we’re not talking about a code thing/identifier syscall)
There was a problem hiding this comment.
Amended. Please, check if it is correct now.
After #20785, we wrap autogenerated manpage links in code elements. This PR unify some hardcoded manpage links with autogenerated ones: it adds backticks, parentheses, section numbers, and updates URLs. Also, some typos are fixes in passing (missing periods, reference sorting).
|
Landed in a14a0fa |
After #20785, we wrap autogenerated manpage links in code elements. This PR unify some hardcoded manpage links with autogenerated ones: it adds backticks, parentheses, section numbers, and updates URLs. Also, some typos are fixes in passing (missing periods, reference sorting). PR-URL: #20854 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
After #20785, we wrap autogenerated manpage links in code elements. This PR unify some hardcoded manpage links with autogenerated ones: it adds backticks, parentheses, section numbers, and updates URLs. Also, some typos are fixes in passing (missing periods, reference sorting). PR-URL: #20854 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAfter #20785, we wrap autogenerated manpage links in code elements. This PR unify some hardcoded manpage links with autogenerated ones: it adds backticks, parentheses, section numbers, and updates URLs.
Also, some typos are fixes in passing (missing periods, reference sorting).