aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/less-desc.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-24 22:29:16 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-24 22:29:16 +0000
commit978d0bffc413b67ead9db2d2816b916cf3d502ca (patch)
tree785d8d08754099e55a26599f8d5ccce81b456cb4 /appendixa/less-desc.xml
parentaa497295b352d45ebe2e9d1eaa4a46c49e2cf521 (diff)
Changing the style of the command descriptions in appendix A.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/less-desc.xml')
-rw-r--r--appendixa/less-desc.xml23
1 files changed, 9 insertions, 14 deletions
diff --git a/appendixa/less-desc.xml b/appendixa/less-desc.xml
index 4afc489fc..e60c79abb 100644
--- a/appendixa/less-desc.xml
+++ b/appendixa/less-desc.xml
@@ -6,20 +6,15 @@
<sect3><title>Program file descriptions</title>
-<sect4><title>less</title>
-<para>The less program is a file pager (or text viewer). It
-displays the contents of a file and has 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>
+<para><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><command>lessecho</command> is needed to expand metacharacters,
+such as * and ?, in filenames on Unix systems.</para>
+
+<para><command>lesskey</command> is used to specify the key bindings
+for less.</para>
</sect3>