doc: typo in child_process documentation
authorisaacs <i@izs.me>
Fri, 20 Apr 2012 14:46:36 +0000 (07:46 -0700)
committerisaacs <i@izs.me>
Fri, 20 Apr 2012 14:46:42 +0000 (07:46 -0700)
doc/api/child_process.markdown

index f58a481..0c8c433 100644 (file)
@@ -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