diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-21 18:02:46 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-21 18:02:46 +0000 |
commit | c6761bf5abc64e3d8bfeef11cfddf2a42e130c5b (patch) | |
tree | ae6a54c6475ac79c37e62b89bb760365f83b9701 | |
parent | b79ee96cdb6c23a00a946218765e71da115ef3f5 (diff) |
Typo fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7554 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | prologue/hostreqs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 2080c3457..b29b58c6a 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -73,10 +73,10 @@ </itemizedlist> - <para>The reason for the kernel version requirement is that TLS support in - Binutils don't be built and the Native POSIX Threading Library (NPTL) - test suite will segfault if the host's kernel isn't a 2.6 kernel and has - not been compiled with GCC-3.0 or a later version.</para> + <para>The reason for the kernel version requirement is that thread-local + storage support in Binutils will not be built and the Native POSIX Threading + Library (NPTL) test suite will segfault if the host's kernel isn't a 2.6 + kernel and has not been compiled with GCC-3.0 or a later version.</para> <para>In order to determine whether the host kernel meets the requirements outlined above, run the following command:</para> |