aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-04-22 20:44:53 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-04-22 20:44:53 +0300
commit27d44843c0963a91bd25cd462a05b96339ea16de (patch)
treeaf31a2008425c4c02361399bed210f40f28716eb /doc/gawk.texi
parent7760ee121f8f3a231f4d949819fb49025d840297 (diff)
downloadegawk-27d44843c0963a91bd25cd462a05b96339ea16de.tar.gz
egawk-27d44843c0963a91bd25cd462a05b96339ea16de.tar.bz2
egawk-27d44843c0963a91bd25cd462a05b96339ea16de.zip
Fix a typo in the manual.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi4
1 files changed, 1 insertions, 3 deletions
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