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/gawktexi.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/gawktexi.in') diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 61575e42..73471b6d 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -1264,6 +1264,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/gawktexi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gawktexi.in') diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 73471b6d..54b084bb 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -11231,7 +11231,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