aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-09-02 17:52:32 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-09-02 17:52:32 +0000
commita5e3273f4874be527708b453a974a138408d418f (patch)
treeb5e077897a3cfa446d25bb22fb265f7162759e5c /chapter05
parentfc0e35840938cd1c4795e7b491dd58a3623e008c (diff)
fixed xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/fileutils-inst.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml
index c64eced99..45492bd71 100644
--- a/chapter05/fileutils-inst.xml
+++ b/chapter05/fileutils-inst.xml
@@ -5,11 +5,12 @@
segmentation faults on certain systems. These systems are often, but not
limited to, Linux systems that run Glibc-2.2.3 with an AMD CPU (Athlons
and Durons are the most reported used CPU's). If you are in this category,
-run the following to sed commands before you compile this package.
+run the following to sed commands before you compile this
+package.</para>
<para>Note that in some cases using these sed commands will result in
problems not being able to compile this at package at all. If that's the
-case, start over again and don't use the sed commands.</para>
+case, start over again and don't use the sed commands.
<screen><userinput>cp lib/Makefile.in lib/Makefile.in.backup &amp;&amp;</userinput>
<userinput>sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput>