diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-04-18 18:07:40 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-04-18 18:07:40 +0000 |
commit | a1f583e0b60b5cc1d0f3800f435a8a5507f4fdb8 (patch) | |
tree | 69bdb5693ba223ebea14a12ddcd5c3ffefb91fa9 /chapter07 | |
parent | 95f1eb84e8f19675595193e0ca243d478f89bca5 (diff) |
Fixed a typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4995 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/console.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/console.xml b/chapter07/console.xml index 8e59c4bc9..4c91b9f8b 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -82,7 +82,7 @@ EOF</userinput></screen> snippet after the main keymap:</para> <screen><userinput>cat >>/etc/sysconfig/console <<"EOF" -<literal>KEYMAP_CORRECTION="/etc/kbd/bs-sends-del"</literal> +<literal>KEYMAP_CORRECTIONS="/etc/kbd/bs-sends-del"</literal> EOF</userinput></screen> <para>To compile the keymap directly into the kernel instead of |