aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kbd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/kbd.xml')
-rw-r--r--chapter06/kbd.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml
index f1f7e3edc..ffe9de637 100644
--- a/chapter06/kbd.xml
+++ b/chapter06/kbd.xml
@@ -44,7 +44,7 @@
across the keymaps in the Kbd package. The following patch fixes this
issue for i386 keymaps:</para>
-<screen><userinput>patch -Np1 -i ../&kbd-backspace-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&kbd-backspace-patch;</userinput></screen>
<para>After patching, the Backspace key generates the character with code 127,
and the Delete key generates a well-known escape sequence.</para>
@@ -52,11 +52,11 @@
<para>Patch Kbd to fix a bug in <command>setfont</command> that is triggered
when compiling with GCC-&gcc-version;:</para>
-<screen><userinput>patch -Np1 -i ../&kbd-gcc4_fixes-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&kbd-gcc4_fixes-patch;</userinput></screen>
<para>Prepare Kbd for compilation:</para>
-<screen><userinput>./configure --datadir=/lib/kbd</userinput></screen>
+<screen><userinput remap="configure">./configure --datadir=/lib/kbd</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -74,13 +74,13 @@
<para>Compile the package:</para>
-<screen><userinput>make</userinput></screen>
+<screen><userinput remap="make">make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Install the package:</para>
-<screen><userinput>make install</userinput></screen>
+<screen><userinput remap="install">make install</userinput></screen>
<note>
<para>For some languages (e.g., Belarusian) the Kbd package doesn't
@@ -95,10 +95,7 @@
may not be available during the early stages of booting, those binaries
need to be on the root partition:</para>
-<screen><userinput>mv -v /usr/bin/{kbd_mode,openvt,setfont} /bin</userinput></screen>
-
-
-
+<screen><userinput remap="install">mv -v /usr/bin/{kbd_mode,openvt,setfont} /bin</userinput></screen>
</sect2>