On 12/16/13 21:41, Peng Haitao wrote: > The functions sin(), sinf() and sinl() are thread safe. Thanks, Peng Haitao! Applied. Cheers, Michael PS Now nearly 150 pages have the ATTRIBUTES section. Great work! > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/sin.3 | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/man3/sin.3 b/man3/sin.3 > index 83f9b31..b110df0 100644 > --- a/man3/sin.3 > +++ b/man3/sin.3 > @@ -32,7 +32,7 @@ > .\" Modified 2002-07-27 by Walter Harms > .\" (walter.harms@xxxxxxxxxxxxxxxxxxxxxxxxxxx) > .\" > -.TH SIN 3 2010-09-11 "" "Linux Programmer's Manual" > +.TH SIN 3 2013-12-16 "" "Linux Programmer's Manual" > .SH NAME > sin, sinf, sinl \- sine function > .SH SYNOPSIS > @@ -105,6 +105,14 @@ is set to > An invalid floating-point exception > .RB ( FE_INVALID ) > is raised. > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR sin (), > +.BR sinf (), > +and > +.BR sinl () > +functions are thread-safe. > .SH CONFORMING TO > C99, POSIX.1-2001. > The variant returning > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html