diff options
author | Alex Jordan <alex@strugee.net> | 2016-10-08 00:51:28 -0700 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2016-10-08 08:49:42 -0700 |
commit | 90cd39f3adf5a6f8079e9dd4cef2900646667dd5 (patch) | |
tree | e2873ad8115e59c19827c25a32e2500aa214c65b /doc/node.1 | |
parent | 33e598ac5f1c99ee27b894c6a596a51151c6f99c (diff) | |
download | node-new-90cd39f3adf5a6f8079e9dd4cef2900646667dd5.tar.gz |
doc: make node(1) more consistent with tradition
* Added traditional BUGS, AUTHORS and COPYRIGHT sections
* Fixed some minor issues with the IRC links
PR-URL: https://github.com/nodejs/node/pull/8902
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/node.1')
-rw-r--r-- | doc/node.1 | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/doc/node.1 b/doc/node.1 index 1ec0d0ea48..43ec7c12b6 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -202,8 +202,26 @@ Setting this will void any guarantee that stdio will not be interleaved or dropped at program exit. \fBAvoid use.\fR -.SH RESOURCES AND DOCUMENTATION +.SH BUGS +Bugs are tracked in GitHub Issues: +.ur https://github.com/nodejs/node/issues + + +.SH AUTHORS +Written and maintained by 1000+ contributors: +.ur https://github.com/nodejs/node/blob/master/AUTHORS + +.SH COPYRIGHT +Copyright Node.js contributors. Node.js is available under the MIT license. + +Node.js also includes external libraries that are available under a variety +of licenses. See +.ur https://github.com/nodejs/node/blob/master/LICENSE +for the full license text. + + +.SH RESOURCES AND DOCUMENTATION Website: .ur https://nodejs.org/ @@ -218,6 +236,7 @@ Mailing list: IRC (general questions): .ur "chat.freenode.net #node.js" +(unofficial) -IRC (node core development): +IRC (Node.js core development): .ur "chat.freenode.net #node-dev" |