diff options
-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 |