diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-15 11:18:11 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-15 11:18:11 +0200 |
commit | 8ec98d6231f61daedc317ec8198cf0864f090f43 (patch) | |
tree | 1b50a79bb3178f4e03706974d57f0311c0c0450f /doc/gawk.texi | |
parent | db439eb8acf47c3b28d15ce239477315b8157c05 (diff) | |
download | egawk-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.texi | 2 |
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}.) |