diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-09 21:02:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-09 21:02:45 +0300 |
commit | 63e02ea9ae9921a45d36ab631fa31593cf149370 (patch) | |
tree | 1c2cef3799d90835a14fc85693c2d110a67f657e /main.c | |
parent | 45ec9a480a99df0242bcf22785528445a3675931 (diff) | |
parent | c51a97fc72b732d19dbc83a7a4aadf9893a92b78 (diff) | |
download | egawk-63e02ea9ae9921a45d36ab631fa31593cf149370.tar.gz egawk-63e02ea9ae9921a45d36ab631fa31593cf149370.tar.bz2 egawk-63e02ea9ae9921a45d36ab631fa31593cf149370.zip |
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -613,8 +613,10 @@ usage(int exitval, FILE *fp) for this application. Please add _another line_ with the address for translation bugs. no-wrap */ - fputs(_("\nTo report bugs, see node `Bugs' in `gawk.info', which is\n\ -section `Reporting Problems and Bugs' in the printed version.\n\n"), 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); /* ditto */ fputs(_("gawk is a pattern scanning and processing language.\n\ |