diff options
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: |