OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / erfc.3
index 66066fd..708a1ee 100644 (file)
@@ -1,6 +1,7 @@
 .\" 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.
@@ -20,6 +21,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 ERFC 3  2010-09-20 "GNU" "Linux Programmer's Manual"
 .SH NAME
@@ -117,7 +119,7 @@ These functions do not set
 .IR errno .
 .\" FIXME . Is it intentional that these functions do not set errno?
 .\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6785
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C99, POSIX.1-2001.
 The variant returning
 .I double
@@ -130,7 +132,7 @@ functions are provided to avoid the loss accuracy that
 would occur for the calculation 1-erf(x) for large values of
 .IR x
 (for which the value of erf(x) approaches 1).
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR cerf (3),
 .BR erf (3),
 .BR exp (3)