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