summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-21 17:31:38 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-10-21 17:32:13 -0700
commit92c5634cbda0c339719ff1ed2d966fa594d192e5 (patch)
tree3857a89eb8e2396784d12d948b52c08ca164f041
parent99e19aa398a2da1fcc77e36b202e1877b4a46c24 (diff)
downloadnode-new-92c5634cbda0c339719ff1ed2d966fa594d192e5.tar.gz
Remove a confusing sentence in the docs
-rw-r--r--doc/api.markdown3
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