merge help descriptions written by Tom Cameron

This commit is contained in:
Mike Frysinger
2004-12-24 09:23:11 +00:00
parent 5d05aa8ed6
commit ab798b88d9
14 changed files with 59 additions and 53 deletions

View File

@@ -1,8 +1,9 @@
#
config BR2_PACKAGE_BISON
bool"bison"
bool "bison"
default n
help
Add help text here.
General-purpose parser generator that converts a
grammar description for an LALR context-free grammar into a C
program to parse that grammar.
http://www.gnu.org/software/bison/