Fixed a whitespace issue on the console page

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Alexander E. Patrakov 2004-07-06 12:31:08 +00:00
parent d9e7e0a5bb
commit eccb0c75f6

View File

@ -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 &amp; &amp; cat &gt;/etc/kbd/bs-sends-del &lt;&lt;"EOF"
<screen><userinput>mkdir -p /etc/kbd &amp;&amp; cat &gt;/etc/kbd/bs-sends-del &lt;&lt;"EOF"
keycode 14 = Delete Delete Delete Delete
alt keycode 14 = Meta_Delete
altgr alt keycode 14 = Meta_Delete