diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-06 08:27:10 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-06 08:27:10 +0300 |
commit | f4b51ea2cf4d83f13a5bfb7b834d943fd3e09647 (patch) | |
tree | aae3e5b3a17498b856848aa364e784300c60af88 | |
parent | dd0ccae4e7dded481ecf7faa3ec522b857859442 (diff) | |
parent | d5e40fc211797a272d26ce416a6d1197757cd5fd (diff) | |
download | egawk-f4b51ea2cf4d83f13a5bfb7b834d943fd3e09647.tar.gz egawk-f4b51ea2cf4d83f13a5bfb7b834d943fd3e09647.tar.bz2 egawk-f4b51ea2cf4d83f13a5bfb7b834d943fd3e09647.zip |
Merge branch 'master' into feature/fix-comments
-rw-r--r-- | doc/ChangeLog | 2 | ||||
-rw-r--r-- | doc/gawk.info | 2 | ||||
-rw-r--r-- | doc/gawk.texi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 86cc2e07..f6b6674f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,4 @@ -2017-06-05 Arnold D. Robbins <arnold@skeeve.com> +2017-06-05 Andrew J. Schorr <aschorr@telemetry-investments.com> * gawktexi.in (Checking for MPFR): Fix typo. diff --git a/doc/gawk.info b/doc/gawk.info index 821660c5..5684d7b7 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -23282,7 +23282,7 @@ File: gawk.info, Node: Checking for MPFR, Next: POSIX Floating Point Problems, ====================================== Occasionally, you might like to be able to check if 'gawk' was invoked -with the '-M' option, enabling aribtrary-precision arithmetic. You can +with the '-M' option, enabling arbitrary-precision arithmetic. You can do so with the following function, contributed by Andrew Schorr: # adequate_math_precision --- return true if we have enough bits diff --git a/doc/gawk.texi b/doc/gawk.texi index c344acfb..46ef2716 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -32135,7 +32135,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: |