aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorgwern0 <gwern0@gmail.com>2008-03-03 06:15:13 +0100
committergwern0 <gwern0@gmail.com>2008-03-03 06:15:13 +0100
commitb464dc0b07191b9b04692923d234e8fca79e6935 (patch)
treedfc1d01673a8bce08ea30c479df641ec73adf90f /XMonad
parentab9b9ba8ca23858eafd0d9b152bea50ef1a958dc (diff)
downloadXMonadContrib-b464dc0b07191b9b04692923d234e8fca79e6935.tar.gz
XMonadContrib-b464dc0b07191b9b04692923d234e8fca79e6935.tar.xz
XMonadContrib-b464dc0b07191b9b04692923d234e8fca79e6935.zip
Util.Run: minor clarification in comment
darcs-hash:20080303051513-f7719-6ebdf87e5a5889f480ad10e1f489dc7ce625ce46.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Util/Run.hs2
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