aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index f3b7d108f..40bc3b3a9 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -55,14 +55,17 @@ cd ../glibc-build</userinput></screen>
<para>The meaning of the new configure options:</para>
-<itemizedlist>
-<listitem><para><userinput>--libexecdir=/tmp/pt_chown</userinput>: This changes
+<variablelist>
+<varlistentry>
+<term><userinput>--libexecdir=/tmp/pt_chown</userinput></term>
+<listitem><para>This changes
the location of the <filename>pt_chown</filename> program from its default of
<filename class="directory">/usr/libexec</filename> to
<filename class="directory">/tmp/pt_chown</filename>. This program isn't required
on modern systems, so we install it in a place from which we will delete it
later.</para></listitem>
-</itemizedlist>
+</varlistentry>
+</variablelist>
<para>Compile the package:</para>