aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2004-12-07 22:13:33 +0000
committerJim Gifford <jim@linuxfromscratch.org>2004-12-07 22:13:33 +0000
commit30c872d01a5e40d8bb75f9a436ff823f08967f27 (patch)
tree48b845c0c8527cefd912f1a35d74e2ba6122daae
parent9373e039800b3a6fac3472f0672b4b6f1f62bde9 (diff)
Fixed Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4365 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--chapter06/readline.xml2
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>