From bdea25ce6ab3952ccfca27d46eca93d3adf0fc0f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 5 Feb 2006 13:17:43 +0000 Subject: Indenting chapter 6, part 7 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7351 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/less.xml | 177 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 104 insertions(+), 73 deletions(-) (limited to 'chapter06/less.xml') diff --git a/chapter06/less.xml b/chapter06/less.xml index 817a6c67e..5d1f9d626 100644 --- a/chapter06/less.xml +++ b/chapter06/less.xml @@ -1,97 +1,128 @@ - %general-entities; ]> + -Less-&less-version; - + + + Less-&less-version; + + + Less + + + + + + <para>The Less package contains a text file viewer.</para> -<indexterm zone="ch-system-less"><primary sortas="a-Less">Less</primary></indexterm> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<sect2 role="package"><title/> -<para>The Less package contains a text file viewer.</para> + <seglistitem> + <seg>0.1 SBU</seg> + <seg>2.3 MB</seg> + </seglistitem> + </segmentedlist> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.1 SBU</seg><seg>2.3 MB</seg></seglistitem> -</segmentedlist> + <segmentedlist> + <segtitle>&dependencies;</segtitle> -<segmentedlist> -<segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> -</segmentedlist> -</sect2> + <seglistitem> + <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, + Ncurses, and Sed</seg> + </seglistitem> + </segmentedlist> -<sect2 role="installation"> -<title>Installation of Less + -Prepare Less for compilation: + + Installation of Less + + Prepare Less for compilation: ./configure --prefix=/usr --sysconfdir=/etc -The meaning of the configure options: + + The meaning of the configure options: + + + --sysconfdir=/etc + + This option tells the programs created by the package to look + in /etc for the configuration + files. + + - - ---sysconfdir=/etc -This option tells the programs created by the package to look in -/etc for the configuration files. - - + -Compile the package: + Compile the package: make -This package does not come with a test suite. + This package does not come with a test suite. -Install the package: + Install the package: make install - - -Contents of Less - - -Installed programs -less, lessecho, and lesskey - - -Short Descriptions - - - - -less - -A file viewer or pager; it displays the contents of the given -file, letting the user scroll, find strings, and jump to marks -less - - - - -lessecho - -Needed to expand meta-characters, such as * -and ?, in filenames on Unix systems -lessecho - - - - -lesskey - -Used to specify the key bindings for less -lesskey - - - - - - + + + + Contents of Less + + + Installed programs + + + less, lessecho, and lesskey + + + + + Short Descriptions + + + + + less + + A file viewer or pager; it displays the contents of the given + file, letting the user scroll, find strings, and jump to marks + + less + + + + + + lessecho + + Needed to expand meta-characters, such as * + and ?, in filenames on Unix systems + + lessecho + + + + + + lesskey + + Used to specify the key bindings for less + + lesskey + + + + + + + + -- cgit v1.2.3-54-g00ecf