Skip to content
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

doc: improve format in child_process.markdown #2744

Closed
wants to merge 1 commit into from
Closed

doc: improve format in child_process.markdown #2744

wants to merge 1 commit into from

Conversation

a0viedo
Copy link
Member

@a0viedo a0viedo commented Sep 8, 2015

Improved formatting in two objects descriptions and added links to referenced methods.

subshell but rather the specified file directly. This makes it slightly
leaner than `child_process.exec`. It has the same options.
leaner than [`child_process.exec`](#child_process_child_process_exec_command_options_callback). It has the same options.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: child_process.exec() (with parentheses)

@Trott
Copy link
Member

Trott commented Sep 8, 2015

Some nits, but looks good to me.

LGTM

See also [`ChildProcess#kill()`](#child_process_child_kill_signal) and
[`ChildProcess#send()`](#child_process_child_send_message_sendhandle).
See also [`ChildProcess.kill()`](#child_process_child_kill_signal) and
[`ChildProcess.send()`](#child_process_child_send_message_sendhandle).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The method signature changed and this should now be #child_process_child_send_message_sendhandle_callback See e.g. https://nodejs.org/api/child_process.html#child_process_child_send_message_sendhandle_callback

@mscdex mscdex added child_process Issues and PRs related to the child_process subsystem. doc Issues and PRs related to the documentations. labels Sep 8, 2015
Improved formatting in two objects descriptions and added links to referenced methods.
@a0viedo
Copy link
Member Author

a0viedo commented Sep 8, 2015

@Trott thanks for the review, updated.

@jasnell
Copy link
Member

jasnell commented Sep 25, 2015

LGTM. Can you please rebase against master really quick. After that, should be good to go.

@a0viedo
Copy link
Member Author

a0viedo commented Oct 5, 2015

@jasnell some modifications are no longer needed, seems easier to open a new PR.

@a0viedo
Copy link
Member Author

a0viedo commented Oct 5, 2015

Closing in favor to #3186.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
child_process Issues and PRs related to the child_process subsystem. doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants