summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChris Barber <chris@cb1inc.com>2014-05-30 14:25:52 -0700
committerFedor Indutny <fedor@indutny.com>2014-05-31 10:09:02 +0100
commit715bb7f89f727f0300d68af578450db27c225a10 (patch)
treeba4603fa8ee3b3741785381779f27d254da3baa5 /doc
parent72cc66e5033ea8900582da5a19b4032d8120e24c (diff)
downloadandroid-node-v8-715bb7f89f727f0300d68af578450db27c225a10.tar.gz
android-node-v8-715bb7f89f727f0300d68af578450db27c225a10.tar.bz2
android-node-v8-715bb7f89f727f0300d68af578450db27c225a10.zip
doc: fixed wording in child_process
Signed-off-by: Fedor Indutny <fedor@indutny.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/child_process.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown
index ebc9cdc4cc..bfcfbe0bfe 100644
--- a/doc/api/child_process.markdown
+++ b/doc/api/child_process.markdown
@@ -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
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])