diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-27 21:28:02 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-27 21:28:02 +0000 |
commit | 558cb8a4362c21ac85a8af645b7ef53aa8fba2f5 (patch) | |
tree | c6a19b76f8e32cd1f47cfefa5d5ec92f6d532d5c /chapter05/fileutils-inst.xml | |
parent | c118e6c2cc98b297772f18a8cf24ed9d09e50de8 (diff) |
minor textual changes to chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2401 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/fileutils-inst.xml')
-rw-r--r-- | chapter05/fileutils-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index 3022b7152..489415328 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -15,13 +15,13 @@ able to compile this package at all, even when your system has an AMD CPU and has Glibc-2.2.3 (or higher) installed. If that's the case, you'll need to remove the fileutils-&fileutils-version; directory and unpack it again from the tarball before continuing. We believe this may be the case when -your distribution has altered Glibc-2.2.3 somehow, but details are -unavailable at this time.</para> +your distribution has altered Glibc-2.2.3 somehow, but the exact details +are unknown.</para> <para>To fix this package to compile properly on AMD/Glibc-2.2.3 machines, run the following command. Do <emphasis>NOT</emphasis> attempt this fix if you don't have Glibc-2.2.3 installed. It will more -than likely result in all kinds of compile time problems.</para> +than likely result in all kinds of compilation problems.</para> <para><screen><userinput>patch -Np1 -i ../fileutils-&fileutils-patch-version;.patch</userinput></screen></para> |