From: Simon Marlow Date: Thu, 26 Apr 2007 07:59:21 +0000 (+0000) Subject: tweak documentation as per suggestion from Marc Weber on libraries@haskell.org X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ec732e82cf3258adb72c31532df9e7f47a62ff8d;p=haskell-directory.git tweak documentation as per suggestion from Marc Weber on libraries@haskell.org --- 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.