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