diff options
Diffstat (limited to 'XMonad/Util')
-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 |