summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Oxley <secoif@gmail.com>2013-07-05 11:57:13 +0800
committerBen Noordhuis <info@bnoordhuis.nl>2013-07-05 11:56:24 +0200
commit2d6d46172ed1d32ab0d6cad9cc5caea96bf06fac (patch)
treee7829d3b38289f808b990b37c94cc8dd50cf2bdc
parent806e300878478db0a6f3c39762f35eed6aae0fe1 (diff)
downloadnode-new-2d6d46172ed1d32ab0d6cad9cc5caea96bf06fac.tar.gz
doc: remove obsolete spawn() stdio options
-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 4dfa7d8c6c..846649429a 100644
--- a/doc/api/child_process.markdown
+++ b/doc/api/child_process.markdown
@@ -455,10 +455,6 @@ With `customFds` it was possible to hook up the new process' `[stdin, stdout,
stderr]` to existing streams; `-1` meant that a new stream should be created.
Use at your own risk.
-There are several internal options. In particular `stdinStream`,
-`stdoutStream`, `stderrStream`. They are for INTERNAL USE ONLY. As with all
-undocumented APIs in Node, they should not be used.
-
See also: `child_process.exec()` and `child_process.fork()`
## child_process.exec(command, [options], callback)