diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:28:11 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:28:11 +0000 |
commit | c5ba0d6465058d9a4ed58e4af0b8902355cbf851 (patch) | |
tree | 2e57b970e1877aba83cf7e5a82bc9145924c1b8e /appendixa/ncurses-desc.xml | |
parent | bdc08c1c6419be50edb433c4425481bdabf8a5ea (diff) |
fix naming convention for lists of libraries
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1550 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/ncurses-desc.xml')
-rw-r--r-- | appendixa/ncurses-desc.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/appendixa/ncurses-desc.xml b/appendixa/ncurses-desc.xml index d91d57b65..abb28a3ef 100644 --- a/appendixa/ncurses-desc.xml +++ b/appendixa/ncurses-desc.xml @@ -63,20 +63,19 @@ libform_g.a, libmenu.[a,so], libmenu_g.a, libncurses++.a, libncurses.[a,so], libncurses_g.a, libpanel.[a,so] and libpanel_g.a</para> -<sect4><title>libcurses.[a,so], libncurses++.a, libncurses.[a,so], -libncurses_g.a</title> +<sect4><title>libcurses, libncurses++, libncurses, libncurses_g</title> <para>The libraries that make up the Ncurses library are used to display text (often in a fancy way) on the screen. An example where ncurses is used is in the kernel's <quote>make menuconfig</quote> process. The libncurses libraries are the base of the system.</para></sect4> -<sect4><title>libform.[a,so], libform_g.a</title> +<sect4><title>libform, libform_g</title> <para>libform is used to implement forms in ncurses.</para></sect4> -<sect4><title>libmenu.[a,so], libmenu_g.a</title> +<sect4><title>libmenu, libmenu_g</title> <para>libmenu is used to implement menus in ncurses.</para></sect4> -<sect4><title>libpanel.[a,so], libpanel_g.a</title> +<sect4><title>libpanel, libpanel_g</title> <para>libpanel is used to implement panels in ncurses.</para></sect4> </sect3> |