Changeset a0ed201


Ignore:
Timestamp:
10/21/2022 07:05:59 PM (18 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/update-glibc
Children:
2ebdd8c, 6219892, ad85e5b, fc60dac
Parents:
eaf26ea
Message:

Edited fpr idiom and style. Broke up a couple of run-on sentences.
Mr. Webster says it's "up-front". Reworked one sentnece to avoid
using a colon after the verb "to be".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/askforhelp.xml

    reaf26ea ra0ed201  
    1414  this book, please check the FAQ page at <ulink url="&faq-root;#generalfaq"/>.
    1515  Questions are often already answered there. If your question is not
    16   answered on this page, try to find the source of the problem. The
     16  answered on that page, try to find the source of the problem. The
    1717  following hint will give you some guidance for troubleshooting:
    1818  <ulink url="&hints-root;errors.txt"/>.</para>
     
    2424  assistance through the mailing lists and IRC (see the <xref
    2525  linkend="ch-intro-resources"/> section of this book). However,
    26   we get several support questions every day and many of them can be easily
    27   answered by going to the FAQ and by searching the mailing lists first.
    28   So, for us to offer the best assistance possible, you need to do some
    29   research on your own first. That allows us to focus on the more unusual
     26  we get several support questions every day, and many of them could have been easily
     27  answered by going to the FAQ or by searching the mailing lists first.
     28  So, for us to offer the best assistance possible, you should first do some
     29  research on your own. That allows us to focus on the more unusual
    3030  support needs. If your searches do not produce a solution, please include
    31   all relevant information (mentioned below) in your request for help.</para>
     31  all the relevant information (mentioned below) in your request for help.</para>
    3232
    3333  <sect2>
     
    3535
    3636    <para>Apart from a brief explanation of the problem being experienced,
    37     the essential things to include in any request for help are:</para>
     37    any request for help should include these essential things:</para>
    3838
    3939    <itemizedlist>
     
    5151      </listitem>
    5252      <listitem>
    53         <para>The exact error message or symptom being received</para>
     53        <para>The exact error message, or a clear decription of the problem</para>
    5454      </listitem>
    5555      <listitem>
     
    6161      <para>Deviating from this book does <emphasis>not</emphasis> mean that
    6262      we will not help you. After all, LFS is about personal preference.
    63       Being upfront about any changes to the established procedure helps us
     63      Being up-front about any changes to the established procedure helps us
    6464      evaluate and determine possible causes of your problem.</para>
    6565    </note>
     
    8585    the <command>configure</command> script and the <command>make</command>
    8686    run can be helpful. It is not necessary to include the entire output, but
    87     do include enough of the relevant information. Below is an example of the
    88     type of information to include from the screen output from
    89     <command>make</command>:</para>
     87    do include all of the relevant information. Here is an example of the
     88    type of information to include from the <command>make</command> screen
     89    output.</para>
    9090
    9191<screen><computeroutput>gcc -DALIASPATH=\"/mnt/lfs/usr/share/locale:.\"
     
    113113<screen><computeroutput>make [2]: *** [make] Error 1</computeroutput></screen>
    114114
    115     <para>This is not enough information to properly diagnose the problem
     115    <para>This is not enough information to diagnose the problem,
    116116    because it only notes that something went wrong, not
    117117    <emphasis>what</emphasis> went wrong. The entire section, as in the
    118118    example above, is what should be saved because it includes the command
    119     that was executed and the associated error message(s).</para>
     119    that was executed and all the associated error messages.</para>
    120120
    121121    <para>An excellent article about asking for help on the Internet is
    122122    available online at <ulink
    123     url="http://catb.org/~esr/faqs/smart-questions.html"/>. Read and
    124     follow the hints in this document to increase the likelihood of getting
     123    url="http://catb.org/~esr/faqs/smart-questions.html"/>. Read this document,
     124    and follow the hints. Doing so will increase the likelihood of getting
    125125    the help you need.</para>
    126126
Note: See TracChangeset for help on using the changeset viewer.