From f8dab6acb60628d77b7f4438da6c76b37a93bb02 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 30 Jul 2012 11:01:50 -0700 Subject: [PATCH] doc: Remove timeout arg in child_process.fork Fix #3784 --- doc/api/child_process.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 6439fce874..c87e59b4f2 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -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