[commit: packages/process] master, wip/issue15: Adapt documentation of `readProcess` (63fdc81)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:36:57 UTC 2015


Repository : ssh://git@git.haskell.org/process

On branches: master,wip/issue15
Link       : http://ghc.haskell.org/trac/ghc/changeset/63fdc819972fc579b1b27be4ced7bf9489b45351/process

>---------------------------------------------------------------

commit 63fdc819972fc579b1b27be4ced7bf9489b45351
Author: Simon Hengel <sol at typeful.net>
Date:   Sat Nov 1 12:14:21 2014 +0800

    Adapt documentation of `readProcess`
    
    (a program does not have a standard input)


>---------------------------------------------------------------

63fdc819972fc579b1b27be4ced7bf9489b45351
 System/Process.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/System/Process.hs b/System/Process.hs
index 87e9a41..010b95a 100644
--- a/System/Process.hs
+++ b/System/Process.hs
@@ -409,7 +409,7 @@ processFailedException fun cmd args exit_code =
 --
 -- * A list of separate command line arguments to the program
 --
--- * A string to pass on the standard input to the program.
+-- * A string to pass on standard input to the forked process.
 --
 readProcess
     :: FilePath                 -- ^ Filename of the executable (see 'proc' for details)



More information about the ghc-commits mailing list