Ignore:
Timestamp:
07/06/2005 06:04:42 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.1, 6.1.1
Children:
d7bd282d
Parents:
1e9bcf3
Message:

Minor typo fixes and rewordings (merged from r6404 and 6410)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/askforhelp.xml

    r1e9bcf3 r6a6bbc0  
    4545
    4646<sect2>
    47 <title>Configure Problems</title>
     47<title>Configure Script Problems</title>
    4848
    49 <para>If something goes wrong during the stage where the configure
    50 script is run, review the <filename>config.log</filename> file. This
    51 file may contain errors encountered during configure which were not
    52 printed to the screen. Include those relevant lines if you need to ask
    53 for help.</para>
     49<para>If something goes wrong while running the <command>configure</command>
     50script is run, review the <filename>config.log</filename> file. This file may
     51contain errors encountered during <command>configure</command> which were not
     52printed to the screen.  Include those <emphasis>relevant</emphasis> lines if you
     53need to ask for help.</para>
    5454</sect2>
    5555
    5656<sect2>
    57 <title>Compile Problems</title>
     57<title>Compilation Problems</title>
    5858
    5959<para>Both the screen output and the contents of various files are
    60 useful in determining the cause of compile issues. The screen output
     60useful in determining the cause of compilation problems. The screen output
    6161from the <command>./configure</command> script and the
    6262<command>make</command> run can be helpful. It
Note: See TracChangeset for help on using the changeset viewer.