diff options
author | William Hubbs <williamh@gentoo.org> | 2011-05-17 13:06:55 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-05-17 13:06:55 -0500 |
commit | 74c8667497425746b3d2eaaf88cae1ac2bdf34f5 (patch) | |
tree | 612871b26874ff1f4868f2b7f985bd44f7bb6b90 /conf.d/keymaps | |
parent | 3d56124ed1ec127ae091391dc05581197eb29eac (diff) |
fix keymaps config file to show the correct variable name
X-Gentoo-Bug: 367283
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=367283
Diffstat (limited to 'conf.d/keymaps')
-rw-r--r-- | conf.d/keymaps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/keymaps b/conf.d/keymaps index 7707272e..1a5b9443 100644 --- a/conf.d/keymaps +++ b/conf.d/keymaps @@ -1,4 +1,4 @@ -# Use KEYMAP to specify the default console keymap. There is a complete tree +# Use keymap to specify the default console keymap. There is a complete tree # of keymaps in /usr/share/keymaps to choose from. keymap="us" |