diff options
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1351,7 +1351,7 @@ The accepted values are \fB"D"\fR or \fB"d"\fR for roundTowardNegative, \fB"Z"\fR or \fB"z"\fR for roundTowardZero, and if your version of GNU MPFR library supports it, -\fB"A"\fR or \fB"a"\fR for roundTiesToAway. +\fB"A"\fR or \fB"a"\fR for rounding away from zero. .TP .B RS The input record separator, by default a newline. |