aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/coreutils.xml2
-rw-r--r--chapter06/shadow.xml2
-rw-r--r--chapter07/network.xml2
-rw-r--r--chapter07/symlinks.xml4
-rw-r--r--prologue/hostreqs.xml2
5 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index bd5286c24..7ba700b27 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -80,7 +80,7 @@
<screen><userinput>make NON_ROOT_USERNAME=nobody check-root</userinput></screen>
- <para>We're going to run the remainder of the tests as the
+ <para>We're going to run the remainder of the tests as the
<systemitem class="username">nobody</systemitem> user. Certain tests,
however, require that the user be a member of more than one group. So that
these tests are not skipped we'll add a temporary group and make the
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index 91f614110..7ae3a4ce9 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -83,7 +83,7 @@ find man -name Makefile -exec sed -i '/groups/d' {} \;</userinput></screen>
can display these in the recommended encodings by using the
<command>convert-mans</command> script which we installed.</para>
-<screen><userinput> for i in de es fi fr id it pt_BR; do
+<screen><userinput>for i in de es fi fr id it pt_BR; do
convert-mans UTF-8 ISO-8859-1 man/${i}/*.?
done
diff --git a/chapter07/network.xml b/chapter07/network.xml
index b0552eadf..7df7ae82e 100644
--- a/chapter07/network.xml
+++ b/chapter07/network.xml
@@ -86,7 +86,7 @@
Udev will assign to this interface.</para>
</listitem>
</itemizedlist>
-
+
<para>The value of <literal>NAME</literal> is the important part. Make sure
you know which name has been assigned to each of your network cards before
proceeding, and be sure to use that <literal>NAME</literal> value when
diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml
index 317153d30..c842427d1 100644
--- a/chapter07/symlinks.xml
+++ b/chapter07/symlinks.xml
@@ -83,7 +83,7 @@
<filename class="directory">/dev</filename> directory into the LFS system,
and we assume the symlinks exist on the host. The rules and symlinks will
be created the first time you boot your LFS system.</para>
-
+
<para>However, if you have multiple CD-ROM devices, then the symlinks
generated at that time may point to different devices than they point to on
your host, because devices are not discovered in a predictable order. The
@@ -144,7 +144,7 @@ EOF</userinput></screen>
rule to cat on only one line. (The shell ignores this sequence because
the EOF string used in the here-document redirection is not enclosed in
either double or single quotes. For more details, see the bash(1)
- manpage, and search it for "Here Documents".)</para>
+ manpage, and search it for "Here Documents".)</para>
<para>If modifying Udev rules with an editor, be sure to leave each
rule on one physical line.</para>
</note>
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index 570313c14..6631bb26a 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -135,7 +135,7 @@ gcc --version | head -n1
/lib/libc.so.6 | head -n1 | cut -d" " -f1-7
grep --version | head -n1
gzip --version | head -n1
-cat /proc/version
+cat /proc/version
make --version | head -n1
patch --version | head -n1
sed --version | head -n1