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/man.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/man.xml')
-rw-r--r-- | chapter06/man.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/chapter06/man.xml b/chapter06/man.xml index babe2acdf..552d07d21 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -121,8 +121,8 @@ man2dvi, man2html and whatis</seg></seglistitem> <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="apropos"><command>apropos</command></term> +<varlistentry id="apropos"> +<term><command>apropos</command></term> <listitem> <indexterm zone="ch-system-man apropos"><primary sortas="b-apropos">apropos</primary></indexterm> <para>searches the whatis database and displays @@ -130,8 +130,8 @@ the short descriptions of system commands that contain a given string.</para> </listitem> </varlistentry> -<varlistentry> -<term id="makewhatis"><command>makewhatis</command></term> +<varlistentry id="makewhatis"> +<term><command>makewhatis</command></term> <listitem> <indexterm zone="ch-system-man makewhatis"><primary sortas="b-makewhatis">makewhatis</primary></indexterm> <para>builds the whatis database. It reads @@ -140,32 +140,32 @@ short description in the whatis database.</para> </listitem> </varlistentry> -<varlistentry> -<term id="man"><command>man</command></term> +<varlistentry id="man"> +<term><command>man</command></term> <listitem> <indexterm zone="ch-system-man man"><primary sortas="b-man">man</primary></indexterm> <para>formats and displays the requested on-line manual page.</para> </listitem> </varlistentry> -<varlistentry> -<term id="man2dvi"><command>man2dvi</command></term> +<varlistentry id="man2dvi"> +<term><command>man2dvi</command></term> <listitem> <indexterm zone="ch-system-man man2dvi"><primary sortas="b-man2dvi">man2dvi</primary></indexterm> <para>converts a manual page into dvi format.</para> </listitem> </varlistentry> -<varlistentry> -<term id="man2html"><command>man2html</command></term> +<varlistentry id="man2html"> +<term><command>man2html</command></term> <listitem> <indexterm zone="ch-system-man man2html"><primary sortas="b-man2html">man2html</primary></indexterm> <para>converts a manual page into html.</para> </listitem> </varlistentry> -<varlistentry> -<term id="whatis"><command>whatis</command></term> +<varlistentry id="whatis"> +<term><command>whatis</command></term> <listitem> <indexterm zone="ch-system-man whatis"><primary sortas="b-whatis">whatis</primary></indexterm> <para>searches the whatis database and displays the short descriptions of system |