diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-23 17:00:34 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-23 17:00:34 +0000 |
commit | cf24ff11cc44d9454ab5c8fbb9e443fe2d34830c (patch) | |
tree | b9a26c5216dbc4724c9da37755fac0825f172b11 /appendixa/ncurses-desc.xml | |
parent | a81d3ab06106446982eb3364701fd9c667542448 (diff) |
fixed upper case / lower case mistakes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/ncurses-desc.xml')
-rw-r--r-- | appendixa/ncurses-desc.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/appendixa/ncurses-desc.xml b/appendixa/ncurses-desc.xml index 47774d90e..890f5bfe7 100644 --- a/appendixa/ncurses-desc.xml +++ b/appendixa/ncurses-desc.xml @@ -64,10 +64,9 @@ libncurses.[a,so], libncurses_g.a, libpanel.[a,so] and libpanel_g.a</para> <sect4><title>libcurses, libncurses++, libncurses, libncurses_g</title> -<para>The libraries that make up the Ncurses library are used to display +<para>These libraries are the base of the system and 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> +is in the kernel's <quote>make menuconfig</quote> process.</para></sect4> <sect4><title>libform, libform_g</title> <para>libform is used to implement forms in ncurses.</para></sect4> |