Changeset 3e944d6 for chapter06/bash.xml


Ignore:
Timestamp:
09/19/2004 12:24:10 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
dff7de7
Parents:
5a1e6d9
Message:

Tags corrections.chapter06/aboutdebug.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    r5a1e6d9 r3e944d6  
    4949<term><parameter>--with-installed-readline</parameter></term>
    5050<listitem><para>This options tells Bash to use the
    51 <filename>readline</filename> library that is already installed on the
    52 system rather than using its own readline version.</para></listitem>
     51<filename class="libraryfile">readline</filename> library that is already installed
     52on the system rather than using its own readline version.</para></listitem>
    5353</varlistentry>
    5454</variablelist>
     
    109109<term><command>sh</command></term>
    110110<listitem>
    111 <para>a symlink to the bash program. When invoked
    112 as <command>sh</command>, <command>bash</command> tries to mimic the 
     111<para>a symlink to the <command>bash</command> program. When invoked
     112as <command>sh</command>, <command>bash</command> tries to mimic the
    113113startup behavior of historical versions of <command>sh</command> as
    114114closely as possible, while conforming to the POSIX standard as well.</para>
Note: See TracChangeset for help on using the changeset viewer.