aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sed.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
commitc6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch)
tree3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/sed.xml
parent01b2724c70a6addd4e2190649c14a79be3a85090 (diff)
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sed.xml')
-rw-r--r--chapter06/sed.xml21
1 files changed, 13 insertions, 8 deletions
diff --git a/chapter06/sed.xml b/chapter06/sed.xml
index a37aea312..9bb01facc 100644
--- a/chapter06/sed.xml
+++ b/chapter06/sed.xml
@@ -46,18 +46,23 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Texinfo</seg></seglistitem>
</sect2>
-<sect2 id="contents-sed"><title>Contents of Sed</title>
-
-<para><emphasis>Installed program</emphasis>: sed</para>
-
-</sect2>
+<sect2 id="contents-sed" role="content"><title>Contents of Sed</title>
+<segmentedlist>
+<segtitle>Installed program</segtitle>
+<seglistitem><seg>sed</seg></seglistitem>
+</segmentedlist>
-<sect2><title>Short description</title>
+<variablelist><title>Short descriptions</title>
+<varlistentry>
+<term id="sed"><command>sed</command></term>
+<listitem>
<indexterm zone="ch-system-sed sed"><primary sortas="b-sed">sed</primary></indexterm>
-<para id="sed"><command>sed</command> is used to filter and transform text files
-in a single pass.</para>
+<para>is used to filter and transform text files in a single pass.</para>
+</listitem>
+</varlistentry>
+</variablelist>
</sect2>