aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index 0da156d4..da50bf13 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -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.