aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-02-04 05:43:50 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-02-04 05:43:50 +0200
commit6ccce2801c820d2607c6feab4a55352991db378f (patch)
tree2d7b5147d490e836bae14c96a3e4a448f4a89591 /doc/gawktexi.in
parentaf2b98170ecf3127d8d5ce3e5e3a17c9f4c56059 (diff)
parent37aba870575eccc0f19ed08eea2efe0640de8c64 (diff)
downloadegawk-6ccce2801c820d2607c6feab4a55352991db378f.tar.gz
egawk-6ccce2801c820d2607c6feab4a55352991db378f.tar.bz2
egawk-6ccce2801c820d2607c6feab4a55352991db378f.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 651d2573..e15d6323 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -3960,7 +3960,7 @@ care to search for all occurrences of each inappropriate construct. As
@itemx @option{--bignum}
@cindex @option{-M} option
@cindex @option{--bignum} option
-Force arbitrary-precision arithmetic on numbers. This option has no effect
+Select arbitrary-precision arithmetic on numbers. This option has no effect
if @command{gawk} is not compiled to use the GNU MPFR and MP libraries
(@pxref{Arbitrary Precision Arithmetic}).
@@ -29958,7 +29958,8 @@ one extra bit of significand.
By default, @command{gawk} uses the double-precision floating-point values
supplied by the hardware of the system it runs on. However, if it was
-compiled to do so, @command{gawk} uses the @uref{http://www.mpfr.org,
+compiled to do so, and the @option{-M} command-line option is supplied,
+@command{gawk} uses the @uref{http://www.mpfr.org,
GNU MPFR} and @uref{http://gmplib.org, GNU MP} (GMP) libraries for
arbitrary-precision arithmetic on numbers. You can see if MPFR support
is available like so: