mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-18 13:43:48 -07:00
Util.Run: minor clarification in comment
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user