From aca6fd80585decbc0b5ea11c352d8a5d0710fccf Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Sat, 26 Apr 2008 13:26:29 +0000 Subject: [PATCH] XMonad.Hooks.Script: haddock fixes --- XMonad/Hooks/Script.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/XMonad/Hooks/Script.hs b/XMonad/Hooks/Script.hs index d9a4ee1a..1df2637a 100644 --- a/XMonad/Hooks/Script.hs +++ b/XMonad/Hooks/Script.hs @@ -8,7 +8,7 @@ -- Stability : unstable -- Portability : unportable -- --- Provides a simple interface for running a ~/.xmonad/hooks script with the +-- Provides a simple interface for running a ~\/.xmonad\/hooks script with the -- name of a hook. -- ----------------------------------------------------------------------------- @@ -43,8 +43,8 @@ import System.Directory -- > ... -- > } -- --- Now, everytime the startup hook runs, the command "~\/.xmonad/hooks startup" --- will also. +-- Now, everytime the startup hook runs, the command +-- @~\/.xmonad\/hooks startup@ will also. -- | Execute a named script hook execScriptHook :: MonadIO m => String -> m ()