From 92c5634cbda0c339719ff1ed2d966fa594d192e5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 21 Oct 2010 17:31:38 -0700 Subject: [PATCH] Remove a confusing sentence in the docs --- doc/api.markdown | 3 --- 1 file changed, 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