aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-12-24 20:23:32 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-12-24 20:23:32 +0200
commitba81a835d78656b966a81e3426af82ee903f97de (patch)
tree5739ea44e4d7e60cd35b6f62133500979e2ed7ce /doc/gawk.texi
parent06e47b84ed3eb2ec562ee9910d192853f351a0bc (diff)
downloadegawk-ba81a835d78656b966a81e3426af82ee903f97de.tar.gz
egawk-ba81a835d78656b966a81e3426af82ee903f97de.tar.bz2
egawk-ba81a835d78656b966a81e3426af82ee903f97de.zip
Typo in exponentiation fix in manual.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
1 files changed, 1 insertions, 1 deletions
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