From fc77cbb5b1e87812d87aba950bb20ee84df2645c 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 6b9b57e4ea2e3d..0f4fc30fe2d523 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -159,8 +159,26 @@ is ~/.node_repl_history, which is overridden by this variable. Setting the value to an empty string ("" or " ") disables persistent REPL history. -.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/ @@ -175,6 +193,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"