aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/askforhelp.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-29 20:00:54 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-29 20:00:54 +0000
commit55851d6ef3b438d78359c9ea0ba861069bedeeb1 (patch)
treed9f97db0df5856fb68fd325a4885b9edbf2d5c90 /chapter01/askforhelp.xml
parentd44a965cfe95996da670a7f053cb30222e41b36f (diff)
Tagging corrections in chapters 1 to 4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/askforhelp.xml')
-rw-r--r--chapter01/askforhelp.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter01/askforhelp.xml b/chapter01/askforhelp.xml
index 747a74b92..16517e54f 100644
--- a/chapter01/askforhelp.xml
+++ b/chapter01/askforhelp.xml
@@ -33,9 +33,9 @@ LFS,</para></listitem>
<listitem><para>whether you have deviated from the book at all.</para></listitem>
</itemizedlist>
-<para>(Note that saying that you've deviated from the book doesn't mean
+<note><para>Saying that you've deviated from the book doesn't mean
that we won't help you. After all, LFS is about choice. It'll just
-help us to see other possible causes of your problem.)</para>
+help us to see other possible causes of your problem.</para></note>
</sect2>
@@ -59,7 +59,7 @@ the ./configure script and the make run can be useful. Don't blindly
include the whole thing but, on the other hand, don't include too little.
As an example, here is some screen output from make:</para>
-<screen>gcc -DALIASPATH=\"/mnt/lfs/usr/share/locale:.\"
+<screen><computeroutput>gcc -DALIASPATH=\"/mnt/lfs/usr/share/locale:.\"
-DLOCALEDIR=\"/mnt/lfs/usr/share/locale\" -DLIBDIR=\"/mnt/lfs/usr/lib\"
-DINCLUDEDIR=\"/mnt/lfs/usr/include\" -DHAVE_CONFIG_H -I. -I.
-g -O2 -c getopt1.c
@@ -73,12 +73,12 @@ make[2]: *** [make] Error 1
make[2]: Leaving directory `/lfs/tmp/make-3.79.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/lfs/tmp/make-3.79.1'
-make: *** [all-recursive-am] Error 2</screen>
+make: *** [all-recursive-am] Error 2</computeroutput></screen>
<para>In this case, many people just include the bottom section where it
says:</para>
-<screen>make [2]: *** [make] Error 1</screen>
+<screen><computeroutput>make [2]: *** [make] Error 1</computeroutput></screen>
<para>and onwards. This isn't enough for us to diagnose the problem because it
only tells us that <emphasis>something</emphasis> went wrong, not