diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2017-06-05 08:43:20 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2017-06-05 08:43:20 -0400 |
commit | a967103553bd7d19a6a426be4627d0645b7da69e (patch) | |
tree | 508485b399a3b1f5b754cb94f3b48d326c3bfdc2 /doc/gawktexi.in | |
parent | 1963e23d0a9b13974f2e5a77fdea03d50dc9c654 (diff) | |
download | egawk-a967103553bd7d19a6a426be4627d0645b7da69e.tar.gz egawk-a967103553bd7d19a6a426be4627d0645b7da69e.tar.bz2 egawk-a967103553bd7d19a6a426be4627d0645b7da69e.zip |
Fix typo in checking for MPFR section.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 4cf6294d..17b98584 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -31149,7 +31149,7 @@ word sizes. See @cindex MPFR, checking availability of @cindex checking for MPFR Occasionally, you might like to be able to check if @command{gawk} -was invoked with the @option{-M} option, enabling aribtrary-precision +was invoked with the @option{-M} option, enabling arbitrary-precision arithmetic. You can do so with the following function, contributed by Andrew Schorr: |