Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: typo in child_process documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Apr 20, 2012
1 parent 642945c commit 27dfb1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/api/child_process.markdown
Expand Up @@ -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
Expand Down

0 comments on commit 27dfb1d

Please sign in to comment.