diff options
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index f7c585a33..08cdfbf79 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -88,21 +88,25 @@ because we just moved the file it points to:</para> </sect2> -<sect2 id="contents-zlib"><title>Contents of Zlib</title> - -<para><emphasis>Installed libraries</emphasis>: libz[a,so]</para> - -</sect2> +<sect2 id="contents-zlib" role="content"><title>Contents of Zlib</title> +<segmentedlist> +<segtitle>Installed libraries</segtitle> +<seglistitem><seg>libz[a,so]</seg></seglistitem> +</segmentedlist> -<sect2><title>Short description</title> +<variablelist><title>Short description</title> +<varlistentry> +<term id="libz"><command>libz*</command></term> +<listitem> <indexterm zone="ch-system-zlib libz"><primary sortas="c-libz*">libz*</primary></indexterm> -<para id="libz"><command>libz*</command> contains compression and un-compression +<para>contains compression and un-compression functions used by some programs.</para> +</listitem> +</varlistentry> +</variablelist> </sect2> - - </sect1> |