Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/askforhelp.xml

    rec0a37e6 r69993f4  
    88<?dbhtml filename="askforhelp.html"?>
    99
    10 <para>If you encounter an issue or have a question while working
    11 through this book, check our FAQs page at <ulink url="&faq-root;"/>.
    12 Often times questions are already answered there. If your question is
     10<para>If an issue or a question is encountered while working
     11through this book, check the FAQ page at <ulink url="&faq-root;"/>.
     12Questions are often already answered there. If your question is
    1313not answered on this page, try to find the source of the problem. The
    1414following hint will give you some guidance for troubleshooting: <ulink
     
    1818assistance through IRC and the mailing lists (see the <xref
    1919linkend="ch-scatter-administrativa"/> section of this book). In order
    20 to assist them with diagnosing and solving the problem, please include
     20to assist with diagnosing and solving the problem, please include
    2121all relevant information in your request for help.</para>
    2222
    2323<sect2>
    24 <title>Things to mention</title>
     24<title>Things to Mention</title>
    2525 
    26 <para>Apart from a brief explanation of the problem being experience,
    27 the essential things to include in your request for help are:</para>
     26<para>Apart from a brief explanation of the problem being experienced,
     27the essential things to include in any request for help are:</para>
    2828
    2929<itemizedlist>
    30 <listitem><para>The version of the book you are using (in this case
     30<listitem><para>The version of the book being used (in this case
    3131&version;)</para></listitem>
    32 <listitem><para>The host distribution and version you are using to
     32<listitem><para>The host distribution and version being used to
    3333create LFS</para></listitem>
    34 <listitem><para>The package or section giving you problems</para></listitem>
    35 <listitem><para>The exact error message or symptom you are receiving</para></listitem>
     34<listitem><para>The package or section the problem was encountered in</para></listitem>
     35<listitem><para>The exact error message or symptom being received</para></listitem>
    3636<listitem><para>Note whether you have deviated from the book at all </para></listitem>
    3737</itemizedlist>
    3838
    3939<note><para>Deviating from this book does <emphasis>not</emphasis>
    40 mean that we won't help you. After all, LFS is about your personal
    41 preference. Being upfront any changes to the established procedure
    42 help us evaluate and determine possible causes of your
     40mean that we will not help you. After all, LFS is about personal
     41preference. Being upfront about any changes to the established
     42procedure helps us evaluate and determine possible causes of your
    4343problem.</para></note>
    4444</sect2>
    4545
    4646<sect2>
    47 <title>Configure problems</title>
     47<title>Configure Problems</title>
    4848
    4949<para>If something goes wrong during the stage where the configure
     
    5757<title>Compile problems</title>
    5858
    59 <para>The both screen output and the contents of various files are
     59<para>Both the screen output and the contents of various files are
    6060useful in determining the cause of compile issues. The screen output
    61 from both the ./configure script and the make run can be helpful. It
     61from the ./configure script and the make run can be helpful. It
    6262is not necessary to include the entire output, but do include enough
    6363of the relevant information. Below is an example of the type of
     
    9494available online at <ulink
    9595url="http://catb.org/~esr/faqs/smart-questions.html"/>.  Read and
    96 follow the hints in this document to increase your changes of getting
     96follow the hints in this document to increase the likelihood of getting
    9797the help you need.</para>
    9898</sect2>
    9999
    100100<sect2>
    101 <title>Test suite problems</title>
     101<title>Test Suite Problems</title>
    102102
    103103<para>Many packages provide a test suite which, depending on the
Note: See TracChangeset for help on using the changeset viewer.