aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-04-08 20:21:11 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-04-08 20:21:11 +0000
commita3b689f29d29dc318725594fe9b08d1482212ff8 (patch)
treea02b86c5f4e69ea9a409c8465e00c1a5622f5ec9 /chapter06
parentc8c2b89ebfebdbc1a7f1ab6c27029c90aa38537c (diff)
Trailing spaces clean-up.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/coreutils.xml2
-rw-r--r--chapter06/shadow.xml2
2 files changed, 2 insertions, 2 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