---
System/Process.hs |    3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/System/Process.hs b/System/Process.hs
index bba4f52..0ebffdc 100644
--- a/System/Process.hs
+++ b/System/Process.hs
@@ -339,6 +339,9 @@ waitForProcess ph = do
-- strictly, blocking until the process terminates, and returns the output
-- string.
--
+-- This function throws an 'IOError' if the process 'ExitCode' is
+-- anything other than 'ExitSuccess'.
+--
-- Output is returned strictly, so this is not suitable for
-- interactive applications.
--
--
1.7.4.4

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to