Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    rec0a37e6 r69993f4  
    2323<segtitle>Ncurses installation depends on</segtitle>
    2424<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
    25 Gawk, GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
     25Gawk, GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
    2626</segmentedlist>
    2727</sect2>
     
    4848<screen><userinput>chmod 755 /usr/lib/*.&ncurses-version;</userinput></screen>
    4949
    50 <para>Now fix a library that shouldn't be executable:</para>
     50<para>Fix a library that should not be executable:</para>
    5151
    5252<screen><userinput>chmod 644 /usr/lib/libncurses++.a</userinput></screen>
     
    9090<term><command>clear</command></term>
    9191<listitem>
    92 <para>clears the screen, if this is possible.</para>
     92<para>clears the screen, if possible.</para>
    9393<indexterm zone="ch-system-ncurses clear"><primary sortas="b-clear">clear</primary></indexterm>
    9494</listitem>
     
    169169<term><filename class="libraryfile">>libncurses*</filename></term>
    170170<listitem>
    171 <para>contains functions to display text in many complicated ways on a
     171<para>contains functions to display text in many complex ways on a
    172172terminal screen. A good example of the use of these functions is the
    173173menu displayed during the kernel's <command>make menuconfig</command>.</para>
Note: See TracChangeset for help on using the changeset viewer.