aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in4
1 files changed, 1 insertions, 3 deletions
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