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/tar.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/tar.xml')
-rw-r--r-- | chapter06/tar.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index 1d457bf1f..d6de8d795 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -55,8 +55,8 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem> <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="rmt"><command>rmt</command></term> +<varlistentry id="rmt"> +<term><command>rmt</command></term> <listitem> <indexterm zone="ch-system-tar rmt"><primary sortas="b-rmt">rmt</primary></indexterm> <para>is used to remotely manipulate a magnetic @@ -64,8 +64,8 @@ tape drive, through an interprocess communication connection.</para> </listitem> </varlistentry> -<varlistentry> -<term id="tar"><command>tar</command></term> +<varlistentry id="tar"> +<term><command>tar</command></term> <listitem> <indexterm zone="ch-system-tar tar"><primary sortas="b-tar">tar</primary></indexterm> <para>is used to create and extract files from archives, also known as tarballs.</para> |