mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-16 20:53:55 -07:00
Prompt/Man.hs: fixing haddock
This commit is contained in:
@@ -4,9 +4,8 @@
|
|||||||
-- Copyright : (c) 2007 Valery V. Vorotyntsev
|
-- Copyright : (c) 2007 Valery V. Vorotyntsev
|
||||||
-- License : BSD3-style (see LICENSE)
|
-- License : BSD3-style (see LICENSE)
|
||||||
--
|
--
|
||||||
-- Maintainer : valery.vv@gmail.com
|
-- Maintainer : Valery V. Vorotyntsev <valery.vv@gmail.com>
|
||||||
-- Stability : unstable
|
-- Portability : non-portable (uses "manpath" and "bash")
|
||||||
-- Portability : non-portable (uses \"manpath\" and \"bash\")
|
|
||||||
--
|
--
|
||||||
-- A manual page prompt for XMonad window manager.
|
-- A manual page prompt for XMonad window manager.
|
||||||
--
|
--
|
||||||
@@ -15,7 +14,7 @@
|
|||||||
-- * narrow completions by section number, if the one is specified
|
-- * narrow completions by section number, if the one is specified
|
||||||
-- (like @\/etc\/bash_completion@ does)
|
-- (like @\/etc\/bash_completion@ does)
|
||||||
--
|
--
|
||||||
-- * test with QuickCheck
|
-- * write QuickCheck properties
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module XMonad.Prompt.Man (
|
module XMonad.Prompt.Man (
|
||||||
@@ -80,7 +79,7 @@ manCompl str | '/' `elem` str = do
|
|||||||
|
|
||||||
-- | Run a command using shell and return its output.
|
-- | Run a command using shell and return its output.
|
||||||
--
|
--
|
||||||
-- XXX merge with 'Run.runProcessWithInput'?
|
-- XXX merge with 'XMonad.Util.Run.runProcessWithInput'?
|
||||||
--
|
--
|
||||||
-- * update documentation of the latter (there is no 'Maybe' in result)
|
-- * update documentation of the latter (there is no 'Maybe' in result)
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user