diff options
Diffstat (limited to 'chapter06/man-pages.xml')
-rw-r--r-- | chapter06/man-pages.xml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/chapter06/man-pages.xml b/chapter06/man-pages.xml index ae5d0dca5..532f5a962 100644 --- a/chapter06/man-pages.xml +++ b/chapter06/man-pages.xml @@ -34,22 +34,25 @@ </sect2> -<sect2 id="contents-manpages"><title>Contents of Man-pages</title> - -<para><emphasis>Installed files</emphasis>: various manual pages</para> - -</sect2> +<sect2 id="contents-manpages" role="content"><title>Contents of Man-pages</title> +<segmentedlist> +<segtitle>Installed files</segtitle> +<seglistitem><seg>various manual pages</seg></seglistitem> +</segmentedlist> -<sect2><title>Short description</title> +<variablelist><title>Short descriptions</title> +<varlistentry> +<term id="manual-pages"><emphasis>manual pages</emphasis></term> +<listitem> <indexterm zone="ch-system-man-pages manual-pages"><primary sortas="e-manual-pages">manual pages</primary></indexterm> -<para id="manual-pages">Examples of provided <emphasis>manual pages</emphasis> are the pages -describing all the C and C++ functions, important device files, and important -configuration files.</para> +<para>Examples of provided manual pages are the pages describing all the C and +C++ functions, important device files, and important configuration files.</para> +</listitem> +</varlistentry> +</variablelist> </sect2> - - </sect1> |