diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | main.c | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2017-11-09 Arnold D. Robbins <arnold@skeeve.com> + + * main.c (usage): Add a note to not post bugs in comp.lang.awk. + So there. + 2017-11-08 Arnold D. Robbins <arnold@skeeve.com> * gawkapi.h (AWK_NUMBER_TYPE): Move this enum out to the @@ -616,7 +616,8 @@ usage(int exitval, FILE *fp) fputs(_("\nTo report bugs, see node `Bugs' in `gawk.info'\n\ which is section `Reporting Problems and Bugs' in the\n\ printed version. This same information may be found at\n\ -https://www.gnu.org/software/gawk/manual/html_node/Bugs.html.\n\n"), fp); +https://www.gnu.org/software/gawk/manual/html_node/Bugs.html.\n\ +PLEASE do NOT try to report bugs by posting in comp.lang.awk.\n\n"), fp); /* ditto */ fputs(_("gawk is a pattern scanning and processing language.\n\ |