diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-02-03 23:24:24 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-02-03 23:24:24 +0000 |
commit | e4b9338243e80e23c08eccaaf770259edbe72c5d (patch) | |
tree | e7f115ade9983172971131d41934b6e1e90959bb /chapter06/glibc-inst.xml | |
parent | 6f531d7b8c0fa937866a56c6ab729fc0f75d94e0 (diff) |
fix typo's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2416 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index e5af3774c..d5d96a310 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -81,14 +81,14 @@ cd ../glibc-build</userinput></screen></para> <para>The meaning of the configure options are:</para> <itemizedlist> -<listitem><para><userinput>--disable-profile:</userinput> This disables the +<listitem><para><userinput>--disable-profile</userinput>: This disables the building of libraries with profiling information. This command may be omitted if you plan to do profiling.</para></listitem> -<listitem><para><userinput>--enable-add-ons:</userinput> This enables the +<listitem><para><userinput>--enable-add-ons</userinput>: This enables the add-on that we install with Glibc, linuxthreads</para></listitem> -<listitem><para><userinput>--libexecdir=/usr/bin:</userinput> This will +<listitem><para><userinput>--libexecdir=/usr/bin</userinput>: This will cause the pt_chown program to be installed in the /usr/bin directory.</para></listitem> </itemizedlist> |