From ca8dc591b84286462c941ebe88b9411cffbffbcc Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 12 Apr 2022 07:28:35 -0700 Subject: Change executable name to egawk and change bug reporting address. * Makefile.am, Makefile.in (bin_PROGRAMS): Change from gawk to egawk. (bin_SCRIPTS): Remove gawkbug; this is not used. (install-exec-hook, uninstall-links): Fix some hard-coded gawk references here. * main.c (usage): Rewrite bug reporting text, specifically discouraging users not to use the bug-awk mailing list for support, unless they reproduce the issue with the original awk. --- main.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index e044123b..9f38341e 100644 --- a/main.c +++ b/main.c @@ -641,13 +641,12 @@ usage(int exitval, FILE *fp) /* This is one string to make things easier on translators. */ /* TRANSLATORS: --help output (end) no-wrap */ - fputs(_("\nTo report bugs, use the `gawkbug' program.\n\ -For full instructions, see the 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\ -PLEASE do NOT try to report bugs by posting in comp.lang.awk,\n\ -or by using a web forum such as Stack Overflow.\n\n"), fp); + fputs(_("\nTo report bugs in Enhanced Gawk, send e-mail to \n\ +Kaz Kylheku .\n\ +PLEASE do NOT try to report bugs or seek support in the original\n\ +bug-gawk mailing list, unless you can reproduce the issue with the\n\ +unmodified gawk program. Also do not report bugs in the comp.lang.awk\n\ +Usenet newsgroup, or in web forum such as Stack Overflow.\n\n"), fp); /* ditto */ fputs(_("gawk is a pattern scanning and processing language.\n\ -- cgit v1.2.3