doc: remove obsolete spawn() stdio options
authorTim Oxley <secoif@gmail.com>
Fri, 5 Jul 2013 03:57:13 +0000 (11:57 +0800)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 5 Jul 2013 09:56:24 +0000 (11:56 +0200)
doc/api/child_process.markdown

index 4dfa7d8..8466494 100644 (file)
@@ -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)