From 715bb7f89f727f0300d68af578450db27c225a10 Mon Sep 17 00:00:00 2001 From: Chris Barber Date: Fri, 30 May 2014 14:25:52 -0700 Subject: [PATCH] doc: fixed wording in child_process Signed-off-by: Fedor Indutny --- doc/api/child_process.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index ebc9cdc4cc9..bfcfbe0bfe0 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])