aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-02-15 11:18:11 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-02-15 11:18:11 +0200
commit8ec98d6231f61daedc317ec8198cf0864f090f43 (patch)
tree1b50a79bb3178f4e03706974d57f0311c0c0450f /doc/gawk.texi
parentdb439eb8acf47c3b28d15ce239477315b8157c05 (diff)
downloadegawk-8ec98d6231f61daedc317ec8198cf0864f090f43.tar.gz
egawk-8ec98d6231f61daedc317ec8198cf0864f090f43.tar.bz2
egawk-8ec98d6231f61daedc317ec8198cf0864f090f43.zip
Small doc fix for %f description.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 7eb90db2..27a6fc4c 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -9705,7 +9705,7 @@ printf "%4.3f", 1950
@end example
@noindent
-prints @samp{1950.000}, with a total of four significant figures, three of
+prints @samp{1950.000}, with a minimum of four significant figures, three of
which follow the decimal point.
(The @samp{4.3} represents two modifiers,
discussed in the next @value{SUBSECTION}.)