From ff39ecb91403093c471cce2bb1c1bad34c2a79a6 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 4 Jun 2015 13:26:36 -0700 Subject: [PATCH] doc: remove comma splice Remove comma splice. Edit for clarity and concision. PR-URL: https://github.com/nodejs/io.js/pull/1900 Reviewed-By: Chris Dickinson --- doc/api/child_process.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 1082bf0..3d6e5f5 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -254,8 +254,8 @@ instead, see There is a special case when sending a `{cmd: 'NODE_foo'}` message. All messages containing a `NODE_` prefix in its `cmd` property will not be emitted in the `message` event, since they are internal messages used by io.js core. -Messages containing the prefix are emitted in the `internalMessage` event, you -should by all means avoid using this feature, it is subject to change without notice. +Messages containing the prefix are emitted in the `internalMessage` event. +Avoid using this feature; it is subject to change without notice. The `sendHandle` option to `child.send()` is for sending a TCP server or socket object to another process. The child will receive the object as its -- 2.7.4