diff options
author | Alexander E. Patrakov <alexander@linuxfromscratch.org> | 2004-07-06 12:31:08 +0000 |
---|---|---|
committer | Alexander E. Patrakov <alexander@linuxfromscratch.org> | 2004-07-06 12:31:08 +0000 |
commit | eccb0c75f6909e7416e7736bf9d0f596bbf34f6f (patch) | |
tree | b5ace543a93f6f649f0098128beb56462cabb631 /chapter07/console.xml | |
parent | d9e7e0a5bbfdd531283fe36734b7536f4c692639 (diff) |
Fixed a whitespace issue on the console page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3886 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 04b85354d..566ef6a56 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -74,7 +74,7 @@ only for i386 keymaps):</para> <para>If you see that keycode 14 is Backspace and not Delete, create the following keymap snippet to fix this issue:</para> -<screen><userinput>mkdir -p /etc/kbd & & cat >/etc/kbd/bs-sends-del <<"EOF" +<screen><userinput>mkdir -p /etc/kbd && cat >/etc/kbd/bs-sends-del <<"EOF" keycode 14 = Delete Delete Delete Delete alt keycode 14 = Meta_Delete altgr alt keycode 14 = Meta_Delete |