From ec732e82cf3258adb72c31532df9e7f47a62ff8d Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 26 Apr 2007 07:59:21 +0000 Subject: [PATCH] tweak documentation as per suggestion from Marc Weber on libraries@haskell.org --- System/Process.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/System/Process.hs b/System/Process.hs index 91a9359..f2e937e 100644 --- a/System/Process.hs +++ b/System/Process.hs @@ -81,7 +81,8 @@ runCommand string = do {- | Runs a raw command, optionally specifying 'Handle's from which to take the @stdin@, @stdout@ and @stderr@ channels for the new - process. + process (otherwise these handles are inherited from the current + process). Any 'Handle's passed to 'runProcess' are placed immediately in the closed state. -- 1.7.10.4