diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-05-14 19:32:40 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-05-14 19:32:40 +0000 |
commit | e75916fcec1c2c833ffcdf3a7b52e70304305095 (patch) | |
tree | aec2adde8fe807729724f46ff4c7dd22670dfcd0 /chapter07/console.xml | |
parent | 296762cd02ce492bdbd6c889b94bbe6974c34f41 (diff) |
Fix spelling mistakes (Bernard Leak)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/console.xml')
-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 4c91b9f8b..d67cc868d 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -60,7 +60,7 @@ different from ones in the default keymap built into the kernel. This confuses some applications. For example, <application>Emacs</application> displays its help (instead of erasing the character before the cursor) when Backspace is pressed. To check -if the keymap in use is effected (this works only for i386 +if the keymap in use is affected (this works only for i386 keymaps):</para> <screen><userinput>zgrep '\W14\W' <replaceable>[/path/to/your/keymap]</replaceable></userinput></screen> |