diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 21:37:26 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 21:37:26 +0000 |
commit | b8a819fd7bca2d339d92375130c556cca465aa1d (patch) | |
tree | e50ac7f33f4bafb2fb0d129181ba168181bc4083 /chapter06/less.xml | |
parent | 8d11d9f0c80a970ae5aa1a4f95123d70ac8f485e (diff) |
Changed the id's location in the Short descriptions sections to fix a bug in the PDF generation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/less.xml')
-rw-r--r-- | chapter06/less.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/less.xml b/chapter06/less.xml index d1f95e419..48be223b6 100644 --- a/chapter06/less.xml +++ b/chapter06/less.xml @@ -61,8 +61,8 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="less"><command>less</command></term> +<varlistentry id="less"> +<term><command>less</command></term> <listitem> <indexterm zone="ch-system-less less"><primary sortas="b-less">less</primary></indexterm> <para>is a file viewer or pager. It displays the contents of the given file, letting you @@ -70,16 +70,16 @@ scroll around, find strings, and jump to marks.</para> </listitem> </varlistentry> -<varlistentry> -<term id="lessecho"><command>lessecho</command></term> +<varlistentry id="lessecho"> +<term><command>lessecho</command></term> <listitem> <indexterm zone="ch-system-less lessecho"><primary sortas="b-lessecho">lessecho</primary></indexterm> <para>is needed to expand meta-characters, such as * and ?, in filenames on Unix systems.</para> </listitem> </varlistentry> -<varlistentry> -<term id="lesskey"><command>lesskey</command></term> +<varlistentry id="lesskey"> +<term><command>lesskey</command></term> <listitem> <indexterm zone="ch-system-less lesskey"><primary sortas="b-lesskey">lesskey</primary></indexterm> <para>is used to specify the key bindings for less.</para> |