summaryrefslogtreecommitdiffstats
path: root/man3/trunc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/trunc.3')
-rw-r--r--man3/trunc.315
1 files changed, 7 insertions, 8 deletions
diff --git a/man3/trunc.3 b/man3/trunc.3
index 66571890f..4670f0314 100644
--- a/man3/trunc.3
+++ b/man3/trunc.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH trunc 3 2022-12-15 "Linux man-pages 6.03"
+.TH trunc 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
trunc, truncf, truncl \- round to integer, toward zero
.SH LIBRARY
@@ -44,29 +44,28 @@ is integral, infinite, or NaN,
itself is returned.
.SH ERRORS
No errors occur.
-.SH VERSIONS
-These functions were added in glibc 2.1.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR trunc (),
.BR truncf (),
.BR truncl ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-C99, POSIX.1-2001, POSIX.1-2008.
+C11, POSIX.1-2008.
+.SH HISTORY
+glibc 2.1.
+C99, POSIX.1-2001.
.SH NOTES
The integral value returned by these functions may be too large
to store in an integer type