summaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
authorAlex Jordan <alex@strugee.net>2016-10-08 00:51:28 -0700
committerJames M Snell <jasnell@gmail.com>2016-10-08 08:49:42 -0700
commit90cd39f3adf5a6f8079e9dd4cef2900646667dd5 (patch)
treee2873ad8115e59c19827c25a32e2500aa214c65b /doc/node.1
parent33e598ac5f1c99ee27b894c6a596a51151c6f99c (diff)
downloadnode-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.123
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"