diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
commit | c6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch) | |
tree | 3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/less.xml | |
parent | 01b2724c70a6addd4e2190649c14a79be3a85090 (diff) |
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/less.xml')
-rw-r--r-- | chapter06/less.xml | 44 |
1 files changed, 27 insertions, 17 deletions
diff --git a/chapter06/less.xml b/chapter06/less.xml index f855c9e85..1aa67392d 100644 --- a/chapter06/less.xml +++ b/chapter06/less.xml @@ -50,31 +50,41 @@ configuration files.</para></listitem> </sect2> +<sect2 id="contents-less" role="content"><title>Contents of Less</title> -<sect2 id="contents-less"><title>Contents of Less</title> - -<para><emphasis>Installed programs</emphasis>: less, lessecho and lesskey</para> - -</sect2> - +<segmentedlist> +<segtitle>Installed programs</segtitle> +<seglistitem><seg>less, lessecho and lesskey</seg></seglistitem> +</segmentedlist> -<sect2><title>Short descriptions</title> +<variablelist><title>Short descriptions</title> +<varlistentry> +<term id="less"><command>less</command></term> +<listitem> <indexterm zone="ch-system-less less"><primary sortas="b-less">less</primary></indexterm> -<para id="less"><command>less</command> is a file viewer or pager. It displays the -contents of the given file, letting you scroll around, find strings, and jump -to marks.</para> - +<para>is a file viewer or pager. It displays the contents of the given file, letting you +scroll around, find strings, and jump to marks.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term id="lessecho"><command>lessecho</command></term> +<listitem> <indexterm zone="ch-system-less lessecho"><primary sortas="b-lessecho">lessecho</primary></indexterm> -<para id="lessecho"><command>lessecho</command> is needed to expand meta-characters, -such as * and ?, in filenames on Unix systems.</para> +<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> +<listitem> <indexterm zone="ch-system-less lesskey"><primary sortas="b-lesskey">lesskey</primary></indexterm> -<para id="lesskey"><command>lesskey</command> is used to specify the key bindings -for less.</para> +<para>is used to specify the key bindings for less.</para> +</listitem> +</varlistentry> +</variablelist> </sect2> - - </sect1> |