aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/kernel-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:46:34 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:46:34 +0000
commit718f6b1142eef935c9e4f282fb0540f2972d84eb (patch)
tree2f82d27d9b8a685e8204f815427a5405ed4977ed /chapter05/kernel-inst.xml
parent6d901003a6eadde2142515d0936d329d2e612265 (diff)
Fixed typo in <userinput> tag
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@289 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernel-inst.xml')
-rw-r--r--chapter05/kernel-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml
index c8d2bfa79..58ed51ea2 100644
--- a/chapter05/kernel-inst.xml
+++ b/chapter05/kernel-inst.xml
@@ -16,7 +16,7 @@ Create the kernel configuration file by running the following command:
<blockquote><literallayout>
<userinput>yes "" | make config &amp;&amp;</userinput>
- <useirnput>make dep &amp;&amp;</userinput>
+ <userinput>make dep &amp;&amp;</userinput>
<userinput>cd $LFS/usr/include &amp;&amp;</userinput>
<userinput>ln -s ../src/linux/include/linux &amp;&amp;</userinput>
<userinput>ln -s ../src/linux/include/asm</userinput>