Expand GLR acronym in summary of Bison.

Based on discussion with Akim Demaille starting at
<http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00087.html>.
* doc/bison.texinfo (Introduction): Here.
* src/getargs.c (usage): Here.
This commit is contained in:
Joel E. Denny
2009-12-14 16:04:00 -05:00
parent 1f68dca514
commit 51c7ca01e2
3 changed files with 14 additions and 5 deletions

View File

@@ -257,8 +257,8 @@ usage (int status)
printf (_("Usage: %s [OPTION]... FILE\n"), program_name);
fputs (_("\
Generate a deterministic or GLR parser employing LALR(1), IELR(1), or\n\
canonical LR(1) parser tables.\n\
Generate a deterministic LR or generalized LR (GLR) parser employing\n\
LALR(1), IELR(1), or canonical LR(1) parser tables.\n\
\n\
"), stdout);