doc: typo in child_process documentation

pull/24503/head
isaacs 2012-04-20 07:46:36 -07:00
parent 642945cc00
commit 27dfb1d4c0
1 changed files with 0 additions and 4 deletions

View 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