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