aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-03-03 20:17:16 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-03-03 20:17:16 +0200
commit91aceb03c25d46e7a43a2489bbe823c878fa1910 (patch)
treeb0f5e8f9da726bdc5a13b4c817d845004942e5fe
parentf8b587f3c570b6a0508a30e94605c334e524fef4 (diff)
downloadegawk-91aceb03c25d46e7a43a2489bbe823c878fa1910.tar.gz
egawk-91aceb03c25d46e7a43a2489bbe823c878fa1910.tar.bz2
egawk-91aceb03c25d46e7a43a2489bbe823c878fa1910.zip
Small fix in help message.
-rwxr-xr-xChangeLog6
-rw-r--r--main.c2
-rw-r--r--test/ChangeLog4
-rw-r--r--test/badargs.ok1
4 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e9496057..11636b33 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2019-03-03 Arnold D. Robbins <arnold@skeeve.com>
+
+ * main.c (usage): Fix help message.
+
2019-03-01 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (pc/Makefile.tst): Make sure pc/ directory exists
- first. Neede for `make distcheck'. Not sure what changed such
+ first. Needed for `make distcheck'. Not sure what changed such
that this is only showing up now.
* configure.ac: Update version for next test tarball.
diff --git a/main.c b/main.c
index b4ca5fdc..e2bcd724 100644
--- a/main.c
+++ b/main.c
@@ -634,7 +634,7 @@ usage(int exitval, FILE *fp)
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\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);
/* ditto */
diff --git a/test/ChangeLog b/test/ChangeLog
index 56d91b75..71e0ff2b 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2019-03-03 Arnold D. Robbins <arnold@skeeve.com>
+
+ * badargs.ok: Update after code changes.
+
2019-02-25 Arnold D. Robbins <arnold@skeeve.com>
* nsprof2.ok, profile5.ok: Updated after code changes.
diff --git a/test/badargs.ok b/test/badargs.ok
index f32798eb..49998737 100644
--- a/test/badargs.ok
+++ b/test/badargs.ok
@@ -36,7 +36,6 @@ 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,
-
or by using a web forum such as Stack Overflow.
gawk is a pattern scanning and processing language.