aboutsummaryrefslogtreecommitdiffstats
path: root/prologue/typography.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2009-05-24 16:41:49 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2009-05-24 16:41:49 +0000
commit2f3f2225bc72ad13465d0ef0f9c99f8ce19d365f (patch)
tree8ed43596e275259df8c9d906cf2c51c6f4373240 /prologue/typography.xml
parentee95f792fcfff4722c4c9cc1afabefb01ed4a16f (diff)
Couple more Preface edits.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/typography.xml')
-rw-r--r--prologue/typography.xml10
1 files changed, 4 insertions, 6 deletions
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</userinput></screen>
<para>This format is used when creating configuration files. The first command
tells the system to create the file <filename>$LFS/etc/group</filename> 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.</para>
@@ -70,14 +70,12 @@ EOF</userinput></screen>
<para><filename>passwd(5)</filename></para>
- <para>This format is used to refer to a specific manual page (hereinafter
- referred to simply as a <quote>man</quote> page). The number inside parentheses
- indicates a specific section inside of <command>man</command>. For example,
+ <para>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,
<command>passwd</command> has two man pages. Per LFS installation instructions,
those two man pages will be located at
<filename>/usr/share/man/man1/passwd.1</filename> and
- <filename>/usr/share/man/man5/passwd.5</filename>. Both man pages have different
- information in them. When the book uses <filename>passwd(5)</filename> it is
+ <filename>/usr/share/man/man5/passwd.5</filename>. When the book uses <filename>passwd(5)</filename> it is
specifically referring to <filename>/usr/share/man/man5/passwd.5</filename>.
<command>man passwd</command> will print the first man page it finds that
matches <quote>passwd</quote>, which will be