diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-06 16:25:57 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-06 16:25:57 +0000 |
commit | 32220fbf033da1bb7b0ae5695a378a4f1c7719ba (patch) | |
tree | b62a0a8e65664024988a61873c933b7aa099b79a /chapter07/console.xml | |
parent | b32e80330973383d4eca995d6193e35a743176cd (diff) |
Fix XML validation error
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3491 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 377febfeb..837f335dd 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -58,7 +58,7 @@ displays its help (instead of erasing the character before the cursor) when you press Backspace. To check if your keymap is affected (this works only for i386 keymaps):</para> -<screen><userinput>zgrep '\W14\W' <emphasis>/path/to/your/keymap</emphasis></userinput></screen> +<screen><userinput>zgrep '\W14\W' /path/to/your/keymap</userinput></screen> <para>If you see that keycode 14 is Backspace and not Delete, create the following keymap snippet to fix this issue:</para> |