Author: manuel
Date: 2006-02-25 04:46:24 -0700 (Sat, 25 Feb 2006)
New Revision: 7397

Modified:
   branches/udev_update/BOOK/chapter06/bison.xml
   branches/udev_update/BOOK/chapter06/gcc.xml
Log:
Ported r7395 from trunk to udev_update branch.

Modified: branches/udev_update/BOOK/chapter06/bison.xml
===================================================================
--- branches/udev_update/BOOK/chapter06/bison.xml       2006-02-25 11:43:44 UTC 
(rev 7396)
+++ branches/udev_update/BOOK/chapter06/bison.xml       2006-02-25 11:46:24 UTC 
(rev 7397)
@@ -52,7 +52,7 @@
     program is not already in $PATH.  The following addition will correct
     this.</para>
 
-<screen>echo '#define YYENABLE_NLS 1' >> config.h</screen>
+<screen><userinput>echo '#define YYENABLE_NLS 1' &gt;&gt; 
config.h</userinput></screen>
 
     <para>Compile the package:</para>
 

Modified: branches/udev_update/BOOK/chapter06/gcc.xml
===================================================================
--- branches/udev_update/BOOK/chapter06/gcc.xml 2006-02-25 11:43:44 UTC (rev 
7396)
+++ branches/udev_update/BOOK/chapter06/gcc.xml 2006-02-25 11:46:24 UTC (rev 
7397)
@@ -73,7 +73,7 @@
     temporary files.  We will be installing mktemp later, so the following sed
     will simulate its presence.</para>
 
-<screen>sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</screen>
+<screen><userinput>sed -i 's/@have_mktemp_command@/yes/' 
gcc/gccbug.in</userinput></screen>
 
     <para>The GCC documentation recommends building GCC outside of the source
     directory in a dedicated build directory:</para>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to