diff options
Diffstat (limited to 'chapter06/sed.xml')
-rw-r--r-- | chapter06/sed.xml | 21 |
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> |