diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-07 09:48:59 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-07 09:48:59 +0000 |
commit | 9960acdb67d8b03c4142c5a56848d98454e9bf47 (patch) | |
tree | 504792b68d96d1d71c069294771f97fa744bdaaf /chapter06/glibc-exp.xml | |
parent | 59250de15e87bd68bf17893f55b43f1581495ff9 (diff) |
a few typo fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r-- | chapter06/glibc-exp.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index 90a41cc14..11c8d6b47 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -5,12 +5,12 @@ null device to compile properly. All other devices will be created in the next section.</para> -<para><userinput>touch /etc/ld.so.conf</userinput> One of the final steps of -the Glibc installation is running ldconfig to update the dynamic loader -cache. If this file isn't present Glibc will abort with an error that it -can't read the file. So we create an empty file for it (the empty file -will have Glibc default to using /lib and -/usr/lib which is fine right now).</para> +<para><userinput>touch /etc/ld.so.conf</userinput> One of the final steps +of the Glibc installation is running ldconfig to update the dynamic loader +cache. If this file doesn't exist, the installation will abort with an error +that it can't read the file, so we simply create an empty file (the empty file +will have Glibc default to using /lib and /usr/lib which is fine +right now).</para> <para><userinput>sed s/"\$(PERL)"/"\/usr\/bin\/perl"/ ../glibc-2.2.3/malloc/Makefile > tmp~:</userinput> This sed command |