From bd8333c63dc6edde44ccffc379997aae29416812 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 29 Jan 2000 11:07:24 +0000 Subject: [PATCH] *** empty log message *** --- doc/sh-utils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index d955a27fc6..5cbf5abe36 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -3160,7 +3160,7 @@ Print all numbers with the same width, by padding with leading zeroes. @end table If you want to use @code{seq} to print sequences of large integer values, -you should not use the default @samp{%g} format since it can result in +don't use the default @samp{%g} format since it can result in loss of precision: @example -- 2.47.3