OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / scalbln.3
index 85360ee..5235684 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 SCALBLN 3 2010-09-20 "" "Linux Programmer's Manual"
 .SH NAME
@@ -150,7 +152,7 @@ These functions do not set
 .\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803
 .SH VERSIONS
 These functions first appeared in glibc in version 2.1.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C99, POSIX.1-2001.
 .SH NOTES
 These functions differ from the obsolete functions described in
@@ -168,6 +170,6 @@ equals 2 (which is usual), then
 .BR scalbn ()
 is equivalent to
 .BR ldexp (3).
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR ldexp (3),
 .BR scalb (3)