From 409702f929f765cd7ac7b959633ec4c694e493de Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 11 Oct 2013 14:18:24 +0300 Subject: Minor wording improvements in gawk manual. --- doc/gawk.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index b2c675fc..13a823b9 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -10025,7 +10025,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, @@ -28203,7 +28203,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 -- cgit v1.2.3