1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-08-13 11:16:01 -07:00

Run.hs: documentation fix

This commit is contained in:
"Valery V. Vorotyntsev"
2007-10-24 14:42:44 +00:00
parent 906c3ccc32
commit 630166f9fa

2
Run.hs

@@ -39,7 +39,7 @@ import XMonad (X, io, spawn)
import {-# SOURCE #-} Config (terminal)
-- $usage
-- For an example usage of runInXTerm see XMonadContrib.SshPrompt
-- For an example usage of runInTerm see XMonadContrib.SshPrompt
--
-- For an example usage of runProcessWithInput see
-- XMonadContrib.{DirectoryPrompt,Dmenu,ShellPrompt,WmiiActions,WorkspaceDir}