OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / rint.3
index a627784..cacf3c1 100644 (file)
@@ -2,6 +2,7 @@
 .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -21,6 +22,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .TH RINT 3  2010-09-20 "" "Linux Programmer's Manual"
 .SH NAME
@@ -100,7 +102,7 @@ exception
 checkable via
 .BR fetestexcept (3))
 when the result differs in value from the argument.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 These functions return the rounded integer value.
 
 If \fIx\fP is integral, +0, \-0, NaN, or infinite,
@@ -108,7 +110,7 @@ If \fIx\fP is integral, +0, \-0, NaN, or infinite,
 .SH ERRORS
 No errors occur.
 POSIX.1-2001 documents a range error for overflows, but see NOTES.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C99, POSIX.1-2001.
 .SH NOTES
 SUSv2 and POSIX.1-2001 contain text about overflow (which might set
@@ -130,7 +132,7 @@ If you want to store the rounded value in an integer type,
 you probably want to use one of the functions described in
 .BR lrint (3)
 instead.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR ceil (3),
 .BR floor (3),
 .BR lrint (3),