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 /chapter06 | |
parent | 82167e698f44c059a15b93d321548a71aad3b850 (diff) |
Updated: Fixes Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4363 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shadow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |