diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
commit | bdc08c1c6419be50edb433c4425481bdabf8a5ea (patch) | |
tree | b93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/libtool-desc.xml | |
parent | 76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff) |
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/libtool-desc.xml')
-rw-r--r-- | appendixa/libtool-desc.xml | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/appendixa/libtool-desc.xml b/appendixa/libtool-desc.xml index 77649191e..41b347ecc 100644 --- a/appendixa/libtool-desc.xml +++ b/appendixa/libtool-desc.xml @@ -1,23 +1,30 @@ -<sect2><title>Contents</title> +<sect2><title>Contents of libtool-&libtool-contversion;</title> -<para>The Libtool package contains the libtool and libtoolize programs. It -also contains the ltdl library.</para> +<sect3><title>Program Files</title> +<para>libtool and libtoolize</para></sect3> -</sect2> - -<sect2><title>Description</title> +<sect3><title>Descriptions</title> -<sect3><title>libtool</title> +<sect4><title>libtool</title> <para>Libtool provides generalized library-building -support services.</para></sect3> +support services.</para></sect4> -<sect3><title>libtoolize</title> +<sect4><title>libtoolize</title> <para>libtoolize provides a standard way to add libtool support to a -package.</para></sect3> +package.</para></sect4> + +</sect3> -<sect3><title>ltdl library</title> +<sect3><title>Library Files</title> +<para>libltdl.[a,so]</para></sect3> + +<sect3><title>Descriptions</title> + +<sect4><title>libltdl</title> <para>Libtool provides a small library, called `libltdl', that aims at hiding -the various difficulties of dlopening libraries from programmers.</para></sect3> +the various difficulties of dlopening libraries from programmers.</para></sect4> + +</sect3> </sect2> |