From 30c872d01a5e40d8bb75f9a436ff823f08967f27 Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Tue, 7 Dec 2004 22:13:33 +0000 Subject: [PATCH] Fixed Typo git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4365 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 2 +- 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. --> -December 7th, 2004 [jim]: Fixed typo in shadow. +December 7th, 2004 [jim]: Fixed typo in shadow and in readline. Made recommended change from Robert Connolly on sed for shadow. 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. Give Readline's dynamic libraries to a more appropriate permissions: -chmod 755 /lib/lib{readline.history}.so* +chmod 755 /lib/lib{readline,history}.so* Now we move the static libraries to a more appropriate location: