Changeset fd895bf for chapter06


Ignore:
Timestamp:
09/02/2004 12:34:20 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
73734b6
Parents:
dadb405
Message:

Reword the need for the Bash patch to make it more clear

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    rdadb405 rfd895bf  
    2929<title>Installation of Bash</title>
    3030
    31 <para>The following patch fixes a problem where Bash sometimes will
    32 only show 33 characters on a line and then wraps to the next
    33 line. This patch modifies Bash's internal readline library. This patch
    34 is therefore only needed if the Readline package was not installed
    35 earlier in this chapter.</para>
     31<para>The following patch is only necessary if Readline was not
     32installed as suggested.  This patch fixes a problem where Bash
     33sometimes limits 33 characters to a line before wrapping to the next
     34line. If Readline has been installed per the instructions, this patch
     35is not necessary because the patch applied to the Readine package
     36already resolves this issue.</para>
    3637
    3738<screen><userinput>patch -Np1 -i ../bash-&bash-version;-display_wrap-1.patch</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.