diff options
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r-- | chapter06/tar.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index 089ab91e6..f8a8a856e 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -3,23 +3,29 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-tar" xreflabel="Tar"> +<sect1 id="ch-system-tar" xreflabel="Tar" role="wrap"> <title>Tar-&tar-version;</title> <?dbhtml filename="tar.html"?> <indexterm zone="ch-system-tar"><primary sortas="a-Tar">Tar</primary></indexterm> +<sect2 role="package"><title/> <para>The Tar package contains an archiving program.</para> -<screen>&buildtime; 0.2 SBU -&diskspace; 10 MB</screen> - -<para>Tar installation depends on: Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.2 SBU</seg><seg>10 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Tar installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, +Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Tar</title> <para>Prepare Tar for compilation:</para> |