diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-21 19:38:32 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-21 19:38:32 +0000 |
commit | 3f0c882398e626cd92503b1bd964a32e89f818dc (patch) | |
tree | 73e2935fe138615f4ec2d430fb7fbf6ae8fa9a80 /chapter06/less.xml | |
parent | aaa3260c039e40d68545922b64199b039da6af7b (diff) |
Removed the text in chapter 06.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/less.xml')
-rw-r--r-- | chapter06/less.xml | 49 |
1 files changed, 1 insertions, 48 deletions
diff --git a/chapter06/less.xml b/chapter06/less.xml index 8ab252fc0..bfd2b2a8b 100644 --- a/chapter06/less.xml +++ b/chapter06/less.xml @@ -10,7 +10,6 @@ <indexterm zone="ch-system-less"><primary sortas="a-Less">Less</primary></indexterm> <sect2 role="package"><title/> -<para>The Less package contains a text file viewer.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -18,11 +17,6 @@ <seglistitem><seg>0.1 SBU</seg><seg>3.4 MB</seg></seglistitem> </segmentedlist> -<segmentedlist> -<segtitle>Less installation depends on</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> -</segmentedlist> </sect2> <sect2 role="installation"> @@ -32,16 +26,6 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> <screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen> -<para>The meaning of the configure option:</para> - -<variablelist> -<varlistentry> -<term><parameter>--sysconfdir=/etc</parameter></term> -<listitem><para>This option tells the programs created by the package to look in -<filename class="directory">/etc</filename> for their configuration files.</para></listitem> -</varlistentry> -</variablelist> - <para>Compile the package:</para> <screen><userinput>make</userinput></screen> @@ -54,38 +38,7 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> <sect2 id="contents-less" role="content"><title>Contents of Less</title> -<segmentedlist> -<segtitle>Installed programs</segtitle> -<seglistitem><seg>less, lessecho and lesskey</seg></seglistitem> -</segmentedlist> - -<variablelist><title>Short descriptions</title> - -<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 -scroll around, find strings, and jump to marks.</para> -</listitem> -</varlistentry> - -<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 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 <command>less</command>.</para> -</listitem> -</varlistentry> -</variablelist> +<para>See testing</para> </sect2> |