Changeset da849d1 for chapter06


Ignore:
Timestamp:
01/18/2003 11:34:48 PM (21 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_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:
25ef3c3
Parents:
f8a5e31d
Message:

Grammatic changes to chapter 6.

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

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/creatingdirs.xml

    rf8a5e31d rda849d1  
    3131chmod 1777 /tmp /var/tmp</userinput></screen></para>
    3232
    33 <para>The first mode change ensures that not just everybody can enter the
     33<para>The first mode change ensures that not just anybody can enter the
    3434<filename class="directory">/root</filename> directory -- the same
    3535as a normal user would do with his or her home directory.
     
    3939cannot remove other users' files from them. The latter is prohibited
    4040by the so-called "sticky bit" -- the highest bit in the 1777 bit mask.</para>
    41 
    42 <para>Now that the directories are created, move the source tarballs that
    43 were downloaded in Chapter 3 to some subdirectory under
    44 <filename class="directory">/usr/src</filename> (you
    45 will have to create the desired subdirectory yourself).</para>
    4641
    4742<sect2>
  • chapter06/flex-inst.xml

    rf8a5e31d rda849d1  
    1616<para><screen><userinput>make install</userinput></screen></para>
    1717
    18 <para>There are which packages expect to find the flex library
     18<para>There are packages which expect to find the flex library
    1919in the <filename>/usr/lib</filename> directory. Create a symlink
    2020to account for this:</para>
  • chapter06/gcc-inst.xml

    rf8a5e31d rda849d1  
    5353
    5454<para>The <emphasis>bootstrap</emphasis> target doesn't just compile GCC, but
    55 it compiles GCC a multiple times. It uses the first compiled programs to
     55it compiles GCC multiple times. It uses the first compiled programs to
    5656compile itself a second and third time to make sure the compiler was compiled
    5757properly.</para>
  • chapter06/zlib-inst.xml

    rf8a5e31d rda849d1  
    2626that you must boot without the <filename>/usr</filename>
    2727directory, vital system programs will still have access to
    28 the library. Finish installing shared library:</para>
     28the library. Finish installing the shared library:</para>
    2929
    3030<para><screen><userinput>mv /usr/lib/libz.so.* /lib</userinput></screen></para>
Note: See TracChangeset for help on using the changeset viewer.