aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shadow.xml
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2007-06-24 13:03:35 +0000
committerKen Moffat <ken@linuxfromscratch.org>2007-06-24 13:03:35 +0000
commitf19e766a8ee9b64cb06165842bdd56f94f61f1a3 (patch)
tree2cff0f6715ee99adaf58322e9cdc39bd683657e8 /chapter06/shadow.xml
parentea148539cb6d721406ec923a36e8c9348a89c4cb (diff)
Add missing colons wherever we expect the builder to key in the userinput.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r--chapter06/shadow.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index f51d53ffc..a1d5bccdb 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -81,7 +81,7 @@ find man -name Makefile -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen
<para>Shadow supplies other manual pages in a UTF-8 encoding. Man-DB
can display these in the recommended encodings by using the
- <command>convert-mans</command> script which we installed.</para>
+ <command>convert-mans</command> script which we installed:</para>
<screen><userinput>for i in de es fi fr id it pt_BR; do
convert-mans UTF-8 ISO-8859-1 man/${i}/*.?
@@ -101,7 +101,7 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen>
passwords longer than 8 characters. It is also necessary to change the
obsolete <filename class="directory">/var/spool/mail</filename> location
for user mailboxes that Shadow uses by default to the <filename
- class="directory">/var/mail</filename> location used currently.</para>
+ class="directory">/var/mail</filename> location used currently:</para>
<screen><userinput>sed -i -e 's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
-e 's@/var/spool/mail@/var/mail@' etc/login.defs</userinput></screen>