-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net, child_process, and buffer doc patches #2903
Conversation
createServer() can create socket of types other than TCP.
@@ -366,7 +366,8 @@ callback or returning an EventEmitter). | |||
* `env` {Object} Environment key-value pairs | |||
* `stdio` {Array|String} Child's stdio configuration. (See | |||
[below](#child_process_options_stdio)) | |||
* `detached` {Boolean} The child will be a process group leader. (See | |||
* `detached` {Boolean} Prepare child to run independently of it's parent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No apostrophe in its
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
Fixed those two things, otherwise LGTY? |
Yea, LGTM with one question. None of the |
They do not, the docs here describe the existing behaviour. #2908 depends on this because |
PR-URL: #2903 Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #2903 Reviewed-By: Colin Ihrig <[email protected]>
createServer() can create socket of types other than TCP. PR-URL: #2903 Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #2903 Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #2903 Reviewed-By: Colin Ihrig <[email protected]>
createServer() can create socket of types other than TCP. PR-URL: #2903 Reviewed-By: Colin Ihrig <[email protected]>
Fix some minor errors and omissions in docs