diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-14 16:30:06 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-14 16:30:06 +0000 |
commit | a6394685029bca6ced34d4c2670fdf9f200c9a58 (patch) | |
tree | c74d870da9a0f754727fd0c6950c43999b62ae05 /appendixa/bison-desc.xml | |
parent | 9f0b2cc17fffdf556daaf180657d909d492de7fe (diff) |
Updated 'last checked against version' entities for Autoconf, Automake, Bash, Binutils and Bison. Updated actual descriptions for Automake, Binutils and Bison
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/bison-desc.xml')
-rw-r--r-- | appendixa/bison-desc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appendixa/bison-desc.xml b/appendixa/bison-desc.xml index ba1572da6..957ec6a6e 100644 --- a/appendixa/bison-desc.xml +++ b/appendixa/bison-desc.xml @@ -9,5 +9,9 @@ for analyzing the structure of text files. Bison is a replacement for yacc <para><command>yacc</command> is a wrapper for bison, meant for programs that still call yacc instead of bison. It calls bison with the -y option.</para> +<para><command>liby.a</command> is the Yacc library containing +implementations of Yacc-compatible yyerror and main functions. This library +is normally not very useful, but POSIX requires it.</para> + </sect2> |