Changeset 2f3f222


Ignore:
Timestamp:
05/24/2009 04:41:49 PM (15 years ago)
Author:
Gerard Beekmans <gerard@…>
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.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, 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:
cff800e
Parents:
ee95f792
Message:

Couple more Preface edits.

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

Location:
prologue
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prologue/hostreqs.xml

    ree95f792 r2f3f222  
    9393      <para>If the host kernel is either earlier than 2.6.x, or it was not
    9494      compiled using a GCC-3.0 (or later) compiler, you will have to replace
    95       the kernel with one adhering to the specifications. There are two methods
    96       you can take to solve this. First, see if your Linux vendor provides a
     95      the kernel with one adhering to the specifications. There are two
     96ways you can go about this.First, see if your Linux vendor provides a
    9797      2.6 kernel package. If so, you may wish to install it. If your vendor
    9898      doesn't offer a 2.6 kernel package, or you would prefer not to install it,
    99       then you can compile a 2.6 kernel yourself. Instructions for compiling the
     99      you can compile a 2.6 kernel yourself. Instructions for compiling the
    100100      kernel and configuring the boot loader (assuming the host uses GRUB) are
    101101      located in <xref linkend="chapter-bootable"/>.</para>
  • prologue/typography.xml

    ree95f792 r2f3f222  
    5656  <para>This format is used when creating configuration files. The first command
    5757  tells the system to create the file <filename>$LFS/etc/group</filename> from
    58   whatever is typed on the following lines until the sequence end of file (EOF)
     58  whatever is typed on the following lines until the sequence End Of File (EOF)
    5959  is encountered. Therefore, this entire section is generally typed as
    6060  seen.</para>
     
    7171  <para><filename>passwd(5)</filename></para>
    7272
    73   <para>This format is used to refer to a specific manual page (hereinafter
    74   referred to simply as a <quote>man</quote> page). The number inside parentheses
    75   indicates a specific section inside of <command>man</command>. For example,
     73  <para>This format is used to refer to a specific manual (man) page. The number inside parentheses
     74  indicates a specific section inside the manuals. For example,
    7675  <command>passwd</command> has two man pages. Per LFS installation instructions,
    7776  those two man pages will be located at
    7877  <filename>/usr/share/man/man1/passwd.1</filename> and
    79   <filename>/usr/share/man/man5/passwd.5</filename>. Both man pages have different
    80   information in them. When the book uses <filename>passwd(5)</filename> it is
     78  <filename>/usr/share/man/man5/passwd.5</filename>. When the book uses <filename>passwd(5)</filename> it is
    8179  specifically referring to <filename>/usr/share/man/man5/passwd.5</filename>.
    8280  <command>man passwd</command> will print the first man page it finds that
Note: See TracChangeset for help on using the changeset viewer.