From 27d44843c0963a91bd25cd462a05b96339ea16de Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 22 Apr 2019 20:44:53 +0300 Subject: Fix a typo in the manual. --- doc/gawk.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/gawk.texi') 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 for the suggestion. - -4/2109: Go through and check @print{} vs. @error{} in examples -- cgit v1.2.3