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