diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-06 08:26:01 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-06 08:26:01 +0300 |
commit | d5e40fc211797a272d26ce416a6d1197757cd5fd (patch) | |
tree | 7126597be033bd99709c216305d50dd336ded58a /doc/gawk.texi | |
parent | a967103553bd7d19a6a426be4627d0645b7da69e (diff) | |
download | egawk-d5e40fc211797a272d26ce416a6d1197757cd5fd.tar.gz egawk-d5e40fc211797a272d26ce416a6d1197757cd5fd.tar.bz2 egawk-d5e40fc211797a272d26ce416a6d1197757cd5fd.zip |
Regnerate doc, fix doc/ChangeLog entry for correct attribution.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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: |