diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
commit | c6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch) | |
tree | 3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/man-pages.xml | |
parent | 01b2724c70a6addd4e2190649c14a79be3a85090 (diff) |
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |