Fixed Typo

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4365 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jim Gifford 2004-12-07 22:13:33 +00:00
parent 9373e03980
commit 30c872d01a
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ of the LFS Book.</para>
</listitem> </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> Made recommended change from Robert Connolly on sed for shadow.</para></listitem>
<listitem><para>December 6th, 2004 [jeremy]: Fixed incorrect CR in ch 6 <listitem><para>December 6th, 2004 [jeremy]: Fixed incorrect CR in ch 6

View File

@ -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> <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> <para>Now we move the static libraries to a more appropriate location:</para>