diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
commit | c6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch) | |
tree | 3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/tar.xml | |
parent | 01b2724c70a6addd4e2190649c14a79be3a85090 (diff) |
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r-- | chapter06/tar.xml | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index f8a8a856e..1d457bf1f 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -46,24 +46,33 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem> </sect2> -<sect2 id="contents-tar"><title>Contents of Tar</title> +<sect2 id="contents-tar" role="content"><title>Contents of Tar</title> -<para><emphasis>Installed programs</emphasis>: rmt and tar</para> - -</sect2> +<segmentedlist> +<segtitle>Installed programs</segtitle> +<seglistitem><seg>rmt and tar</seg></seglistitem> +</segmentedlist> -<sect2><title>Short descriptions</title> +<variablelist><title>Short descriptions</title> +<varlistentry> +<term id="rmt"><command>rmt</command></term> +<listitem> <indexterm zone="ch-system-tar rmt"><primary sortas="b-rmt">rmt</primary></indexterm> -<para id="rmt"><command>rmt</command> is used to remotely manipulate a magnetic +<para>is used to remotely manipulate a magnetic tape drive, through an interprocess communication connection.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="tar"><command>tar</command></term> +<listitem> <indexterm zone="ch-system-tar tar"><primary sortas="b-tar">tar</primary></indexterm> -<para id="tar"><command>tar</command> is used to create and extract files from -archives, also known as tarballs.</para> +<para>is used to create and extract files from archives, also known as tarballs.</para> +</listitem> +</varlistentry> +</variablelist> </sect2> - - </sect1> |