diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 158229a08..54f81a843 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -60,7 +60,7 @@ GCC, Gettext, Glibc, Grep, M4, Make, and Sed bison -generates, from a series of rules, a program for analyzing the +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) @@ -71,7 +71,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 @@ -81,7 +81,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