aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/askforhelp.xml
diff options
context:
space:
mode:
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