doc: remove all references to setsid
authorErwin van der Koogh <github@koogh.com>
Thu, 31 May 2012 12:11:12 +0000 (14:11 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 31 May 2012 13:38:05 +0000 (15:38 +0200)
Fixes #2299.

doc/api/child_process.markdown

index 3ddf329..04296b2 100644 (file)
@@ -119,7 +119,6 @@ See `child_process.fork()` for details.
   * `customFds` {Array} **Deprecated** File descriptors for the child to use
     for stdio.  (See below)
   * `env` {Object} Environment key-value pairs
-  * `setsid` {Boolean}
 * return: {ChildProcess object}
 
 Launches a new process with the given `command`, with  command line arguments in `args`.
@@ -228,7 +227,6 @@ See also: `child_process.exec()` and `child_process.fork()`
   * `customFds` {Array} **Deprecated** File descriptors for the child to use
     for stdio.  (See below)
   * `env` {Object} Environment key-value pairs
-  * `setsid` {Boolean}
   * `encoding` {String} (Default: 'utf8')
   * `timeout` {Number} (Default: 0)
   * `maxBuffer` {Number} (Default: 200*1024)
@@ -285,7 +283,6 @@ the child process is killed.
   * `customFds` {Array} **Deprecated** File descriptors for the child to use
     for stdio.  (See below)
   * `env` {Object} Environment key-value pairs
-  * `setsid` {Boolean}
   * `encoding` {String} (Default: 'utf8')
   * `timeout` {Number} (Default: 0)
   * `maxBuffer` {Number} (Default: 200*1024)
@@ -310,7 +307,6 @@ leaner than `child_process.exec`. It has the same options.
   * `customFds` {Array} **Deprecated** File descriptors for the child to use
     for stdio.  (See below)
   * `env` {Object} Environment key-value pairs
-  * `setsid` {Boolean}
   * `encoding` {String} (Default: 'utf8')
   * `timeout` {Number} (Default: 0)
 * Return: ChildProcess object