aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bison.xml
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2007-06-24 13:03:35 +0000
committerKen Moffat <ken@linuxfromscratch.org>2007-06-24 13:03:35 +0000
commitf19e766a8ee9b64cb06165842bdd56f94f61f1a3 (patch)
tree2cff0f6715ee99adaf58322e9cdc39bd683657e8 /chapter06/bison.xml
parentea148539cb6d721406ec923a36e8c9348a89c4cb (diff)
Add missing colons wherever we expect the builder to key in the userinput.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r--chapter06/bison.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml
index 67156fb10..cb4822e17 100644
--- a/chapter06/bison.xml
+++ b/chapter06/bison.xml
@@ -41,7 +41,7 @@
<para>The configure system causes bison to be built without support for
internationalization of error messages if a <command>bison</command>
program is not already in $PATH. The following addition will correct
- this.</para>
+ this:</para>
<screen><userinput>echo '#define YYENABLE_NLS 1' &gt;&gt; config.h</userinput></screen>