mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 06:14:13 +01:00
Fixed Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4365 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9373e03980
commit
30c872d01a
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user