diff options
author | koichik <koichik@improvement.jp> | 2011-11-05 12:35:38 +0900 |
---|---|---|
committer | koichik <koichik@improvement.jp> | 2011-11-05 12:35:38 +0900 |
commit | 96fe50400dcef5fd696cbd88ebcd51a7d5674baf (patch) | |
tree | 301408f746253e4b4a1f2ccd42bc82a21ab53725 /doc | |
parent | 10edbbb927e6a573f9b21b15fcc10cefae01fdd7 (diff) | |
download | node-new-96fe50400dcef5fd696cbd88ebcd51a7d5674baf.tar.gz |
docs: fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/child_processes.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/child_processes.markdown b/doc/api/child_processes.markdown index 7c62b47ad3..e12122fc27 100644 --- a/doc/api/child_processes.markdown +++ b/doc/api/child_processes.markdown @@ -141,8 +141,8 @@ spawning the process with an empty environment rather than using API. There is a deprecated option called `customFds` which allows one to specify -specific file descriptors for the stdio of the child process. This API is -was not portable to all platforms and therefore removed. +specific file descriptors for the stdio of the child process. This API was +not portable to all platforms and therefore removed. 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. |