aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Run.hs
diff options
context:
space:
mode:
authorDevin Mullins <me@twifkak.com>2008-05-15 10:22:22 +0200
committerDevin Mullins <me@twifkak.com>2008-05-15 10:22:22 +0200
commitd77d9542fa19fe983c3a139b3f2c095b4d0caeb2 (patch)
tree0a3b5e386105e424bf7196d930f0a528b03d7d80 /XMonad/Util/Run.hs
parent1352589d5dced2c89308272f231c041e9c2cde82 (diff)
downloadXMonadContrib-d77d9542fa19fe983c3a139b3f2c095b4d0caeb2.tar.gz
XMonadContrib-d77d9542fa19fe983c3a139b3f2c095b4d0caeb2.tar.xz
XMonadContrib-d77d9542fa19fe983c3a139b3f2c095b4d0caeb2.zip
decent documentation for UrgencyHook
Blame it on lack of sleep. Or perhaps the causation is the reverse. darcs-hash:20080515082222-78224-3ad2870a4f5e56481131bd4898f0d3154bb89694.gz
Diffstat (limited to 'XMonad/Util/Run.hs')
-rw-r--r--XMonad/Util/Run.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/XMonad/Util/Run.hs b/XMonad/Util/Run.hs
index f077629..8e92ff4 100644
--- a/XMonad/Util/Run.hs
+++ b/XMonad/Util/Run.hs
@@ -78,8 +78,7 @@ runProcessWithInputAndWait cmd args input timeout = do
waitForProcess ph
return ()
--- | Multiplies by ONE MILLION, for use with
--- 'runProcessWithInputAndWait'.
+-- | Multiplies by ONE MILLION, for functions that take microseconds.
--
-- Use like:
--