Browse Source

removed spurious space

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 years ago
parent
commit
902e95f1f4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      chapter07/loadkeys.xml

+ 2 - 2
chapter07/loadkeys.xml

@@ -16,9 +16,9 @@ by running the following:</para>
 <para><screen><userinput>cat &gt; /etc/sysconfig/keyboard &lt;&lt; "EOF"</userinput
 >
 # Begin /etc/sysconfig/keyboard
- 
+
 LAYOUT=&lt;path-to-keymap&gt;
- 
+
 # End /etc/sysconfig/keyboard
 <userinput>EOF</userinput></screen></para>