Ignore:
Timestamp:
07/01/2005 10:40:30 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
aabd480
Parents:
fd96303
Message:

Round 2 of several minor wording changes in chapter 6. (merged from trunk r6258)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/readline.xml

    rfd96303 r90b56f5  
    1111
    1212<sect2 role="package"><title/>
    13 <para>The Readline package contains the Readline command-line library.</para>
     13<para>The Readline package is a set of libraries that offers command-line
     14editing and history capabilities.</para>
    1415
    1516<segmentedlist>
     
    2930<title>Installation of Readline</title>
    3031
    31 <para>The following patch includes a fix for the problem where
    32 Readline sometimes only shows 33 characters on a line and then wraps
    33 to the next line. It also includes other fixes recommended by the
    34 Readline author.</para>
     32<para>The following patch includes a fix for a problem where Readline sometimes
     33only shows 33 characters on a line and then wraps to the next line. It also
     34includes other fixes recommended by the Readline author.</para>
    3535
    3636<screen><userinput>patch -Np1 -i ../readline-&readline-version;-fixes-1.patch</userinput></screen>
     
    6262<screen><userinput>chmod 755 /lib/lib{readline,history}.so*</userinput></screen>
    6363
    64 <para>Now we move the static libraries to a more appropriate
    65 location:</para>
     64<para>Now move the static libraries to a more appropriate location:</para>
    6665
    6766<screen><userinput>mv /lib/lib{readline,history}.a /usr/lib</userinput></screen>
    6867
    69 <para>Next we will remove the <filename class="extension">.so</filename> files in
    70 <filename class="directory">/lib</filename> and relink them into
    71 <filename class="directory">/usr/lib</filename>.</para>
     68<para>Next, remove the <filename class="extension">.so</filename> files in
     69<filename class="directory">/lib</filename> and relink them into <filename
     70class="directory">/usr/lib</filename>.</para>
    7271
    7372<screen><userinput>rm /lib/lib{readline,history}.so
Note: See TracChangeset for help on using the changeset viewer.