diff options
Diffstat (limited to 'chapter06/grep.xml')
-rw-r--r-- | chapter06/grep.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 5e7c5a58a..344fb0700 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -3,23 +3,29 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-grep" xreflabel="Grep"> +<sect1 id="ch-system-grep" xreflabel="Grep" role="wrap"> <title>Grep-&grep-version;</title> <?dbhtml filename="grep.html"?> <indexterm zone="ch-system-grep"><primary sortas="a-Grep">Grep</primary></indexterm> +<sect2 role="package"><title/> <para>The Grep package contains programs for searching through files.</para> -<screen>&buildtime; 0.1 SBU -&diskspace; 5.8 MB</screen> - -<para>Grep installation depends on: Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Make, Sed, Texinfo.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.1 SBU</seg><seg>5.8 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Grep installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, +Diffutils, GCC, Gettext, Glibc, Make, Sed, Texinfo</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Grep</title> <para>Prepare Grep for compilation:</para> |