X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Fsignbit.3;h=4b2628ead75c9bce1f63c282604de61e25236be0;hb=361fd72f831aabd8a0aa6fe7bc4ef66ef4f89a1b;hp=5c3758099b2632dc1b7aade38d10abb6db8f5622;hpb=c03a7a882c608ebf399d1b044ce7a6daa922351a;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/signbit.3 b/original/man3/signbit.3 index 5c375809..4b2628ea 100644 --- a/original/man3/signbit.3 +++ b/original/man3/signbit.3 @@ -1,9 +1,14 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" +.\" +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END +.\" .\" Based on glibc infopages, copyright Free Software Foundation -.TH SIGNBIT 3 2010-09-20 "GNU" "Linux Programmer's Manual" +.\" +.TH SIGNBIT 3 2013-07-04 "GNU" "Linux Programmer's Manual" .SH NAME signbit \- test sign of a real floating-point number .SH SYNOPSIS @@ -53,9 +58,22 @@ macro returns nonzero if the sign of is negative; otherwise it returns zero. .SH ERRORS No errors occur. -.SH "CONFORMING TO" +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR signbit () +macro is thread-safe. +.SH CONFORMING TO C99, POSIX.1-2001. This function is defined in IEC 559 (and the appendix with recommended functions in IEEE 754/IEEE 854). -.SH "SEE ALSO" +.SH SEE ALSO .BR copysign (3) +.SH COLOPHON +This page is part of release 3.65 of the Linux +.I man-pages +project. +A description of the project, +and information about reporting bugs, +can be found at +\%http://www.kernel.org/doc/man\-pages/.