OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / log1p.3
index 6d589bd..b191346 100644 (file)
@@ -26,7 +26,7 @@
 .\"
 .\" Modified 2002-07-27 by Walter Harms
 .\"    (walter.harms@informatik.uni-oldenburg.de)
-.TH LOG1P 3   2010-09-20 "" "Linux Programmer's Manual"
+.TH LOG1P 3   2014-02-28 "" "Linux Programmer's Manual"
 .SH NAME
 log1p, log1pf, log1pl \-  logarithm of 1 plus argument
 .SH SYNOPSIS
@@ -77,7 +77,9 @@ returns a value equivalent to
 
 .fi
 It is computed in a way
-that is accurate even if the value of \fIx\fP is near zero.
+that is accurate even if the value of
+.I x
+is near zero.
 .SH RETURN VALUE
 On success, these functions return the natural logarithm of
 .IR "(1\ +\ x)" .
@@ -137,6 +139,14 @@ These functions do not set
 .\" FIXME . Is it intentional that these functions do not set errno?
 .\" log(), log2(), log10() do set errno
 .\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6792
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR log1p (),
+.BR log1pf (),
+and
+.BR log1pl ()
+functions are thread-safe.
 .SH CONFORMING TO
 C99, POSIX.1-2001.
 .\" BSD
@@ -144,3 +154,12 @@ C99, POSIX.1-2001.
 .BR exp (3),
 .BR expm1 (3),
 .BR log (3)
+.SH COLOPHON
+This page is part of release 3.79 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/.