Changeset c6d5b092


Ignore:
Timestamp:
01/09/2010 07:15:55 AM (14 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, 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, 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:
a55f5b38
Parents:
281a7d3
Message:

Grammar and spelling updates

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r281a7d3 rc6d5b092  
    3737
    3838-->
     39
     40    <listitem>
     41      <para>2009-12-10</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[bdubbs] Grammar and spelling updates from
     45          Chris Staub. Fixes
     46          <ulink url="&lfs-ticket-root;2548">#2548</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
    3951
    4052    <listitem>
  • general.ent

    r281a7d3 rc6d5b092  
    1 <!ENTITY version "SVN-20100103">
    2 <!ENTITY releasedate "January 3, 2010">
     1<!ENTITY version "SVN-20100110">
     2<!ENTITY releasedate "January 10, 2010">
    33<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.0">
  • prologue/architecture.xml

    r281a7d3 rc6d5b092  
    1111  <title>LFS Target Architectures</title>
    1212
    13 <para>The primary target architecture of LFS is the 32-bit Intel CPU.  If you
     13<para>The primary target architecture of LFS is the 32-bit Intel CPU. If you
    1414have not built an LFS system before, you should probably start with that
    15 target.  The 32-bit architecture is the most widely supported Linux system and
     15target. The 32-bit architecture is the most widely supported Linux system and
    1616is most compatible with both open source and proprietary software.</para>
    1717
    1818<para>On the other hand, the instructions in this book are known to work, with
    19 some modifications, with both Power PC and 64-bit AMD/Intel CPUs.  To build a
    20 system that utilizes these CPUs, the main prerequisite in addition to those on
    21 the next few pages, is an existing system such as an earlier LFS system,
    22 Ubuntu, Red Hat/Fedora, SuSE, or other distribution that targets the system
    23 that you have.  Also note that a 32-bit system can be installed and used as a
    24 host system on a 64-bit AMD/Intel system.</para>
     19some modifications, with both Power PC and 64-bit AMD/Intel CPUs. To build a
     20system that utilizes one of these CPUs, the main prerequisite, in addition to
     21those on the next few pages, is an existing Linux system such as an earlier LFS
     22installation, Ubuntu, Red Hat/Fedora, SuSE, or other distribution that targets
     23the architecture that you have. Also note that a 32-bit distribution can be
     24installed and used as a host system on a 64-bit AMD/Intel computer.</para>
    2525
    26 <para>Some other facts about a 64-bit systems need to be added here.  When
     26<para>Some other facts about a 64-bit systems need to be added here. When
    2727compared to a 32-bit system, the sizes of executable programs are slightly
    28 larger and the execution speeds are only slightly faster.  For example, in a
     28larger and the execution speeds are only slightly faster. For example, in a
    2929test build of LFS-6.5 on a Core2Duo CPU based system, the following statistics
    3030were measured:</para>
     
    4040
    4141<para>The default 64-bit build that results from LFS is considered a "pure"
    42 64-bit system.  That is, it supports 64-bit executables only. Building a
    43 "multi-lib" system requires building many applications twice, once for a 32-bit
    44 system and once for a 64-bit system.  Currently this is not directly supported
    45 in the book, but is under consideration for a future release.  In the meantime,
     4264-bit system. That is, it supports 64-bit executables only. Building a
     43"multi-lib" system requires compiling many applications twice, once for a 32-bit
     44system and once for a 64-bit system. Currently this is not directly supported
     45in the book, but is under consideration for a future release. In the meantime,
    4646you can refer to the <ulink url="http://trac.cross-lfs.org/">Cross Linux From
    4747Scratch</ulink> project for this advanced topic.</para>
    4848
    49 <para>There is one last comment about 64-bit systems.  There are some packages
     49<para>There is one last comment about 64-bit systems. There are some packages
    5050that cannot currently be built in a "pure" 64-bit system or require specialized
    51 build instructions.  Generally, these packages have some embedded 32-bit
     51build instructions. Generally, these packages have some embedded 32-bit
    5252specific assembly language instructions that fail when building on a 64-bit
    5353system.  Examples include the  <ulink
  • prologue/standards.xml

    r281a7d3 rc6d5b092  
    2121        <para><ulink url="http://www.unix.org/single_unix_specification">The
    2222        Single UNIX Specification Version 3 (POSIX)</ulink>.  Note:
    23         Free registratration is required.</para>
     23        Free registration is required.</para>
    2424      </listitem>
    2525      <listitem>
     
    5050    certifications tests is possible, but not without many additional packages
    5151    that are beyond the scope of LFS.  Most of these additional packages have
    52     intallation instructions in BLFS. </para>
     52    installation instructions in BLFS. </para>
    5353
    5454    <variablelist>
  • prologue/why.xml

    r281a7d3 rc6d5b092  
    1313    <para>As stated earlier, the goal of LFS is to build a complete and usable
    1414    foundation-level system.  This includes all packages needed to replicate
    15     itself while providing a relativly minimal base from which to customize
     15    itself while providing a relatively minimal base from which to customize
    1616    a more complete system based on the choices of the user.  This does not
    1717    mean that LFS is the smallest system possible.  Several important packages
     
    5151
    5252        <para>This package package contains a linker, an assembler, and other
    53         tools for handling object files.  </para>
     53        tools for handling object files.</para>
    5454      </listitem>
    5555
     
    5858
    5959        <para>This package contains the GNU version of yacc (Yet Another
    60         Compiler Compiler) needed to build several other LFS  programs.
     60        Compiler Compiler) needed to build several other LFS programs.
    6161        </para>
    6262      </listitem>
     
    103103
    104104        <para>This package contains the utilities for handling the ext2, ext3
    105         and ext4 file systems.  These are the most common and thouroughly
     105        and ext4 file systems.  These are the most common and thoroughly
    106106        tested file systems that Linux supports.</para>
    107107      </listitem>
     
    240240
    241241        <para>This package contains a very nice text file viewer that
    242         allows scolling up or down when viewing a file.   
     242        allows scrolling up or down when viewing a file.
    243243        </para>
    244244      </listitem>
     
    330330
    331331        <para>This package is an interpreter for the runtime language
    332         PERL.  </para>
     332        PERL.</para>
    333333      </listitem>
    334334
     
    437437        <para>Vim</para>
    438438
    439         <para>This package an editor.  It was chosen because its compatibility
    440         with the classic vi editor and its huge number of powerful
     439        <para>This package contains an editor. It was chosen because of its
     440        compatibility with the classic vi editor and its huge number of powerful
    441441        capabilities.  An editor is a very personal choice for
    442442        many users and any other editor could be substituted if desired.
Note: See TracChangeset for help on using the changeset viewer.