From 7ec7f68894d1951b8f06c0b0d6cb00895833a0a3 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 27 May 2009 05:17:39 +0000 Subject: [PATCH] Split the Linux API Headers index terms into individual entries rather than one long line. Fixes excessive long lines in the Index. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 7 +++ chapter06/linux-headers.xml | 91 +++++++++++++++++++++++++++++++++---- 2 files changed, 88 insertions(+), 10 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d874a6596..2ddcca015 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,11 +40,18 @@ 2009-05-26 + + [gerard] - Split the Linux API Headers index terms into + individual entries rather than one long line. Fixes excessive + long lines in the Index. + + [bdubbs] - Update Chapter 5 glibc wording concerning locales. Fixes #2410. + [gerard] - Removed From Power Up To Bash Prompt reference. Fixes #2409. diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index 041e680c3..1a0f291a7 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -69,7 +69,10 @@ cp -rv dest/include/* /usr/include Installed headers - /usr/include/{asm{,-generic},drm,linux,mtd,rdma,sound,video}/*.h + /usr/include/asm/*.h, /usr/include/asm-generic/*.h, + /usr/include/drm/*.h, /usr/include/linux/*.h, /usr/include/mtd/*.h, + /usr/include/rdma/*.h, /usr/include/sound/*.h, + /usr/include/video/*.h @@ -78,17 +81,85 @@ cp -rv dest/include/* /usr/include - - /usr/include/{asm{,-generic},drm,linux,mtd,rdma,sound,video}/*.h + + /usr/include/asm/*.h - The Linux API headers - - - /usr/include/{asm{,-generic},drm,linux,mtd, -rdma,sound,video}/*.h - + The Linux API ASM Headers + + /usr/include/asm/*.h + - + + + + /usr/include/asm-generic/*.h + + The Linux API ASM Generic Headers + + /usr/include/asm-generic/*.h + + + + + + /usr/include/drm/*.h + + The Linux API DRM Headers + + /usr/include/drm/*.h + + + + + + /usr/include/linux/*.h + + The Linux API Linux Headers + + /usr/include/linux/*.h + + + + + + /usr/include/mtd/*.h + + The Linux API MTD Headers + + /usr/include/mtd/*.h + + + + + + /usr/include/rdma/*.h + + The Linux API RDMA Headers + + /usr/include/rdma/*.h + + + + + + /usr/include/sound/*.h + + The Linux API Sound Headers + + /usr/include/sound/*.h + + + + + + /usr/include/video/*.h + + The Linux API Video Headers + + /usr/include/video/*.h + + +