aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-04-05 15:36:41 +0000
committerThomas Balu Walter <tw@itreff.de>2001-04-05 15:36:41 +0000
commit584847559bdeafe451b51b6a3a056f8a3960dbc0 (patch)
tree3de2f4d0bdbc8de8ce764bcb1517613a151b757f /chapter05
parent0387b1d07a87132eea7221d73eeb6754990894a5 (diff)
small fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bzip2-exp.xml4
-rw-r--r--chapter05/kernel-exp.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/bzip2-exp.xml b/chapter05/bzip2-exp.xml
index d3b74f9a0..1eef298ec 100644
--- a/chapter05/bzip2-exp.xml
+++ b/chapter05/bzip2-exp.xml
@@ -25,8 +25,8 @@ and tell make with the -f parameter to read that alternate file.
<para>
<userinput>LDFLAGS=-static:</userinput> This is the second way we use to
link a package statically. This is also the most common way.
-The -all-static value is only used with the binutils package and
-won't be used throughout the rest of this book.
+The -all-static value is only used with the binutils and the gettext
+packages and won't be used throughout the rest of this book.
</para>
</sect2>
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml
index 8e5ca26ce..496cd6f7b 100644
--- a/chapter05/kernel-exp.xml
+++ b/chapter05/kernel-exp.xml
@@ -7,7 +7,7 @@ answers "Y" to every question the config script asks the user. We're not
configuring the real kernel here, we just need to have some sort of
configure file created so that we can run make dep next that will create
a few files in $LFS/usr/src/linux/include/linux, like version.h, among
-others, that we will need to compilg Glibc and other packages later in
+others, that we will need to compile Glibc and other packages later in
chroot.
</para>