diff --git a/XMonad/Util/Run.hs b/XMonad/Util/Run.hs index 1f544f2b..165513b0 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