diff options
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> |