diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index c49bc710d..f8bf7cefd 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -92,11 +92,11 @@
If the host kernel is either earlier than 2.6.x, or it was not
compiled using a GCC-3.0 (or later) compiler, you will have to replace
- the kernel with one adhering to the specifications. There are two methods
- you can take to solve this. First, see if your Linux vendor provides a
+ the kernel with one adhering to the specifications. There are two
+ways you can go about this.First, see if your Linux vendor provides a
2.6 kernel package. If so, you may wish to install it. If your vendor
doesn't offer a 2.6 kernel package, or you would prefer not to install it,
- then you can compile a 2.6 kernel yourself. Instructions for compiling the
+ you can compile a 2.6 kernel yourself. Instructions for compiling the
kernel and configuring the boot loader (assuming the host uses GRUB) are
located in .
diff --git a/prologue/typography.xml b/prologue/typography.xml
index 801985807..cf129a5ac 100644
--- a/prologue/typography.xml
+++ b/prologue/typography.xml
@@ -55,7 +55,7 @@ EOF
This format is used when creating configuration files. The first command
tells the system to create the file $LFS/etc/group from
- whatever is typed on the following lines until the sequence end of file (EOF)
+ whatever is typed on the following lines until the sequence End Of File (EOF)
is encountered. Therefore, this entire section is generally typed as
seen.
@@ -70,14 +70,12 @@ EOF
passwd(5)
- This format is used to refer to a specific manual page (hereinafter
- referred to simply as a man
page). The number inside parentheses
- indicates a specific section inside of man. For example,
+ This format is used to refer to a specific manual (man) page. The number inside parentheses
+ indicates a specific section inside the manuals. For example,
passwd has two man pages. Per LFS installation instructions,
those two man pages will be located at
/usr/share/man/man1/passwd.1 and
- /usr/share/man/man5/passwd.5. Both man pages have different
- information in them. When the book uses passwd(5) it is
+ /usr/share/man/man5/passwd.5. When the book uses passwd(5) it is
specifically referring to /usr/share/man/man5/passwd.5.
man passwd will print the first man page it finds that
matches passwd
, which will be