From 3f3931b0a87f6b5e217b5ffd8bbfcd758045f8c0 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 7 Feb 2006 19:39:29 +0000 Subject: Indenting chapter 6, part 9 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7362 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sed.xml | 115 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 68 insertions(+), 47 deletions(-) (limited to 'chapter06/sed.xml') diff --git a/chapter06/sed.xml b/chapter06/sed.xml index 01c2a6d45..7fd46232a 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -1,79 +1,100 @@ - %general-entities; ]> + -Sed-&sed-version; - + + + Sed-&sed-version; + + + Sed + + + + -<indexterm zone="ch-system-sed"><primary sortas="a-Sed">Sed</primary></indexterm> + <para>The Sed package contains a stream editor.</para> -<sect2 role="package"><title/> -<para>The Sed package contains a stream editor.</para> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.2 SBU</seg><seg>8.4 MB</seg></seglistitem> -</segmentedlist> + <seglistitem> + <seg>0.2 SBU</seg> + <seg>8.4 MB</seg> + </seglistitem> + </segmentedlist> -<segmentedlist> -<segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Grep, Make, and Texinfo</seg></seglistitem> -</segmentedlist> -</sect2> + <segmentedlist> + <segtitle>&dependencies;</segtitle> -<sect2 role="installation"> -<title>Installation of Sed + + Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, + Grep, Make, and Texinfo + + -By default, Sed installs its HTML documentation in -/usr/share/doc. Alter this to -/usr/share/doc/sed-&sed-version; by -applying the following sed: + + + + Installation of Sed + + By default, Sed installs its HTML documentation in + /usr/share/doc. Alter this to + /usr/share/doc/sed-&sed-version; by + applying the following sed: sed -i 's@/doc@&/sed-&sed-version;@' doc/Makefile.in -Prepare Sed for compilation: + Prepare Sed for compilation: ./configure --prefix=/usr --bindir=/bin -Compile the package: + Compile the package: make -To test the results, issue: -make check. + To test the results, issue: + make check. -Install the package: + Install the package: make install - + + + Contents of Sed -Contents of Sed + + Installed program - -Installed program -sed - + + sed + + -Short Descriptions - - + + Short Descriptions + + - -sed - -Filters and transforms text files in a single pass -sed - - - + + sed + + Filters and transforms text files in a single pass + + sed + + + - + - + + -- cgit v1.2.3-54-g00ecf