diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-03-13 17:58:54 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-03-13 17:58:54 +0000 |
commit | 78cc3be1c3edc5f411095e26ae251b290b17bfe5 (patch) | |
tree | 2421211482f305a1a4f8638e1674f860a5bf8604 /chapter06/linux-headers.xml | |
parent | 1263de24b91da3f03775e358e8efe4f4820b4a56 (diff) |
Update all chapter 6 contents and description sections.
Patch by Xi Ruoyao.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/linux-headers.xml')
-rw-r--r-- | chapter06/linux-headers.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index edc90b9be..c517b8d57 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -130,6 +130,16 @@ find dest/include \( -name .install -o -name ..install.cmd \) -delete </listitem> </varlistentry> + <varlistentry id="misc"> + <term><filename class="headerfile">/usr/include/misc/*.h</filename></term> + <listitem> + <para>The Linux API Miscellaneous Headers</para> + <indexterm zone="ch-system-linux-headers misc"> + <primary sortas="e-/usr/include/misc/*.h">/usr/include/misc/*.h</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="mtd"> <term><filename class="headerfile">/usr/include/mtd/*.h</filename></term> <listitem> |