Changeset 6e41459 for chapter05/bash.xml


Ignore:
Timestamp:
08/08/2004 02:10:39 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
ef13657
Parents:
78349b7
Message:

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@3999 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/bash.xml

    r78349b7 r6e41459  
    3636<screen><userinput>make</userinput></screen>
    3737
    38 <para>(If you want to test the results, then issue:
    39 <userinput>make tests</userinput>.)</para>
     38<para>To test the results, issue: <userinput>make
     39tests</userinput>.</para>
    4040
    41 <para>Then install it and its documentation:</para>
     41<para>Install the package:</para>
    4242
    4343<screen><userinput>make install</userinput></screen>
    4444
    45 <para>And make a link for the programs that use <command>sh</command>
    46 for a shell:</para>
     45<para>Make a link for the programs that use <command>sh</command> for
     46a shell:</para>
    4747
    4848<screen><userinput>ln -s bash /tools/bin/sh</userinput></screen>
     
    5555
    5656</sect1>
     57
Note: See TracChangeset for help on using the changeset viewer.