diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index c65ca6a34..2259585c6 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -3,24 +3,30 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-coreutils" xreflabel="Coreutils"> +<sect1 id="ch-system-coreutils" xreflabel="Coreutils" role="wrap"> <title>Coreutils-&coreutils-version;</title> <?dbhtml filename="coreutils.html"?> <indexterm zone="ch-system-coreutils"><primary sortas="a-Coreutils">Coreutils</primary></indexterm> +<sect2 role="package"><title/> <para>The Coreutils package contains utilities for showing and setting the basic system characteristics.</para> -<screen>&buildtime; 0.9 SBU -&diskspace; 69 MB</screen> - -<para>Coreutils installation depends on: Bash, Binutils, Coreutils, Diffutils, GCC, -Gettext, Glibc, Grep, Make, Perl, Sed.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.9 SBU</seg><seg>69 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Coreutils installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, GCC, +Gettext, Glibc, Grep, Make, Perl, Sed</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Coreutils</title> <para>Normally the functionality of <command>uname</command> is somewhat |