aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/linux-headers.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/linux-headers.xml')
-rw-r--r--chapter06/linux-headers.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index 1eaea5690..b50b02398 100644
--- a/chapter06/linux-headers.xml
+++ b/chapter06/linux-headers.xml
@@ -51,11 +51,11 @@
class='directory'>/usr/include/scsi</filename>. The versions provided by
Glibc will be used instead:</para>
-<screen><userinput>sed -i '/scsi/d' include/Kbuild</userinput></screen>
+<screen><userinput remap="pre">sed -i '/scsi/d' include/Kbuild</userinput></screen>
<para>Install the header files:</para>
-<screen><userinput>make mrproper
+<screen><userinput remap="install">make mrproper
make headers_check
make INSTALL_HDR_PATH=dest headers_install
cp -rv dest/include/* /usr/include</userinput></screen>