diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 6 | ||||
-rw-r--r-- | chapter06/readline.xml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index a3e835682..2dd8d81ea 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -28,10 +28,10 @@ GCC, Glibc, Grep, Make, Ncurses, Sed.</seg></seglistitem> <sect2 role="installation"> <title>Installation of Bash</title> -<para>The following patch fixes a problem where Bash sometimes will only show -33 characters on a line and then wraps to the next line.</para> +<para>The following patch fixes various issues. Including a problem where Bash +sometimes will only show 33 characters on a line and then wraps to the next line.</para> -<screen><userinput>patch -Np1 -i ../bash-&bash-version;-display_wrap-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../bash-&bash-version;-fixes-1.patch</userinput></screen> <para>Prepare Bash for compilation:</para> diff --git a/chapter06/readline.xml b/chapter06/readline.xml index cdb9e6f8a..5ce6413ba 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -28,10 +28,10 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> <sect2 role="installation"> <title>Installation of Readline</title> -<para>The following patch fixes a problem where Readline sometimes will only -show 33 characters on a line and then wrap to the next line.</para> +<para>The following patch fixes various issues including a problem where Readline +sometimes will only show 33 characters on a line and then wrap to the next line.</para> -<screen><userinput>patch -Np1 -i ../readline-&readline-version;-display_wrap-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../readline-&readline-version;-fixes-1.patch</userinput></screen> <para>Prepare Readline for compilation:</para> |