tweak documentation as per suggestion from Marc Weber on libraries@haskell.org
authorSimon Marlow <simonmar@microsoft.com>
Thu, 26 Apr 2007 07:59:21 +0000 (07:59 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 26 Apr 2007 07:59:21 +0000 (07:59 +0000)
System/Process.hs

index 91a9359..f2e937e 100644 (file)
@@ -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.