diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-10-24 22:07:48 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-10-24 22:07:48 +0200 |
commit | f9e1699a2cecac26d5a00c19285fea16eb20c508 (patch) | |
tree | ab7c70ce71cba780a83171aa2c5f1c8ab3ecd150 | |
parent | 02078ce812a09f64ae991b07ff7704ccd6b1d6ae (diff) | |
download | metatile-f9e1699a2cecac26d5a00c19285fea16eb20c508.tar metatile-f9e1699a2cecac26d5a00c19285fea16eb20c508.zip |
Correct formatting in manpage
Ignore-this: e142a576042f5977e5436ee280bec59c
darcs-hash:20091024200748-1499c-8457db0ce85e3c6deeea071daa0a1143e18ebc98
-rw-r--r-- | man/xmonad.1.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/xmonad.1.in b/man/xmonad.1.in index a11564b..b32af64 100644 --- a/man/xmonad.1.in +++ b/man/xmonad.1.in @@ -42,10 +42,13 @@ to your \fI~/.xinitrc\fR file You can find many extensions to the core feature set in the xmonad-contrib package, available through your package manager or from http://xmonad.org/. .SS "Modular Configuration" As of \fBxmonad-0.9\fR, any additional Haskell modules may be placed in \fI~/.xmonad/lib/\fR are available in GHC's searchpath. Hierarchical modules are supported: for example, the file \fI~/.xmonad/lib/XMonad/Stack/MyAdditions.hs\fR could contain: -.IP +.RS .nf + module XMonad.Stack.MyAdditions (function1) where function1 = error "function1: Not implemented yet!" +.fi +.RE .PP Your xmonad.hs may then \fBimport XMonad.Stack.MyAdditions\fR as if that module was contained within \fBxmonad\fR or \fBxmonad-contrib\fR. .SH BUGS |