Skip to content

Commit 77f8bdd

Browse files
strugeejasnell
authored andcommitted
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: #8902 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent bdc0ff7 commit 77f8bdd

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

doc/node.1

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,26 @@ Setting this will void any guarantee that stdio will not be interleaved or
202202
dropped at program exit. \fBAvoid use.\fR
203203

204204

205-
.SH RESOURCES AND DOCUMENTATION
205+
.SH BUGS
206+
Bugs are tracked in GitHub Issues:
207+
.ur https://github.com/nodejs/node/issues
208+
209+
210+
.SH AUTHORS
211+
Written and maintained by 1000+ contributors:
212+
.ur https://github.com/nodejs/node/blob/master/AUTHORS
213+
206214

215+
.SH COPYRIGHT
216+
Copyright Node.js contributors. Node.js is available under the MIT license.
217+
218+
Node.js also includes external libraries that are available under a variety
219+
of licenses. See
220+
.ur https://github.com/nodejs/node/blob/master/LICENSE
221+
for the full license text.
222+
223+
224+
.SH RESOURCES AND DOCUMENTATION
207225
Website:
208226
.ur https://nodejs.org/
209227

@@ -218,6 +236,7 @@ Mailing list:
218236

219237
IRC (general questions):
220238
.ur "chat.freenode.net #node.js"
239+
(unofficial)
221240

222-
IRC (node core development):
241+
IRC (Node.js core development):
223242
.ur "chat.freenode.net #node-dev"

0 commit comments

Comments
 (0)