diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
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}.) |