OSDN Git Service

(split) LDP: Update original to LDP v3.53.
[linuxjm/LDP_man-pages.git] / original / man3 / fabs.3
index 1407f4d..d608915 100644 (file)
@@ -29,7 +29,7 @@
 .\" Modified Sat Jul 24 19:42:04 1993 by Rik Faith (faith@cs.unc.edu)
 .\" Added fabsl, fabsf, aeb, 2001-06-07
 .\"
-.TH FABS 3  2010-09-20 "" "Linux Programmer's Manual"
+.TH FABS 3  2013-07-10 "" "Linux Programmer's Manual"
 .SH NAME
 fabs, fabsf, fabsl \- absolute value of floating-point number
 .SH SYNOPSIS
@@ -62,9 +62,7 @@ or
 .RE
 .ad b
 .SH DESCRIPTION
-The
-.BR fabs ()
-functions return the absolute value of the floating-point
+These functions return the absolute value of the floating-point
 number
 .IR x .
 .SH RETURN VALUE
@@ -84,6 +82,14 @@ If
 is negative infinity or positive infinity, positive infinity is returned.
 .SH ERRORS
 No errors occur.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR fabs (),
+.BR fabsf (),
+and
+.BR fabsl ()
+functions are thread-safe.
 .SH CONFORMING TO
 C99, POSIX.1-2001.
 The variant returning