]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
trunc.3: Make the description a little clearer
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 26 Aug 2018 08:38:09 +0000 (10:38 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 26 Aug 2018 08:43:45 +0000 (10:43 +0200)
The double negative is a little confusing, but required. But try
to make the semantics a little clearer in the wording (which is
now closer to the wording in the C standard).

Reported-by: Eric Benton <erbenton@comcast.net>
Reported-by: G. Branden Robinson <g.branden.robinson@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/trunc.3

index c1f5210f202be2adb443b7bfc510be08bd646aa7..a90e8edc8be3c712835e5c2942578a77d26b8571 100644 (file)
@@ -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