Browse Source

doc: fixed io.js references in process.markdown

Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/2846
v4.x
Tristian Flanagan 10 years ago
committed by Jeremiah Senkpiel
parent
commit
55ac24f721
  1. 4
      doc/api/process.markdown

4
doc/api/process.markdown

@ -924,7 +924,7 @@ parent process using `process.send()`. Each will be received as a
['message'](child_process.html#child_process_event_message) ['message'](child_process.html#child_process_event_message)
event on the parent's `ChildProcess` object. event on the parent's `ChildProcess` object.
If io.js was not spawned with an IPC channel, `process.send()` will be undefined. If Node.js was not spawned with an IPC channel, `process.send()` will be undefined.
## process.disconnect() ## process.disconnect()
@ -935,7 +935,7 @@ gracefully once there are no other connections keeping it alive.
Identical to the parent process's Identical to the parent process's
[ChildProcess.disconnect()](child_process.html#child_process_child_disconnect). [ChildProcess.disconnect()](child_process.html#child_process_child_disconnect).
If io.js was not spawned with an IPC channel, `process.disconnect()` will be If Node.js was not spawned with an IPC channel, `process.disconnect()` will be
undefined. undefined.

Loading…
Cancel
Save