From b3ea288e18a3ab32360aa8a1781c6b243e80f06c Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 24 Jun 2005 08:58:43 +0000 Subject: Typos git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bison.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06/bison.xml') diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 74890db6d..cf859ae5d 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -62,7 +62,7 @@ GCC, Gettext, Glibc, Grep, M4, Make, and Sed bison -generates, from a series of rules, a program for analyzing the structure +Generates, from a series of rules, a program for analyzing the structure of text files; Bison is a replacement for Yacc (Yet Another Compiler Compiler) bison @@ -72,7 +72,7 @@ Compiler) yacc -a wrapper for bison, meant for programs +A wrapper for bison, meant for programs that still call yacc instead of bison; it calls bison with the -y option yacc @@ -82,7 +82,7 @@ it calls bison with the -y option liby.a -the Yacc library containing implementations of Yacc-compatible +The Yacc library containing implementations of Yacc-compatible yyerror and main functions; this library is normally not very useful, but POSIX requires it -- cgit v1.2.3-54-g00ecf