diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-18 12:42:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-18 12:42:44 +0000 |
commit | fe6ca49e2b1ba60895c1e33ffdf2d5e119eb21d3 (patch) | |
tree | 5dd2b78db7c12de3f4cfac5db534340a99bcd570 /chapter06/bison.xml | |
parent | 1891a2ca1611863e9d3182ea1ee54beb34a51f69 (diff) |
Apply a few text updates from Chris Staub. Fixes #2442.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 0d8a5ac30..9721be123 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -44,9 +44,9 @@ <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> - <para>The configure system causes bison to be built without support for + <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 + program is not already in $PATH. The following addition will correct this:</para> <screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' >> config.h</userinput></screen> |