Misc. fixes to the ASH instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4799 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-07-27 02:47:53 +00:00
parent 13679edb7a
commit a4e5c396a1

View File

@ -35,7 +35,7 @@
<application>Bash</application> installed in LFS) without any additional
features. Bourne Shell is available on most commercial UNIX systems.
Hence <command>ash</command> is useful for testing scripts to be
<command>sh</command>-compliant. It also has a small memory and space
<command>sh</command>-compliant. It also has small memory and space
requirements compared to the other <command>sh</command>-compliant
shells.</para>
@ -82,8 +82,8 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>install -m 755 sh /bin/ash &amp;&amp;
install -m 644 sh.1 /usr/share/man/man1/ash.1</userinput></screen>
<screen role="root"><userinput>install -v -m 755 sh /bin/ash &amp;&amp;
install -v -m 644 sh.1 /usr/share/man/man1/ash.1</userinput></screen>
<para>If you would like to make <command>ash</command> the default
sh shell, make a symlink.</para>