Ignore:
Timestamp:
01/12/2004 11:23:50 PM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f4993cf
Parents:
12c8f83b
Message:

Moving stuff from appendix A to chapter 6.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3161 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-glibc">
     1<sect1 id="ch06-glibc" xreflabel="Glibc">
    22<title>Installing Glibc-&glibc-version;</title>
    33<?dbhtml filename="glibc.html" dir="chapter06"?>
     4
     5<para>The Glibc package contains the main C library. This library provides all
     6the basic routines for allocating memory, searching directories, opening and
     7closing files, reading and writing them, string handling, pattern matching,
     8arithmetic, and so on.</para>
    49
    510<screen>Estimated build time:           &glibc-time;
    611Estimated required disk space:  &glibc-compsize;</screen>
    712
    8 &aa-glibc-shortdesc;
     13&aa-glibc-down;
    914&aa-glibc-dep;
    1015
     
    1217
    1318<sect2>
    14 <title>Glibc installation</title>
     19<title>Installation of Glibc</title>
    1520
    1621<para>The Glibc build system is very well self-contained and will install
     
    121126
    122127</sect2>
     128
    123129&c6-cf-glibc;
     130
     131&aa-glibc-shortdesc;
     132&aa-glibc-desc;
     133
    124134</sect1>
    125135
Note: See TracChangeset for help on using the changeset viewer.