diff options
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter06/readline.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f6505c15d..b3003bacb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,7 +41,7 @@ of the LFS Book.</para> </listitem> --> -<listitem><para>December 7th, 2004 [jim]: Fixed typo in shadow. +<listitem><para>December 7th, 2004 [jim]: Fixed typo in shadow and in readline. Made recommended change from Robert Connolly on sed for shadow.</para></listitem> <listitem><para>December 6th, 2004 [jeremy]: Fixed incorrect CR in ch 6 diff --git a/chapter06/readline.xml b/chapter06/readline.xml index e437e3adc..c69cf4ed4 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -47,7 +47,7 @@ sometimes will only show 33 characters on a line and then wrap to the next line. <para>Give Readline's dynamic libraries to a more appropriate permissions:</para> -<screen><userinput>chmod 755 /lib/lib{readline.history}.so*</userinput></screen> +<screen><userinput>chmod 755 /lib/lib{readline,history}.so*</userinput></screen> <para>Now we move the static libraries to a more appropriate location:</para> |