diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-10-21 17:31:38 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-10-21 17:32:13 -0700 |
commit | 92c5634cbda0c339719ff1ed2d966fa594d192e5 (patch) | |
tree | 3857a89eb8e2396784d12d948b52c08ca164f041 | |
parent | 99e19aa398a2da1fcc77e36b202e1877b4a46c24 (diff) | |
download | node-new-92c5634cbda0c339719ff1ed2d966fa594d192e5.tar.gz |
Remove a confusing sentence in the docs
-rw-r--r-- | doc/api.markdown | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/api.markdown b/doc/api.markdown index 0e5fc6f126..32e9b0c6a1 100644 --- a/doc/api.markdown +++ b/doc/api.markdown @@ -925,9 +925,6 @@ normally, `code` is the final exit code of the process, otherwise `null`. If the process terminated due to receipt of a signal, `signal` is the string name of the signal, otherwise `null`. -After this event is emitted, the `'output'` and `'error'` callbacks will no -longer be made. - See `waitpid(2)`. ### child.stdin |