aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-04-23 10:54:37 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-04-23 10:54:37 +0300
commit6a221b414087f0cf397b9f22a70c8b75b423d72b (patch)
tree86d9a68c6ada84034215e8d14a671d5efcf5f6fa /doc
parentd3b5c776178a0b0680f984eab536c83089bbc92a (diff)
parent9347fde4a80b9dc31d2ddfacb14630be5f23287c (diff)
downloadegawk-6a221b414087f0cf397b9f22a70c8b75b423d72b.tar.gz
egawk-6a221b414087f0cf397b9f22a70c8b75b423d72b.tar.bz2
egawk-6a221b414087f0cf397b9f22a70c8b75b423d72b.zip
Merge branch 'gawk-5.0-stable'
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gawk.texi4
-rw-r--r--doc/gawktexi.in4
3 files changed, 7 insertions, 6 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index fa330c20..63e3a4cb 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2019-04-22 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Undocumented): Fix a typo. Thanks to Antonio Columbo
+ for pointing it out.
+
2019-04-21 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Limitations): Provide brief instructions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 4b146a52..899fab49 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -5045,7 +5045,7 @@ use within Bash shell scripts, such that the error message will reflect
the line number in the shell script, instead of in the @command{awk}
program. To demonstrate:
-@exmaple
+@example
$ @kbd{gawk -v LINENO=10 'BEGIN @{ print("hi" @}'}
@error{} gawk: cmd. line:11: BEGIN @{ print("hi" @}
@error{} gawk: cmd. line:11: ^ syntax error
@@ -45210,5 +45210,3 @@ Add a section explaining recursion from ground zero. Probably
easiest to do it with factorial as the example. Explain that
recursion needs a stopping condition. Thanks to
Bill Duncan <bduncan@beachnet.org> for the suggestion.
-
-4/2109: Go through and check @print{} vs. @error{} in examples
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 757fb4c0..611eed4a 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -4955,7 +4955,7 @@ use within Bash shell scripts, such that the error message will reflect
the line number in the shell script, instead of in the @command{awk}
program. To demonstrate:
-@exmaple
+@example
$ @kbd{gawk -v LINENO=10 'BEGIN @{ print("hi" @}'}
@error{} gawk: cmd. line:11: BEGIN @{ print("hi" @}
@error{} gawk: cmd. line:11: ^ syntax error
@@ -44183,5 +44183,3 @@ Add a section explaining recursion from ground zero. Probably
easiest to do it with factorial as the example. Explain that
recursion needs a stopping condition. Thanks to
Bill Duncan <bduncan@beachnet.org> for the suggestion.
-
-4/2109: Go through and check @print{} vs. @error{} in examples