Bladeren bron

Fixed Typo

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4365 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jim Gifford 20 jaren geleden
bovenliggende
commit
30c872d01a
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      chapter01/changelog.xml
  2. 1 1
      chapter06/readline.xml

+ 1 - 1
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

+ 1 - 1
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>