diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-07 17:37:37 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-07 17:37:37 +0000 |
commit | 21b0eceaf2077a8331641b96755f415e2f8c86c9 (patch) | |
tree | dd99746b4fed5ece8b44a8314218beb0540ec292 | |
parent | c18d2610f1dcc4f9800f45bd9aa30080487c6313 (diff) |
Mentioned the FAQ per Don Smith's request.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1975 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter02/askforhelp.xml | 13 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2ecd3dfac..dbc9506a1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,9 @@ </itemizedlist> </para></listitem> +<listitem><para>June 7th, 2002 [timothy] - Chapter 02 - +How to ask for help: mentioned the FAQ.</para></listitem> + <listitem><para>June 6th, 2002 [markh] - Chapter 05 - Tidy up explanations following the /static change.</para></listitem> diff --git a/chapter02/askforhelp.xml b/chapter02/askforhelp.xml index 790169050..763202204 100644 --- a/chapter02/askforhelp.xml +++ b/chapter02/askforhelp.xml @@ -2,12 +2,13 @@ <title>How to ask for help</title> <?dbhtml filename="askforhelp.html" dir="chapter02"?> -<para>If you encounter a problem while using this book, you'll find that most -of the people on Internet Relay Chat (IRC) and on the mailing lists are -willing to help you. (An overview of the LFS mailing lists you can find in -<xref linkend="ch01-maillists"/>.) To assist us in diagnosing and solving -your problem, make sure to include as much relevant information -as possible in your request for help.</para> +<para>If you encounter a problem while using this book, and your problem +is not listed in the FAQ, you will find that most of the people on Internet +Relay Chat (IRC) and on the mailing lists are willing to help you. (An +overview of the LFS mailing lists you can find in +<xref linkend="ch01-maillists"/>.) To assist us in diagnosing and solving +your problem, make sure to include as much relevant information as possible +in your request for help.</para> <sect2> <title>Things to mention</title> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20020606"> -<!ENTITY releasedate "June 6th, 2002"> +<!ENTITY version "20020607"> +<!ENTITY releasedate "June 7th, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |