diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 21:37:26 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 21:37:26 +0000 |
commit | b8a819fd7bca2d339d92375130c556cca465aa1d (patch) | |
tree | e50ac7f33f4bafb2fb0d129181ba168181bc4083 /chapter08 | |
parent | 8d11d9f0c80a970ae5aa1a4f95123d70ac8f485e (diff) |
Changed the id's location in the Short descriptions sections to fix a bug in the PDF generation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 6013089e5..6c5123ee0 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -145,8 +145,8 @@ and the System.map</seg></seglistitem> <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="kernel">The <emphasis>kernel</emphasis></term> +<varlistentry id="kernel"> +<term>The <emphasis>kernel</emphasis></term> <listitem> <indexterm zone="ch-bootable-kernel kernel"><primary sortas="b-kernel">kernel</primary></indexterm> <para>is the engine of your GNU/Linux system. @@ -158,8 +158,8 @@ of running scores of programs seemingly at the same time.</para> </listitem> </varlistentry> -<varlistentry> -<term id="kernel-headers">The <emphasis>kernel headers</emphasis></term> +<varlistentry id="kernel-headers"> +<term>The <emphasis>kernel headers</emphasis></term> <listitem> <indexterm zone="ch-bootable-kernel kernel-headers"><primary sortas="e-kernel-headers">kernel headers</primary></indexterm> <para>define the interface to the @@ -170,8 +170,8 @@ the ones against which Glibc was compiled and should therefore </listitem> </varlistentry> -<varlistentry> -<term id="System.map"><filename>System.map</filename></term> +<varlistentry id="System.map"> +<term><filename>System.map</filename></term> <listitem> <indexterm zone="ch-bootable-kernel System.map"><primary sortas="e-/boot/System.map">/boot/System.map</primary></indexterm> <para>is a list of addresses and symbols. It maps the entry points and addresses |