diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-21 22:02:35 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-21 22:02:35 +0000 |
commit | 4a3208584d11d4f7048dfabd213476e631fba9c3 (patch) | |
tree | 25b81e652df39e940e040e5a32b4ca87e7cf6ca3 /chapter08 | |
parent | 4e8a5326533f8a7a0c14077c2e905848e895d7fd (diff) |
Minor text changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10491 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index c556c2557..71a26b1d8 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -186,12 +186,14 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen> </warning> <warning> - <para>The headers in the system's - <filename class="directory">include</filename> directory should + <para>The headers in the system's <filename + class="directory">include</filename> directory (<filename + class="directory">/usr/include</filename>) should <emphasis>always</emphasis> be the ones against which Glibc was compiled, - that is, the sanitised headers from this Linux kernel tarball. - Therefore, they should <emphasis>never</emphasis> be replaced by either - the raw kernel headers or any other kernel sanitized headers.</para> + that is, the sanitised headers installed in <xref + linkend="ch-system-linux-headers"/>. Therefore, they should + <emphasis>never</emphasis> be replaced by either the raw kernel headers + or any other kernel sanitized headers.</para> </warning> </sect2> |