Two minor textual improvments

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Huntwork 2008-04-05 01:03:00 +00:00
parent 6bf97d6812
commit 0b8bbee302
2 changed files with 3 additions and 1 deletions

View File

@ -113,7 +113,7 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen>
-e 's@/var/spool/mail@/var/mail@' etc/login.defs</userinput></screen> -e 's@/var/spool/mail@/var/mail@' etc/login.defs</userinput></screen>
<note> <note>
<para>If you built Shadow with Cracklib support, run the following:</para> <para>If you chose to build Shadow with Cracklib support, run the following:</para>
<screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' \ <screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' \
etc/login.defs</userinput></screen> etc/login.defs</userinput></screen>

View File

@ -64,6 +64,8 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
<screen><userinput remap="make">make</userinput></screen> <screen><userinput remap="make">make</userinput></screen>
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>
</sect2> </sect2>