diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:46:34 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:46:34 +0000 |
commit | 718f6b1142eef935c9e4f282fb0540f2972d84eb (patch) | |
tree | 2f82d27d9b8a685e8204f815427a5405ed4977ed /chapter05/kernel-inst.xml | |
parent | 6d901003a6eadde2142515d0936d329d2e612265 (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.xml | 2 |
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 &&</userinput> - <useirnput>make dep &&</userinput> + <userinput>make dep &&</userinput> <userinput>cd $LFS/usr/include &&</userinput> <userinput>ln -s ../src/linux/include/linux &&</userinput> <userinput>ln -s ../src/linux/include/asm</userinput> |