aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-05 14:53:42 -0800
committerAdam Vandenberg2010-03-05 14:54:01 -0800
commit9ab4f040067b4bfce76c00d88cee4f6d314cc5f2 (patch)
treedb187f0493750523b9f3fed109e8d518f87ab16b /Library/Formula
parent3ec29724f7a472ab67dcf38324d95fd4a6cca37b (diff)
downloadhomebrew-9ab4f040067b4bfce76c00d88cee4f6d314cc5f2.tar.bz2
Remove command-key character for compatibility.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dwm.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/dwm.rb b/Library/Formula/dwm.rb
index 91494b729..8540a95ab 100644
--- a/Library/Formula/dwm.rb
+++ b/Library/Formula/dwm.rb
@@ -17,12 +17,12 @@ class Dwm <Formula
end
def caveats
- <<EOF
- In order to use the Mac OS X command key '⌘' for dwm commands
+ <<-EOS
+ In order to use the Mac OS X command key for dwm commands,
change the X11 keyboard modifier map using xmodmap (1).
e.g. by running the following command from $HOME/.xinitrc
xmodmap -e 'remove Mod2 = Meta_L' -e 'add Mod1 = Meta_L'&
-EOF
+ EOS
end
end