diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index a6e3c3d71..cc59f02c0 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -3,26 +3,32 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-glibc" xreflabel="Glibc"> +<sect1 id="ch-system-glibc" xreflabel="Glibc" role="wrap"> <title>Glibc-&glibc-version;</title> <?dbhtml filename="glibc.html"?> <indexterm zone="ch-system-glibc"><primary sortas="a-Glibc">Glibc</primary></indexterm> +<sect2 role="package"><title/> <para>The Glibc package contains the main C library. This library provides all the basic routines for allocating memory, searching directories, opening and closing files, reading and writing them, string handling, pattern matching, arithmetic, and so on.</para> -<screen>&buildtime; 12.3 SBU -&diskspace; 784 MB</screen> - -<para>Glibc installation depends on: Bash, Binutils, Coreutils, Diffutils, -Gawk, GCC, Gettext, Grep, Make, Perl, Sed, Texinfo.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>12.3 SBU</seg><seg>784 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Glibc installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, +Gawk, GCC, Gettext, Grep, Make, Perl, Sed, Texinfo</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Glibc</title> <para>The Glibc build system is very well self-contained and will install |