Changeset 493d6b5 for prologue


Ignore:
Timestamp:
06/08/2020 10:40:40 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, 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:
a89ab79
Parents:
192c668
Message:

Text updates in preface for cross2

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
prologue
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • prologue/architecture.xml

    r192c668 r493d6b5  
    3333and is 22% larger than the 32-bit build. If you plan to use LFS as a LAMP
    3434server, or a firewall, a 32-bit CPU may be largely sufficient. On the other
    35 hand, several packages in BLFS now need more that 4GB of RAM to be built
     35hand, several packages in BLFS now need more than 4GB of RAM to be built
    3636and/or to run, so that if you plan to use LFS as a desktop, the LFS authors
    3737recommend building on a 64-bit system.</para>
  • prologue/organization.xml

    r192c668 r493d6b5  
    3030
    3131  <sect2>
    32     <title>Part III - Building the LFS System</title>
     32    <title>Part III - Building the LFS Cross Toolchain and Temporary Tools</title>
    3333
    34     <para>Part III guides the reader through the building of the LFS
     34    <para>Part III provides instructions for building the tools
     35    needed for construction the final LFS system.</para>
     36  </sect2>
     37
     38  <sect2>
     39    <title>Part IV - Building the LFS System</title>
     40
     41    <para>Part IV guides the reader through the building of the LFS
    3542    system&mdash;compiling and installing all the packages one by one,
    3643    setting up the boot scripts, and installing the kernel. The resulting
     
    4148  </sect2>
    4249
     50  <sect2>
     51    <title>Part V - Appendices</title>
     52
     53    <para>Part V provides information about the book itself including
     54    acronyms and terms, acknowledgments, package dependencies,
     55    a listing of LFS boot scripts, licenses for the distribution of the
     56    book, and a comprehensive index of packages, programs, libraries,
     57    and scripts.</para>
     58  </sect2>
     59
    4360</sect1>
  • prologue/typography.xml

    r192c668 r493d6b5  
    8181  matches <quote>passwd</quote>, which will be
    8282  <filename>/usr/share/man/man1/passwd.1</filename>. For this example, you will
    83   need to run <command>man 5 passwd</command> in order to read the specific page
    84   being referred to. It should be noted that most man pages do not have duplicate
     83  need to run <command>man 5 passwd</command> in order to read the page
     84  being specified. Note that most man pages do not have duplicate
    8585  page names in different sections. Therefore, <command>man <replaceable>&lt;program
    8686  name&gt;</replaceable></command> is generally sufficient.</para>
  • prologue/why.xml

    r192c668 r493d6b5  
    119119        <para>DejaGNU</para>
    120120
    121         <para>This package contains a framework for testing other programs.
    122         It is only installed in the temporary toolchain.</para>
     121        <para>This package contains a framework for testing other programs.</para>
    123122      </listitem>
    124123
     
    142141        <para>Eudev</para>
    143142
    144         <para>This package is a device manager.  It dynamically controls the entries
    145         in the /dev directory as devices are added or removed from the system.
     143        <para>This package is a device manager.  It dynamically controls the ownership,
     144        permissions, names, and symbolic links of devices in the /dev directory as
     145        devices are added or removed from the system.
    146146        </para>
    147147      </listitem>
     
    167167
    168168        <para>This package contains a utility for determining the type of a
    169         given file or files. A few packages need it to build.</para>
     169        given file or files. A few packages need it in their build scripts.</para>
    170170      </listitem>
    171171
     
    219219        <para>Glibc</para>
    220220
    221         <para>This package contains the main C library.  Linux programs would
     221        <para>This package contains the main C library.  Linux programs will
    222222        not run without it.</para>
    223223      </listitem>
     
    473473        <para>Pkg-config</para>
    474474
    475         <para>This package provides a program to return meta-data about an
     475        <para>This package provides a program that returns meta-data about an
    476476        installed library or package.</para>
    477477      </listitem>
     
    559559
    560560        <para>This package contains the Tool Command Language used
    561         in many test suites in LFS packages.  It is only installed in
    562         the temporary toolchain.</para>
     561        in many test suites in LFS packages.</para>
    563562      </listitem>
    564563
Note: See TracChangeset for help on using the changeset viewer.