diff options
Diffstat (limited to 'chapter06/man.xml')
-rw-r--r-- | chapter06/man.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter06/man.xml b/chapter06/man.xml index 6a95b0702..babe2acdf 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -54,11 +54,14 @@ redundant results when using programs such as <command>whatis</command>:</para> <para>The meaning of the configure options:</para> -<itemizedlist> -<listitem><para><userinput>-confdir=/etc</userinput>: This tells the +<variablelist> +<varlistentry> +<term><userinput>-confdir=/etc</userinput></term> +<listitem><para>This tells the <command>man</command> program to look for the <filename>man.conf</filename> configuration file in the <filename>/etc</filename> directory.</para></listitem> -</itemizedlist> +</varlistentry> +</variablelist> <para>Compile the package:</para> |