diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-03-28 12:16:23 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-03-28 12:16:23 +0000 |
commit | ef7f59131e6d2aa7bbb461a39a549cdbc17bad3a (patch) | |
tree | 4f1d23e683c2d3a0355ffd987d0c00cb52163a14 | |
parent | 141b73232ab0caf52df0e6cd8199504f17d5c3ef (diff) |
fix typo in directory name
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/config-keyboard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/config-keyboard.xml b/chapter06/config-keyboard.xml index b3ced378f..7e2aa388f 100644 --- a/chapter06/config-keyboard.xml +++ b/chapter06/config-keyboard.xml @@ -5,7 +5,7 @@ for your keyboard. If you have a default US keyboard, you can skip this section. The US keymap file is the default if you don't change it.</para> <para>To set the default keymap file, create the -<filename class="symlink">/usr/share/kbd/keymap/defkeymap.map.gz</filename> +<filename class="symlink">/usr/share/kbd/keymaps/defkeymap.map.gz</filename> symlink by running the following commands:</para> <para><screen><userinput>cd /usr/share/kbd/keymaps && |