mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-26 00:53:47 -07:00
Util.Run: minor clarification in comment
This commit is contained in:
@@ -62,7 +62,7 @@ runProcessWithInput cmd args input = do
|
|||||||
waitForProcess ph
|
waitForProcess ph
|
||||||
return output
|
return output
|
||||||
|
|
||||||
-- | Wait is in us
|
-- | Wait is in µs (microseconds)
|
||||||
runProcessWithInputAndWait :: FilePath -> [String] -> String -> Int -> IO ()
|
runProcessWithInputAndWait :: FilePath -> [String] -> String -> Int -> IO ()
|
||||||
runProcessWithInputAndWait cmd args input timeout = do
|
runProcessWithInputAndWait cmd args input timeout = do
|
||||||
doubleFork $ do
|
doubleFork $ do
|
||||||
|
Reference in New Issue
Block a user