summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin van der Koogh <github@koogh.com>2012-05-31 14:11:12 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-05-31 15:38:05 +0200
commitccc854d14ee73ff775f6425ba236aeaa62ff9fbf (patch)
tree6199b68dbc17dd8306cea37c9b121d46959d6ea8
parent2ae9b69871427697cf7c0abb6cd345f9778cc7a5 (diff)
downloadnode-ccc854d14ee73ff775f6425ba236aeaa62ff9fbf.tar.gz
doc: remove all references to setsid
Fixes #2299.
-rw-r--r--doc/api/child_process.markdown4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown
index 3ddf32979..04296b25a 100644
--- a/doc/api/child_process.markdown
+++ b/doc/api/child_process.markdown
@@ -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