From 77f8bdd977fa9a251225a8f8e155f307c5b125d3 Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Sat, 8 Oct 2016 00:51:28 -0700 Subject: [PATCH] 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 Reviewed-By: James M Snell --- doc/node.1 | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/doc/node.1 b/doc/node.1 index 1ec0d0ea486b9a..43ec7c12b63e58 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"