diff options
author | gwern0 <gwern0@gmail.com> | 2008-03-03 06:15:13 +0100 |
---|---|---|
committer | gwern0 <gwern0@gmail.com> | 2008-03-03 06:15:13 +0100 |
commit | b464dc0b07191b9b04692923d234e8fca79e6935 (patch) | |
tree | dfc1d01673a8bce08ea30c479df641ec73adf90f | |
parent | ab9b9ba8ca23858eafd0d9b152bea50ef1a958dc (diff) | |
download | XMonadContrib-b464dc0b07191b9b04692923d234e8fca79e6935.tar.gz XMonadContrib-b464dc0b07191b9b04692923d234e8fca79e6935.tar.xz XMonadContrib-b464dc0b07191b9b04692923d234e8fca79e6935.zip |
Util.Run: minor clarification in comment
darcs-hash:20080303051513-f7719-6ebdf87e5a5889f480ad10e1f489dc7ce625ce46.gz
-rw-r--r-- | XMonad/Util/Run.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Util/Run.hs b/XMonad/Util/Run.hs index 1f544f2..165513b 100644 --- a/XMonad/Util/Run.hs +++ b/XMonad/Util/Run.hs @@ -62,7 +62,7 @@ runProcessWithInput cmd args input = do waitForProcess ph return output --- | Wait is in us +-- | Wait is in µs (microseconds) runProcessWithInputAndWait :: FilePath -> [String] -> String -> Int -> IO () runProcessWithInputAndWait cmd args input timeout = do doubleFork $ do |