diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-20 11:13:23 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-20 11:13:23 +0000 |
commit | cb93a88fc62a7de2263b6811b19ee6c3bcc39ee8 (patch) | |
tree | a078526de23edd93cfff0ecbe0a2f7efbede2b28 /chapter06 | |
parent | a969fce5258fa7d7e06a4fbc6d7d470b075b046e (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4656 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 8e7732795..20171335f 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -46,8 +46,8 @@ Glibc autoconf tests would give false results and defeat the goal of achieving a clean build.</para> <para>The linuxthreads tarball contains the man pages for the -threading libraries installed by glibc. Unpack the tarball from -within the glibc source directory:</para> +threading libraries installed by Glibc. Unpack the tarball from +within the Glibc source directory:</para> <screen><userinput>tar xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen> |