aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
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/gawktexi.in
parentdb439eb8acf47c3b28d15ce239477315b8157c05 (diff)
downloadegawk-8ec98d6231f61daedc317ec8198cf0864f090f43.tar.gz
egawk-8ec98d6231f61daedc317ec8198cf0864f090f43.tar.bz2
egawk-8ec98d6231f61daedc317ec8198cf0864f090f43.zip
Small doc fix for %f description.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 49bb7ca0..51b56187 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -9303,7 +9303,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}.)