doc: Remove timeout arg in child_process.fork
authorisaacs <i@izs.me>
Mon, 30 Jul 2012 18:01:50 +0000 (11:01 -0700)
committerisaacs <i@izs.me>
Mon, 30 Jul 2012 18:01:57 +0000 (11:01 -0700)
Fix #3784

doc/api/child_process.markdown

index 6439fce..c87e59b 100644 (file)
@@ -517,7 +517,6 @@ leaner than `child_process.exec`. It has the same options.
   * `cwd` {String} Current working directory of the child process
   * `env` {Object} Environment key-value pairs
   * `encoding` {String} (Default: 'utf8')
-  * `timeout` {Number} (Default: 0)
 * Return: ChildProcess object
 
 This is a special case of the `spawn()` functionality for spawning Node