diff options
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 82000777c..f0e7030e4 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -3,26 +3,32 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-findutils" xreflabel="Findutils"> +<sect1 id="ch-system-findutils" xreflabel="Findutils" role="wrap"> <title>Findutils-&findutils-version;</title> <?dbhtml filename="findutils.html"?> <indexterm zone="ch-system-findutils"><primary sortas="a-Findutils">Findutils</primary></indexterm> +<sect2 role="package"><title/> <para>The Findutils package contains programs to find files. Processes are provided to recursively search through a directory tree and to create, maintain and search a database (often faster than the recursive find, but unreliable if the database has not been recently updated).</para> -<screen>&buildtime; 0.2 SBU -&diskspace; 7.5 MB</screen> - -<para>Findutils installation depends on: Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.2 SBU</seg><seg>7.5 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Findutils installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, +Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Findutils</title> <para>Prepare Findutils for compilation:</para> |