package: bison
version: A2.3
The bison man page contains the following reference
FILES
/usr/local/lib/bison.simple simple parser
/usr/local/lib/bison.hairy complicated parser
Whereas the files are in fact contained in
/usr/lib/bison.simple
/usr/lib/bison.hairy
as they should indeed be since bison is in /usr/bin.
Alan Bain