aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-10-11 14:19:49 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-10-11 14:19:49 +0300
commitb180c31b29e81879138bf953da8cc7ca14aa7ab7 (patch)
treeb242df8db85a5ab697bce812bbe795d13a81856c /doc/gawktexi.in
parentb25b2ce75d1360bb1cf4e7f140afdb6ed0cc58f2 (diff)
parent409702f929f765cd7ac7b959633ec4c694e493de (diff)
downloadegawk-b180c31b29e81879138bf953da8cc7ca14aa7ab7.tar.gz
egawk-b180c31b29e81879138bf953da8cc7ca14aa7ab7.tar.bz2
egawk-b180c31b29e81879138bf953da8cc7ca14aa7ab7.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 6fd9681a..1083d653 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -9522,7 +9522,7 @@ with @code{CONVFMT} as the format
specifier
(@pxref{String Functions}).
-@code{CONVFMT}'s default value is @code{"%.6g"}, which prints a value with
+@code{CONVFMT}'s default value is @code{"%.6g"}, which creates a value with
at most six significant digits. For some applications, you might want to
change it to specify more precision.
On most modern machines,
@@ -27360,7 +27360,7 @@ This makes it clear that the full numeric value is different from
what the default string representations show.
@code{CONVFMT}'s default value is @code{"%.6g"}, which yields a value with
-at least six significant digits. For some applications, you might want to
+at most six significant digits. For some applications, you might want to
change it to specify more precision.
On most modern machines, most of the time,
17 digits is enough to capture a floating-point number's