From 74a81362c2fa85c4ffa06fccfe56015303c34b32 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 24 Jun 2005 09:00:12 +0000 Subject: [PATCH] Typos. Ported from trunk r6137 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bison.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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