Ignore:
Timestamp:
08/08/2004 02:11:09 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
5ba3d1d
Parents:
6e41459
Message:

Completed global edits for upcoming 6.0 release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/readline.xml

    r6e41459 ref13657  
    4141<screen><userinput>make install</userinput></screen>
    4242
    43 <para>Give Readline's dynamic libraries to a more appropriate permissions:</para>
     43<para>Give Readline's dynamic libraries more appropriate permissions:</para>
    4444
    4545<screen><userinput>chmod 755 /usr/lib/*.&readline-version;</userinput></screen>
    4646
    47 <para>And move them to a more appropriate location:</para>
     47<para>Move the dynamic libraries to a more appropriate location:</para>
    4848
    4949<screen><userinput>mv /usr/lib/lib{readline,history}.so.5* /lib</userinput></screen>
     
    6161<segmentedlist>
    6262<segtitle>Installed libraries</segtitle>
    63 <seglistitem><seg>Not checked</seg></seglistitem>
     63<seglistitem><seg>libhistory.[a,so], libreadline.[a,so]</seg></seglistitem>
    6464</segmentedlist>
     65
     66<variablelist><title>Short descriptions</title>
     67
     68<varlistentry id="libhistory">
     69<term><filename class="libraryfile">libhistory</filename></term>
     70<listitem>
     71<indexterm zone="ch-system-readline libhistory"><primary sortas="c-libhistory">libhistory</primary></indexterm>
     72<para>a programming tool that provides a consistent user interface
     73for recalling lines of history.</para>
     74</listitem>
     75</varlistentry>
     76
     77<varlistentry id="libreadline">
     78<term><filename class="libraryfile">libreadline</filename></term>
     79<listitem>
     80<indexterm zone="ch-system-readline libreadline"><primary sortas="c-libreadline">libreadline</primary></indexterm>
     81<para>a utility which aids in the consistency of user interface
     82across discrete programs that need to provide a command line
     83interface.</para>
     84</listitem>
     85</varlistentry>
     86
     87</variablelist>
     88
    6589</sect2>
    6690
     91</sect1>
    6792
    68 </sect1>
Note: See TracChangeset for help on using the changeset viewer.