From fe6ca49e2b1ba60895c1e33ffdf2d5e119eb21d3 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 18 Jul 2009 12:42:44 +0000 Subject: 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 --- chapter06/bison.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/bison.xml') 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 @@ ./configure --prefix=/usr - The configure system causes bison to be built without support for + The configure system causes Bison to be built without support for internationalization of error messages if a bison - program is not already in $PATH. The following addition will correct + program is not already in $PATH. The following addition will correct this: echo '#define YYENABLE_NLS 1' >> config.h -- cgit v1.2.3-54-g00ecf