Changeset 51c0c603


Ignore:
Timestamp:
11/07/2001 03:42:16 PM (23 years ago)
Author:
Mark Hymers <markh@…>
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, v3_1, v3_2, v3_3, 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:
f3e227c
Parents:
8f98b45
Message:

fix typos

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • appendixa/bison-desc.xml

    r8f98b45 r51c0c603  
    4343result makes 7. In calculating the most complex calculations can be
    4444broken down in this tree format and the computer just starts at the
    45 bottom and works it's way up to the top and comes with the correct
     45bottom and works its way up to the top and comes with the correct
    4646answer. Of course, Bison isn't only used for calculators alone.</para>
    4747
  • appendixa/findutils-desc.xml

    r8f98b45 r51c0c603  
    2121<para>The find program searches for files in a directory hierarchy which match
    2222a certain criteria. If no criteria is given, it lists all files in the
    23 current directory and it's subdirectories.</para></sect3>
     23current directory and its subdirectories.</para></sect3>
    2424
    2525<sect3><title>frcode</title>
     
    4141unless it is told not to do so) and puts every directory and file it finds
    4242into the database that's used by the locate program which retrieves this
    43 information. It's a good practice to update this database once a day to
     43information. It's good practice to update this database once a day to
    4444have it up-to-date whenever it is needed.</para></sect3>
    4545
  • appendixa/introduction.xml

    r8f98b45 r51c0c603  
    1818
    1919<para>Most information about these packages (especially the descriptions of
    20 then) come from the man pages from those packages. We are not going to print
     20them) come from the man pages from those packages. We are not going to print
    2121the entire man page, just the core elements to make it possible to
    2222understand what a program does. To get knowledge of all details on a program,
  • chapter01/alfsdiscuss.xml

    r8f98b45 r51c0c603  
    55Automated Linux From Scratch. The goal of this project is to develop an
    66installation tool that can install an LFS system automatically.
    7 It's main goal is to speed up compilation by taking away the need to
     7Its main goal is to speed up compilation by taking away the need to
    88manually enter the commands to configure, compile, and install packages.</para>
    99
  • chapter01/newsserver.xml

    r8f98b45 r51c0c603  
    55<para>All the mailing lists hosted at linuxfromscratch.org are also
    66accessible via the NNTP server. All messages posted to a mailing list
    7 will be copied to it's correspondent newsgroup, and vice versa.</para>
     7will be copied to the correspondent newsgroup, and vice versa.</para>
    88
    99<para>The news server can be reached at
  • chapter06/chroot.xml

    r8f98b45 r51c0c603  
    1414
    1515<para>The -i option will clear all environment variables for as long as you
    16 are in the chroot'ed environment and only the ROOT and TERM variables
    17 are reset. The TERM=$TERM construction will set the $TERM value inside
     16are in the chroot'ed environment and only the HOME and TERM variables
     17are set. The TERM=$TERM construction will set the TERM variable inside
    1818chroot to the same value as outside chroot which is needed for programs
    1919like vim and less to operate properly. If you need other variables
  • chapter06/config-glibc.xml

    r8f98b45 r51c0c603  
    22
    33<para>We need to create the /etc/nsswitch.conf file. Although glibc should
    4 provide defaults when this file is missing or corrupt, it's defaults don't work
     4provide defaults when this file is missing or corrupt, its defaults don't work
    55well with networking which will be dealt with in a later chapter. Also, our
    6 timezone needs to be setup.</para>
     6timezone needs to be set up.</para>
    77
    88<para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the
  • chapter06/glibc-exp.xml

    r8f98b45 r51c0c603  
    1515malloc/Makefile &gt; tmp~:</userinput> This sed command
    1616searches through <filename>malloc/Makefile</filename> and
    17 converts all occurences of <filename>$(PERL)</filename> to
     17converts all occurrences of <filename>$(PERL)</filename> to
    1818<filename>/usr/bin/perl</filename>.  The output is then written to the
    1919file <filename>tmp~</filename>.  This is done because Glibc can't
  • chapter07/usage.xml

    r8f98b45 r51c0c603  
    55<para>Linux uses a special booting facility named SysVinit. It's based on a
    66concept of <emphasis>runlevels</emphasis>. It can be widely different
    7 from one system to another, so it can not be assumed that because things
     7from one system to another, so it can't be assumed that because things
    88worked in &lt;insert distro name&gt; they should work like that in LFS
    9 too. LFS has it's own way of doing things, but it respects generally
     9too. LFS has its own way of doing things, but it respects generally
    1010accepted standards.</para>
    1111
Note: See TracChangeset for help on using the changeset viewer.