-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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: reformat & improve node.1 manual page #5891
Conversation
Event 9 must include the string terminator in the last descriptor. Event 23 must be published with no descriptors, in accordance with the manifest. PR-URL: nodejs#5742 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
fs.readFile, fs.writeFile and fs.appendFile doc changes pulled back from master included details not relevant to v4. PR-URL: nodejs#5877 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Uses better troff formatting. Removes v8 options from the man page. Also edits `node -h` in node.cc slightly.
focused on creating simple, easy to build network clients | ||
and servers. | ||
Node.js is a set of libraries for JavaScript which allows it to be used outside | ||
of the browser. It is primarily focused on creating simple, easy to build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: easy to build
-> easy-to-build
Nit: Verb usage should be consistent. In some command descriptions, it says |
@Trott Please open a PR correcting these against master, I will not be fixing them in the port. |
@thealphanerd if lgty land at will into whatever branch |
2d65b05
to
ebe4eb6
Compare
Landed in a761235 |
Pull Request check-list
Affected core subsystem(s)
Description of change
see #5497 (comment)
cc @thealphanerd