diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-18 22:15:32 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-18 22:15:32 +0200 |
commit | c853c8ee46604fac318d631f66b379560f464a38 (patch) | |
tree | ce1fa6e0ced2b9fa3ba2392a4f6fd0236190dbef /man | |
parent | 978672cf780e1e60050160ef559fcceb2a239e7c (diff) | |
download | metatile-c853c8ee46604fac318d631f66b379560f464a38.tar metatile-c853c8ee46604fac318d631f66b379560f464a38.zip |
Remove all references to 'exec'
darcs-hash:20070618201532-a5988-56cb6a9828a4ab75461837549e27601238030148
Diffstat (limited to 'man')
-rw-r--r-- | man/xmonad.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/xmonad.1.in b/man/xmonad.1.in index 93b9813..0be63aa 100644 --- a/man/xmonad.1.in +++ b/man/xmonad.1.in @@ -40,7 +40,7 @@ ___KEYBINDINGS___ .SH EXAMPLES To use \fBxmonad\fR as your window manager add: .RS -exec xmonad +xmonad .RE to your \fI~/.xinitrc\fR file .SH CUSTOMIZATION |