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

Commit

Permalink
doc: remove all references to setsid
Browse files Browse the repository at this point in the history
Fixes #2299.
  • Loading branch information
evanderkoogh authored and bnoordhuis committed May 31, 2012
1 parent 2ae9b69 commit ccc854d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/api/child_process.markdown
Expand Up @@ -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`.
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit ccc854d

Please sign in to comment.