From 06e47b84ed3eb2ec562ee9910d192853f351a0bc Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 24 Dec 2014 19:39:05 +0200 Subject: Update foreword from Mike Brennan. --- doc/gawk.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index 3e6fb5d6..a7df2315 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -1269,6 +1269,9 @@ the C/C++ module as a dynamic plug-in. has all the details, and as expected, many examples to help you learn the ins and outs. +I enjoy programming in AWK and had fun (re)reading this book. +I think you will too. + @ifnotdocbook @cindex Brennan, Michael @display -- cgit v1.2.3 From ba81a835d78656b966a81e3426af82ee903f97de Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 24 Dec 2014 20:23:32 +0200 Subject: Typo in exponentiation fix in manual. --- doc/gawk.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index a7df2315..408bc0c9 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -11844,7 +11844,7 @@ The post-increment @samp{foo++} is nearly the same as writing @samp{(foo not necessarily equal @code{foo}. But the difference is minute as long as you stick to numbers that are fairly small (less than @iftex -@math{10^12}). +@math{10^{12}}). @end iftex @ifnottex @ifnotdocbook -- cgit v1.2.3