summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-01-25 15:24:54 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-01-25 15:24:54 +0200
commite09e8000141fb41f6557074fe608e22abe9bd2cf (patch)
treec32587b402fc97cfbf847374b5702a06d3c8e01f
parent9f389b1079e0118d5619ca29207fd1da70753b3e (diff)
downloadgawk-e09e8000141fb41f6557074fe608e22abe9bd2cf.tar.gz
Adjust badargs.ok.
-rw-r--r--test/ChangeLog4
-rw-r--r--test/badargs.ok4
2 files changed, 7 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index b8352718..87482dc4 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ * badargs.ok: Adjust after code changes.
+
2018-01-24 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DIST): New test: nsforloop.
diff --git a/test/badargs.ok b/test/badargs.ok
index 7986c022..f32798eb 100644
--- a/test/badargs.ok
+++ b/test/badargs.ok
@@ -35,7 +35,9 @@ To report bugs, see node `Bugs' in `gawk.info'
which is section `Reporting Problems and Bugs' in the
printed version. This same information may be found at
https://www.gnu.org/software/gawk/manual/html_node/Bugs.html.
-PLEASE do NOT try to report bugs by posting in comp.lang.awk.
+PLEASE do NOT try to report bugs by posting in comp.lang.awk,
+
+or by using a web forum such as Stack Overflow.
gawk is a pattern scanning and processing language.
By default it reads standard input and writes standard output.