diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-11-09 21:03:48 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-11-09 21:03:48 +0200 |
commit | c2526c4c963c3f6f86f0f98cf58f87a80513e13f (patch) | |
tree | 5725908d4e96062f8ddb298b6a7c7ff55bd7b799 | |
parent | f5c665d78447a479a5cae95ddaaaf9035ce4e18b (diff) | |
download | egawk-c2526c4c963c3f6f86f0f98cf58f87a80513e13f.tar.gz egawk-c2526c4c963c3f6f86f0f98cf58f87a80513e13f.tar.bz2 egawk-c2526c4c963c3f6f86f0f98cf58f87a80513e13f.zip |
Don't post bugs to comp.lang.awk added to --help output.
-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\ |