aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/trunc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/trunc.3 b/man3/trunc.3
index c1f5210f20..a90e8edc8b 100644
--- a/man3/trunc.3
+++ b/man3/trunc.3
@@ -52,8 +52,8 @@ _ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
.SH DESCRIPTION
These functions round
.I x
-to the nearest integer
-not larger in absolute value.
+to the nearest integer value that is not larger in magnitude than
+.IR x .
.SH RETURN VALUE
These functions return the rounded integer value, in floating format.
.PP