diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2017-06-05 08:45:54 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2017-06-05 08:45:54 -0400 |
commit | dd0ccae4e7dded481ecf7faa3ec522b857859442 (patch) | |
tree | 241ad6805a147688ff6060ea99d37617bb8890df /doc/gawktexi.in | |
parent | fe056e01e183711c4a77b2d9260ebff276d100d7 (diff) | |
parent | a967103553bd7d19a6a426be4627d0645b7da69e (diff) | |
download | egawk-dd0ccae4e7dded481ecf7faa3ec522b857859442.tar.gz egawk-dd0ccae4e7dded481ecf7faa3ec522b857859442.tar.bz2 egawk-dd0ccae4e7dded481ecf7faa3ec522b857859442.zip |
Merge branch 'master' into feature/fix-comments
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: |