aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-02-25 11:31:45 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-02-25 11:31:45 +0000
commit7660d675a54f659759b68a39256744a4ac1989e1 (patch)
tree12803f59874afa9e50aa3c1813777ba8b5a32162 /chapter06/gcc.xml
parent7e60160f6544a3ea53303f64a73cfaf6c05265fd (diff)
Added a few missing userinput tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7395 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 1611b2c59..bc7f7e379 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -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>