doc: fixed wording in child_process

Signed-off-by: Fedor Indutny <fedor@indutny.com>
pull/5010/head
Chris Barber 2014-05-30 14:25:52 -07:00 committed by Fedor Indutny
parent 72cc66e503
commit 715bb7f89f
1 changed files with 2 additions and 1 deletions

View File

@ -290,7 +290,8 @@ child, and it is no longer possible to send messages.
The 'disconnect' event will be emitted when there are no messages in the process The 'disconnect' event will be emitted when there are no messages in the process
of being received, most likely immediately. of being received, most likely immediately.
Note that you can also call `process.disconnect()` in the child process. Note that you can also call `process.disconnect()` in the child process when the
child process has any open IPC channels with the parent (i.e `fork()`).
## child_process.spawn(command, [args], [options]) ## child_process.spawn(command, [args], [options])