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