diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2004-12-07 17:47:18 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2004-12-07 17:47:18 +0000 |
commit | 0fa17b726fc512466175f29a348dec6555338a5e (patch) | |
tree | aa1ef1bac33cf34eb3712361fe9076c0aa3cceb9 | |
parent | 82167e698f44c059a15b93d321548a71aad3b850 (diff) |
Updated: Fixes Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4363 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter06/shadow.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2f55b3d58..f6505c15d 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 type in shadow. +<listitem><para>December 7th, 2004 [jim]: Fixed typo in shadow. 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/shadow.xml b/chapter06/shadow.xml index 0f190100b..d5a9ec212 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -68,7 +68,7 @@ and type it all in):</para> <screen><userinput>mv /lib/libshadow.*a /usr/lib</userinput></screen> -<para>As some packages expect to find the just-moved libraries in +<para>As some packages expect to find the libraries in <filename class="directory">/usr/lib</filename>, create the following symlinks:</para> <screen><userinput>rm /lib/libshadow.so |