From 27dfb1d4c0387b9b9100b344d60cb75738fe6b78 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 20 Apr 2012 07:46:36 -0700 Subject: [PATCH] doc: typo in child_process documentation --- doc/api/child_process.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index f58a481e681..0c8c433a819 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -313,10 +313,6 @@ leaner than `child_process.exec`. It has the same options. * `setsid` {Boolean} * `encoding` {String} (Default: 'utf8') * `timeout` {Number} (Default: 0) -* `callback` {Function} called with the output when process terminates - * `code` {Integer} Exit code - * `stdout` {Buffer} - * `stderr` {Buffer} * Return: ChildProcess object This is a special case of the `spawn()` functionality for spawning Node