aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-07-06 16:37:23 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-07-06 16:37:23 +0000
commit09bd7b30845547e5305926253c4a5e4824c4267b (patch)
tree43f31b764f2f4831bf47cc222c79e9d014abe77f /chapter01
parent6a5ad55557762d20335e249ec7ad5b13fc4c21f9 (diff)
Several typo fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6404 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/askforhelp.xml16
-rw-r--r--chapter01/changelog.xml3
2 files changed, 11 insertions, 8 deletions
diff --git a/chapter01/askforhelp.xml b/chapter01/askforhelp.xml
index e4723d827..e1bf648d1 100644
--- a/chapter01/askforhelp.xml
+++ b/chapter01/askforhelp.xml
@@ -44,20 +44,20 @@ problem.</para></note>
</sect2>
<sect2>
-<title>Configure Problems</title>
+<title>Configure Script Problems</title>
-<para>If something goes wrong during the stage where the configure
-script is run, review the <filename>config.log</filename> file. This
-file may contain errors encountered during configure which were not
-printed to the screen. Include those relevant lines if you need to ask
-for help.</para>
+<para>If something goes wrong during the stage where the
+<command>configure</command> script is run, review the
+<filename>config.log</filename> file. This file may contain errors encountered
+during <command>configure</command> which were not printed to the screen.
+Include those relevant lines if you need to ask for help.</para>
</sect2>
<sect2>
-<title>Compile Problems</title>
+<title>Compilation Problems</title>
<para>Both the screen output and the contents of various files are
-useful in determining the cause of compile issues. The screen output
+useful in determining the cause of compilation issues. The screen output
from the <command>./configure</command> script and the
<command>make</command> run can be helpful. It
is not necessary to include the entire output, but do include enough
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 688d9c0d0..a206cc5d5 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -107,6 +107,9 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>July 6th, 2005 [matt]: Several typo corrections, as suggested
+by Bernard Leak.</para></listitem>
+
<listitem><para>July 6th, 2005 [archaic]: Pulled the inetutils kernel header
patch out again as it is not needed.</para></listitem>