aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/less-desc.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-02-06 23:15:46 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-02-06 23:15:46 +0000
commitbdc08c1c6419be50edb433c4425481bdabf8a5ea (patch)
treeb93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/less-desc.xml
parent76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff)
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/less-desc.xml')
-rw-r--r--appendixa/less-desc.xml34
1 files changed, 20 insertions, 14 deletions
diff --git a/appendixa/less-desc.xml b/appendixa/less-desc.xml
index 1a3121f81..ce2026fca 100644
--- a/appendixa/less-desc.xml
+++ b/appendixa/less-desc.xml
@@ -1,20 +1,26 @@
-<sect2><title>Contents</title>
+<sect2><title>Contents of less-&less-contversion;</title>
-<para>The Less package contains the less program</para>
+<sect3><title>Program Files</title>
+<para>less, lessecho and lesskey</para></sect3>
-</sect2>
+<sect3><title>Description</title>
+
+<sect4><title>less</title>
+<para>The less program is a file pager (or text viewer). It
+displays the contents of a file with the ability to scroll. Less is an
+improvement on the common pager called <quote>more</quote>. Less has
+the ability to scroll backwards through files as well and it doesn't need
+to read the entire file when it starts, which makes it faster when reading
+large files.</para></sect4>
+
+<sect4><title>lessecho</title>
+<para>lessecho is needed to expand metacharacters, such as * and ?, in
+filenames on Unix systems.</para></sect4>
+
+<sect4><title>lesskey</title>
+<para>lesskey is used to specify key bindings for less.</para></sect4>
-<sect2><title>Description</title>
-
-<para>The less program is a file pager (or text viewer). It displays the
-contents
-of a file with the ability to scroll. Less is an improvement on the
-common
-pager called <quote>more</quote>. Less has the ability to scroll
-backwards
-through files as well and it doesn't need to read the entire file when
-it
-starts, which makes it faster when reading large files.</para>
+</sect3>
</sect2>