diff --git a/doc/api/process.markdown b/doc/api/process.markdown index c2a07f45a9ed1e..9402788ba15028 100644 --- a/doc/api/process.markdown +++ b/doc/api/process.markdown @@ -825,6 +825,8 @@ relied upon to exist. * `message` {Object} * `sendHandle` {Handle object} +* `callback` {Function} +* Return: {Boolean} When Node.js is spawned with an IPC channel attached, it can send messages to its parent process using `process.send()`. Each will be received as a