소스 검색

Fix XML validation error

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3491 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Zack Winkles 21 년 전
부모
커밋
32220fbf03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      chapter07/console.xml

+ 1 - 1
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>