diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-04 08:29:20 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-04 08:29:20 +0200 |
commit | ef068f4b9c00e44960ce8bf3c8c43eb7ea9869ed (patch) | |
tree | 43f985d730fd138ba50d00a6c6ec8a729480f1a7 /doc/gawk.texi | |
parent | 910b170acb876523a1d7cfcfbaca476fd3d66719 (diff) | |
parent | 04601220d136004d188b392945a475cedcaacb03 (diff) | |
download | egawk-ef068f4b9c00e44960ce8bf3c8c43eb7ea9869ed.tar.gz egawk-ef068f4b9c00e44960ce8bf3c8c43eb7ea9869ed.tar.bz2 egawk-ef068f4b9c00e44960ce8bf3c8c43eb7ea9869ed.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 3c31cef5..9015d5f4 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -19516,7 +19516,7 @@ are reduced to fit within the range.} However, when using arbitrary precision arithmetic with the @option{-M} option (@pxref{Arbitrary Precision Arithmetic}), the results may differ. -This is particularly noticable with the @code{compl()} function: +This is particularly noticeable with the @code{compl()} function: @example $ @kbd{gawk 'BEGIN @{ print compl(42) @}'} @@ -19578,7 +19578,7 @@ are reduced to fit within the range.} However, when using arbitrary precision arithmetic with the @option{-M} option (@pxref{Arbitrary Precision Arithmetic}), the results may differ. -This is particularly noticable with the @code{compl()} function: +This is particularly noticeable with the @code{compl()} function: @example $ @kbd{gawk 'BEGIN @{ print compl(42) @}'} |