aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-08 20:03:39 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-08 20:03:39 +0000
commit64f1ae40fae6ef4869ac47cf984287137e737fe3 (patch)
treed4d750b1f078310d483293a2635b9b96001d6fce /chapter05
parentdd8dfac5245d3bde2728f42ae839c3d3659cd20c (diff)
typo fixed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/shellutils-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml
index e8ec2235c..99e28261f 100644
--- a/chapter05/shellutils-inst.xml
+++ b/chapter05/shellutils-inst.xml
@@ -3,7 +3,7 @@
<para>Before Sh-utils is installed, the sh-utils patch file needs
to be unpacked. This patch file is necessary to avoid a conflict of
-variable names with glibc when compiling and linking statically.<</para>
+variable names with glibc when compiling and linking statically.</para>
<para><screen><userinput>patch -Np1 -i ../sh-utils-&sh-utils-version;.patch &amp;&amp;</userinput>
<userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;</userinput>