aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shadow.xml
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/shadow.xml
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/shadow.xml')
-rw-r--r--chapter06/shadow.xml2
1 files changed, 1 insertions, 1 deletions
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