diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-04-11 20:52:20 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-04-11 20:52:20 +0300 |
commit | 9bc37b0ee389c9a8be843b9f30d11bb7df899c20 (patch) | |
tree | 5716b64bd2759834254d5fd5d8c49ff86d076b6d /doc/gawk.1 | |
parent | 154f72534002c0c49df249b52fe76d126eed72a3 (diff) | |
download | egawk-9bc37b0ee389c9a8be843b9f30d11bb7df899c20.tar.gz egawk-9bc37b0ee389c9a8be843b9f30d11bb7df899c20.tar.bz2 egawk-9bc37b0ee389c9a8be843b9f30d11bb7df899c20.zip |
Change --arbitrary-precision to --bignum. Doc updates.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -358,7 +358,7 @@ actually invalid are issued. (This is not fully implemented yet.) .B \-M .TP .PD -.B \-\^\-arbitrary-precision +.B \-\^\-bignum Force arbitrary precision arithmetic on numbers. This option has no effect if .I gawk |