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 /chapter06/grub.xml | |
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 'chapter06/grub.xml')
-rw-r--r-- | chapter06/grub.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 1c15a15cb..6b23a5cd5 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -80,32 +80,32 @@ grub-md5-crypt, grub-terminfo and mbchk</seg></seglistitem> <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="grub"><command>grub</command></term> +<varlistentry id="grub"> +<term><command>grub</command></term> <listitem> <indexterm zone="ch-system-grub grub"><primary sortas="b-grub">grub</primary></indexterm> <para>is the GRand Unified Bootloader's command shell.</para> </listitem> </varlistentry> -<varlistentry> -<term id="grub-install"><command>grub-install</command></term> +<varlistentry id="grub-install"> +<term><command>grub-install</command></term> <listitem> <indexterm zone="ch-system-grub grub-install"><primary sortas="b-grub-install">grub-install</primary></indexterm> <para>installs GRUB on the given device.</para> </listitem> </varlistentry> -<varlistentry> -<term id="grub-md5-crypt"><command>grub-md5-crypt</command></term> +<varlistentry id="grub-md5-crypt"> +<term><command>grub-md5-crypt</command></term> <listitem> <indexterm zone="ch-system-grub grub-md5-crypt"><primary sortas="b-grub-md5-crypt">grub-md5-crypt</primary></indexterm> <para>encrypts a password in MD5 format.</para> </listitem> </varlistentry> -<varlistentry> -<term id="grub-terminfo"><command>grub-terminfo</command></term> +<varlistentry id="grub-terminfo"> +<term><command>grub-terminfo</command></term> <listitem> <indexterm zone="ch-system-grub grub-terminfo"><primary sortas="b-grub-terminfo">grub-terminfo</primary></indexterm> <para>generates a terminfo command from a @@ -113,8 +113,8 @@ terminfo name. It can be used if you have an uncommon terminal.</para> </listitem> </varlistentry> -<varlistentry> -<term id="mbchk"><command>mbchk</command></term> +<varlistentry id="mbchk"> +<term><command>mbchk</command></term> <listitem> <indexterm zone="ch-system-grub mbchk"><primary sortas="b-mbchk">mbchk</primary></indexterm> <para>checks the format of a multi-boot kernel.</para> |