Changeset 764d8f4


Ignore:
Timestamp:
09/23/2002 06:35:06 PM (22 years ago)
Author:
Timothy Bauscher <timothy@…>
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, v4_0, v4_1, v5_0, 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:
4a71710
Parents:
639a66c
Message:

Applied Bill Maltby's grammatic-fixes patch.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • appendixa/binutils-desc.xml

    r639a66c r764d8f4  
    2323
    2424<sect4><title>as</title>
    25 <para>as is primarily intended to assemble the output of the GNU C compiler gcc
    26 for use by the linker ld.</para></sect4>
     25<para>as is primarily intended to assemble the output of the GNU C compiler,
     26 gcc, for use by the linker ld.</para></sect4>
    2727
    2828<sect4><title>gasp</title>
     
    6161
    6262<sect4><title>size</title>
    63 <para>size lists the section sizes --and the total size-- for each of the 
    64 object files objfile in its argument  list. By default, one line of output is
     63<para>size lists the section sizes --and the total size-- for each of the
     64object files in its argument list. By default, one line of output is
    6565generated for each object file or each module in an archive.</para></sect4>
    6666
     
    7070option to the program) and are followed by an unprintable character. By
    7171default, it only prints the strings from the initialized and loaded
    72 sections of object files; for other types of files, it prints the strings
     72sections of object files. For other types of files, it prints the strings
    7373from the whole file.</para>
    7474
  • chapter01/changelog.xml

    r639a66c r764d8f4  
    6060</para></listitem>
    6161
     62<listitem><para>September 23rd, 2002 [timothy]: Chapter 3,4,5: Applied
     63Bill Maltby's grammatic-fixes patch.</para></listitem>
     64
    6265<listitem><para>September 22nd, 2002 [timothy]: Chapter 06: Applied Alex's
    6366grammatic-fixes patch.</para></listitem>
  • chapter03/creatingpart.xml

    r639a66c r764d8f4  
    1616compile all of the packages. You will probably need more space if you
    1717intend to install additional software and use the LFS system as your
    18 primary Linux system. If a Linux Native partition is already available,
     18primary Linux system. If a Linux native partition is already available,
    1919this subsection can be skipped.</para>
    2020
     
    3232started with the appropriate hard disk as the argument (like /dev/hda
    3333if a new partition is to be created on the primary master IDE disk).
    34 Using this program, create a Linux Native partition. Please refer to
     34Using this program, create a Linux native partition. Please refer to
    3535the documentation of your fdisk program (the man pages are often a
    3636good place to start) for information about creating Linux native
  • chapter04/introduction.xml

    r639a66c r764d8f4  
    33<?dbhtml filename="introduction.html" dir="chapter03"?>
    44
    5 <para>Below follows a list of all the packages that you will need to
    6 download in order to build a basic Linux system. The listed version
    7 numbers correspond to versions of the software that are known to work and
    8 which this book is based upon.</para>
     5<para>Below is a list of packages you need to download for building a
     6basic Linux system. The listed version numbers correspond to versions
     7of the software that are known to work, and this book is based
     8upon them.</para>
    99
    1010<para>All the URL's below refer to the main LFS server. There are several
  • chapter05/bash-exp.xml

    r639a66c r764d8f4  
    2525the next command to be executed only if the previous command exits
    2626with a return value of 0 indicating success. In case all of these
    27 commands are copy&amp;pasted on the shell, it is important to ensure
     27commands are copy &amp; pasted on the shell, it is important to ensure
    2828that if ./configure fails, make isn't executed and, likewise, if make
    2929fails, that make install isn't executed, and so forth.</para>
  • chapter05/binutils-exp.xml

    r639a66c r764d8f4  
    77binutils-build directory and work from there.</para>
    88
    9 <para><userinput>--disable-nls:</userinput> This option disabled
     9<para><userinput>--disable-nls:</userinput> This option disables
    1010internationalization (also known as i18n). We don't need this for our
    1111static programs and nls often causes problems when you're linking
  • chapter05/installasuser.xml

    r639a66c r764d8f4  
    4646
    4747<para>When your host distribution uses a glibc version older than 2.2.4,
    48 having $LC_ALL set to something else than "C" or "POSIX" while working
     48having $LC_ALL set to something other than "C" or "POSIX" while working
    4949through Chapter 5 may cause trouble when you exit the chroot environment
    5050of Chapter 6 and try to return to it. By setting this to "POSIX" ("C"
  • index.xml

    r639a66c r764d8f4  
    55<!ENTITY book SYSTEM "book/book.xml">
    66
    7 <!ENTITY version "20020922">
    8 <!ENTITY releasedate "September 22nd, 2002">
     7<!ENTITY version "20020923">
     8<!ENTITY releasedate "September 23rd, 2002">
    99
    1010<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
Note: See TracChangeset for help on using the changeset viewer.