OSDN Git Service

LDP: Update original to LDP v3.67
[linuxjm/LDP_man-pages.git] / original / man3 / exp10.3
index 0c29467..e7ccd48 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
 .\"
 .\" References consulted:
 .\"     Linux libc source code
@@ -51,7 +53,8 @@ Link with \fI\-lm\fP.
 The
 .BR exp10 ()
 function returns the value of 10
-raised to the power of \fIx\fP.
+raised to the power of
+.IR x .
 .SH RETURN VALUE
 On success, these functions return the base-10 exponential value of
 .IR x .
@@ -71,11 +74,20 @@ For a discussion of the errors that can occur for these functions, see
 .\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6787
 .SH VERSIONS
 These functions first appeared in glibc in version 2.1.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 These functions are GNU extensions.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR cbrt (3),
 .BR exp (3),
 .BR exp2 (3),
 .BR log10 (3),
 .BR sqrt (3)
+.SH COLOPHON
+This page is part of release 3.67 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.