diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-18 20:38:03 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-18 20:38:03 +0000 |
commit | df8334f9247ba4aca231fab539c83a0a986236ee (patch) | |
tree | 5b5c3c52714247c636edb8697734738220ded771 /chapter06/less.xml | |
parent | 132b7533ed7ba8e6a32b9719e9d70a7089208393 (diff) |
HEAD: Retaged the command explanations in Chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/less.xml')
-rw-r--r-- | chapter06/less.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/chapter06/less.xml b/chapter06/less.xml index 1aa67392d..d1f95e419 100644 --- a/chapter06/less.xml +++ b/chapter06/less.xml @@ -34,11 +34,13 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> <para>The meaning of the configure option:</para> -<itemizedlist> -<listitem><para><userinput>--sysconfdir=/etc</userinput>: This option tells the -programs created by the package to look in <filename>/etc</filename> for their -configuration files.</para></listitem> -</itemizedlist> +<variablelist> +<varlistentry> +<term><userinput>--sysconfdir=/etc</userinput></term> +<listitem><para>This option tells the programs created by the package to look in +<filename>/etc</filename> for their configuration files.</para></listitem> +</varlistentry> +</variablelist> <para>Compile the package:</para> |