Consistently refer to Yacc, not YACC.
authorAkim Demaille <demaille@gostai.com>
Mon, 20 Apr 2009 10:53:46 +0000 (12:53 +0200)
committerAkim Demaille <demaille@gostai.com>
Mon, 20 Apr 2009 11:23:01 +0000 (13:23 +0200)
* src/getargs.c (usage, warnings_args): s/YACC/Yacc/.

ChangeLog
src/getargs.c

index 7df915f..eb240df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-20  Akim Demaille  <demaille@gostai.com>
+
+       Consistently refer to Yacc, not YACC.
+       * src/getargs.c (usage, warnings_args): s/YACC/Yacc/.
+
 2009-04-17  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Pacify make maintainer-check-posix.
index aebc240..bb060c5 100644 (file)
@@ -216,7 +216,7 @@ static const char * const warnings_args[] =
      that argmatch_valid be more readable.  */
   "none            - no warnings",
   "midrule-values  - unset or unused midrule values",
-  "yacc            - incompatibilities with POSIX YACC",
+  "yacc            - incompatibilities with POSIX Yacc",
   "all             - all of the above",
   "error           - warnings are errors",
   0
@@ -312,7 +312,7 @@ Output:\n\
       fputs (_("\
 Warning categories include:\n\
   `midrule-values'  unset or unused midrule values\n\
-  `yacc'            incompatibilities with POSIX YACC\n\
+  `yacc'            incompatibilities with POSIX Yacc\n\
   `all'             all the warnings\n\
   `no-CATEGORY'     turn off warnings in CATEGORY\n\
   `none'            turn off all the warnings\n\