From 4ceec744e50a587bc5312d19172975c1c8845007 Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Sat, 26 Apr 2008 15:26:29 +0200 Subject: XMonad.Hooks.Script: haddock fixes darcs-hash:20080426132629-462cf-2a5a6fbbbc0b51ee9790da5a62d78b3e44be147c.gz --- XMonad/Hooks/Script.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'XMonad/Hooks/Script.hs') diff --git a/XMonad/Hooks/Script.hs b/XMonad/Hooks/Script.hs index d9a4ee1..1df2637 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 () -- cgit v1.2.3