Author: manuel
Date: 2006-02-25 04:31:45 -0700 (Sat, 25 Feb 2006)
New Revision: 7395
Modified:
trunk/BOOK/chapter06/bison.xml
trunk/BOOK/chapter06/gcc.xml
Log:
Added a few missing userinput tags.
Modified: trunk/BOOK/chapter06/bison.xml
===================================================================
--- trunk/BOOK/chapter06/bison.xml 2006-02-21 21:20:52 UTC (rev 7394)
+++ trunk/BOOK/chapter06/bison.xml 2006-02-25 11:31:45 UTC (rev 7395)
@@ -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' >>
config.h</userinput></screen>
<para>Compile the package:</para>
Modified: trunk/BOOK/chapter06/gcc.xml
===================================================================
--- trunk/BOOK/chapter06/gcc.xml 2006-02-21 21:20:52 UTC (rev 7394)
+++ trunk/BOOK/chapter06/gcc.xml 2006-02-25 11:31:45 UTC (rev 7395)
@@ -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